Audio:
http://tlltsarchive.org/archives/MythTV ... sode17.ogg
Pat Archibald's Mythmote setup & demo videos:
http://www.youtube.com/watch?v=Xr1cljto3OE
http://www.youtube.com/watch?v=1ADD6ENl-5U
Episode 17 - Mythaway
Moderators: snarkout, Patrick, dann, dmfrey
Episode 17 - Mythaway
Ego contemno licentia
Re: Episode 17 - Mythaway
hey what was Pat's (southern Pat, not NY Pat) app for getting shows to the droid ? is there any link for that or instructions ? i would love to put a few episode of the kids show on it for restaurant quiet time.
Re: Episode 17 - Mythaway
@lobosolo
I use ffmpeg. Below is an example I used on my Nexus One. Adjust your resolution accordingly. Copy the mp4 file to your USB mounted Android phone. Happy viewing.
Rock on, PLA
I use ffmpeg. Below is an example I used on my Nexus One. Adjust your resolution accordingly. Copy the mp4 file to your USB mounted Android phone. Happy viewing.
Code: Select all
fmpeg -i /var/lib/mythtv/pretty/NCIS_2010-02-09_8-00_PM_Jack_Knife.mpg -s 800x480 -vcodec mpeg4 -acodec libfaac -ac 2 -ar 16000 -r 13 -ab 32000 -aspect 16:9 NCIS_2010-02-09_8-00_PM_Jack_Knife.mp4