On 2017-10-26 12:48, JD wrote:
Could someone send me a link to talks about the difference between
the binaries "ffmpeg" and "ffmpeg-10bit" ?

Thanx.


FWIW, the x264 library on Ubuntu compiles both 8- and 10-bit versions (in different directories):

I have a script to cause the linker to load the 10-bit one when I want to use ffmpeg with 10-bit x264 files:

--Doug (dx9s)

---------------
#!/bin/bash
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/x264-10bit/libx264.so.148 ffmpeg "$@"
_______________________________________________
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".

Reply via email to