[FFmpeg-user] Need info about ffmpeg-10bit

Douglas Marsh ffmpeg at dx9s.net
Fri Oct 27 01:20:27 EEST 2017


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 
"$@"


More information about the ffmpeg-user mailing list