Hi,I'd like to get a H264 from a PRORES 422.All is working good with one thread but i've got some glitch with multi threads.Command line OK (really slow): ffmpeg -i PCD00151.mov -vcodec libx264 -an output.movCommand line leading to glitch (3x time faster) : ffmpeg -threads 4 -i PCD00151.mov -vcodec libx264 -an output.movHere is the glitch <http://ffmpeg-users.933282.n4.nabble.com/file/n4669143/glitch.jpg>
-- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Prores-422-to-H264-multithread-leads-to-video-glitch-tp4669143.html Sent from the FFmpeg-users mailing list archive at Nabble.com. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
