View Single Post
Old 10-19-2014, 08:49 AM  
SlammedMedia
Confirmed User
 
Industry Role:
Join Date: Apr 2008
Posts: 1,573
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

Last edited by SlammedMedia; 10-19-2014 at 08:50 AM..
SlammedMedia is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote