2017-10-26 21:48 GMT+02:00 JD <[email protected]>: > Could someone send me a link to talks about the difference > between the binaries "ffmpeg" and "ffmpeg-10bit" ?
No, but I can tell you (without testing) that "ffmpeg" is linked against a libx264 library that was compiled for 8-bit encoding while "ffmpeg-10bit" is linked against a libx264 library that was compiled for 10-bit encoding. So far, it is impossible to compile a libx264 library that can encode both 8-bit and 10-bit and it is impossible to link against both libraries at the same time. This is supposed to be fixed soon. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
