[NTLUG:Discuss] Cyanogen Mod 7
Allen Meyers
texas.chef94 at gmail.com
Sun Jun 3 15:18:00 CDT 2012
My apology for posting here, but I do it in desperation in hopes that some kind soul might have solution. In an effort to extend the capabilities of my Nook I purchased a 8GB sd card in order to boot into this absolutely astounding OS and while I can see all of these fantastic apps I am unable to get on line and end up rebooting into basic Nook. Does anyone out there have any solutions that might help and I thank you.
discuss-request at ntlug.org wrote:
>Send Discuss mailing list submissions to
> discuss at ntlug.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
> http://www.ntlug.org/mailman/listinfo/discuss
>or, via email, send a message with subject or body 'help' to
> discuss-request at ntlug.org
>
>You can reach the person managing the list at
> discuss-owner at ntlug.org
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Discuss digest..."
>
>
>Today's Topics:
>
> 1. Re: srt files and movies on linux (David Stanaway)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Sat, 02 Jun 2012 17:21:25 -0500
>From: David Stanaway <david at stanaway.net>
>To: discuss at ntlug.org
>Subject: Re: [NTLUG:Discuss] srt files and movies on linux
>Message-ID: <4FCA91E5.5020900 at stanaway.net>
>Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>On 6/1/2012 11:41 PM, David Stanaway wrote:
>> On 6/1/2012 12:18 PM, Fred James wrote:
>>> Looking for any experience or advice concerning adding subtitles to
>>> downloaded movies, ON LINUX ... no windows or mac here ... thanks
>>> Regards
>>> Fred James
>>
>>
>> vlc works through gui for subtitle selection.
>>
>> I know I have used mplayer gui as well, but that was years ago.
>>
>> ffmpeg can render the srt into an encoded output.
>>
>> It might help if you mention which player you are using, or otherwise
>> what you mean by 'adding' ?
>>
>> Now I do have to add an srt to a movie for plex to stream to my roku
>> and will be using ffmpeg to do that, would the command I use for that
>> be helpful?
>>
>> _______________________________________________
>> http://www.ntlug.org/mailman/listinfo/discuss
>
>ffmpeg -i "Vid.avi" -i "Vid.srt" -acodec libvo_aacenc -ac 2 -vcodec
>libx264 -scodec dvdsub "VidOut.mp4"
>
>Converts srt to dvdsub and using default presets, transoding to mp4
>format with aac and h264 so I can play natively on my Roku box :)
>
>Codec libraries may vary for your build
>
>ffmpeg -codecs
>to get a list. If you don't want to transcode, you can just
>re-encapsulate the avi with something like this:
>
>ffmpeg -i "Vid.avi" -i "Vid.srt" -acodec copy -vcodec copy -scodec
>dvdsub "VidOut.avi"
>
>I am not sure if the AVI container supports the subtitle stream though...
>
>
>
>------------------------------
>
>_______________________________________________
>Discuss mailing list
>Discuss at ntlug.org
>http://www.ntlug.org/mailman/listinfo/discuss
>
>
>End of Discuss Digest, Vol 114, Issue 3
>***************************************
More information about the Discuss
mailing list