Page 1 of 1

Episode 17 - Mythaway

Posted: Mon Mar 01, 2010 8:25 am
by Patrick

Re: Episode 17 - Mythaway

Posted: Mon Mar 01, 2010 8:26 pm
by lobosolo
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

Posted: Mon Mar 01, 2010 9:09 pm
by pla
@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.

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
Rock on, PLA