[FFmpeg-user] Recommended x.264 preset for live x.264 encoding
dE .
de.techno at gmail.com
Tue Jan 31 09:55:26 CET 2012
On 01/31/12 00:52, Stas Oskin wrote:
>>
>> ultrafast is the fastest.
>>
>
> Thanks, but this one seems to create High profile type, not play-able on
> mobiles.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
A lot of mobile devices have a limit to the bitrate of the video they
can play. Ultrafast give minimal compression but high bitrate but also
requires less processing power to decode.
Using ultrafast, you can reduce the quality using qp=<value>, reducing
resolution matters more to reduce the bitrate.
Another alternative, you may use superfast, fast etc...
More information about the ffmpeg-user
mailing list