[mythtv-users] Is there an easy way to get recordings to my Droid?

Steve stevemyth at priorityelectronics.com
Fri Nov 19 21:53:53 UTC 2010


On 11/19/2010 11:28 AM, Steve wrote:
>
>>> this seems to work for me with my DesireZ and my other halves Milestone
>>>
>>> ffmpeg -i %FILE% -acodec libfaac -ab 96k -s 800x480 -r 15 -vcodec
>>> libx264 -vpre fast -crf 22 -threads 0
>>> /var/lib/mythtv/transcodes/%TITLE%-%STARTTIME%-%SUBTITLE%.mp4
>>>
>>>
>>
>> I am getting an error: Unknown encoder 'libfaac'
>>
>> This is ubuntu 10.10, myth 0.23
>>
>> -Thanks
>>
>> ________________________
>
> OK, i got it to work but the audio sync is way off, like a quarter to 
> half second off. Here is the script i am using:

ffmpeg -i infile.mpg -mbd rd -flags +4mv+aic -trellis 2 -cmp 2 -subcmp 2 
-g 300 -s 320x240 -bf 2 -flags qprd -flags mv0 -vcodec mpeg4 -b 256k 
-maxrate 256k -bufsize 2000kb -acodec libfaac -ac 1 -ar 64000 -r 13 -ab 
22100 outfile.mp4

Any ideas on how to get the audio in better sync?
-Thanks



More information about the mythtv-users mailing list