[FFmpeg-user] Can I speed up transcoding?

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Jan 8 23:36:21 CET 2013


Reindl Harald <h.reindl <at> thelounge.net> writes:

> get rid of FLV
> 
> any somehow recent flash version supports H264
> mobile devices are supporting H264
> x264 supports multithreading

You are mixing up what FFmpeg calls "FLV" - the 
Flash file format - with what FFmpeg calls "flv1" - 
Sorenson Spark.
This mailing list thread is about h264 and flv.
H264 does support multithreading, file formats do 
not support multithreading (neither flv nor any 
other format), but note that this does not matter 
because for every "real" codec (like H264), decoding 
takes a magnitude of resources more than demuxing, 
demuxing time never has impact on the time needed 
for the whole process.

FFmpeg's Spark encoder and decoder ("flv1") does not 
support multi-threading, but as said, it was not 
mentioned in this thread (before).

Carl Eugen



More information about the ffmpeg-user mailing list