View Single Post
Old 05-26-2014, 12:28 PM  
blackmonsters
Making PHP work
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 20,732
The best FFmpeg encoding for mobile (iPhone)

Does this video play on your iPhone? http://blackmonsters.com/vmedia_mobile/32980.mp4

This is the code I used to encode it :

ffmpeg -i $src -vcodec libx264 -s 320x240 -vpre baseline -crf 28 -vpre slower -acodec libfaac -ac 2 -ar 44100 -ab 64k $dest_mobile

This is supposed to work even on the less capable iphones.

What do you think?


Thanks
blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote