[FFmpeg-user] use ffmpeg to create stremable content
Daniele Elia
d_elia at hotmail.com
Thu Apr 28 13:30:55 CEST 2011
Hi all, I'm trying to convert a video file to mp4 with h264 codec
but I'm having a problem with the result. The problem is that resulting
file seams not to be streamable with some devices like android 2.2.
Can
someone help me ?
This is my command line:
ffmpeg -i inputFile.mp4 -y -f mp4 -vcodec libx264 -vpre default
-crf 22 -maxrate 1000k -minrate 700k -acodec libfaac -ab 128k -ac 2
outputFile.mp4
Thanks
--
Daniele Elia
d_elia at hotmail.com
More information about the ffmpeg-user
mailing list