herryever <henry.he <at> noovo.co> writes: > I'm trying the FFMPEG multi-thread decoding,
The FFmpeg mpegvideo decoder only supports slice threading, if your video does not contain more than one slice per frame, you will not get any performance improvement by using multiple threads. Patch welcome! > I'm using the ffmpeg-2.3.1. Note that generally, on this mailing list only current FFmpeg git head is supported. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
