MechBunny Mobile Encoding Question
In MechBunny's config file this is the standard pre-set setting:
Setting A
$ffmpeg_mobile_command = "-acodec libfaac -ab 128kb -vcodec mpeg4 -b 800kb -mbd 2 -cmp 2 -subcmp 2"; //settings for ffmpeg mobile version
It encodes very quickly, however the videos don't play on mobile.
Then if you use this setting instead (kb changed to k):
Setting B
$ffmpeg_mobile_command = "-acodec libfaac -ab 128k -vcodec mpeg4 -b 800k -mbd 2 -cmp 2 -subcmp 2"; //settings for ffmpeg mobile version
The videos take maybe 5-10X's as long to convert, but they do play on mobile.
What's the reason for this? And is there something I can do to speed up the process for encoding for mobile.
Setting A will encode 100 videos in 15 mins...with Setting B it may take hours.
__________________
ICQ: 350-260-628
|