[FFmpeg-user] Building tips for dual x264 (8-bit/10-bit) and building ffmpeg against these (dual ffmpeg bins)

Douglas Marsh ffmpeg at dx9s.net
Wed Oct 4 03:14:25 EEST 2017


> Found a way to do it entirely package maintainer way:

FWIW: a short hand for ffmpeg would be to make a script in your ~/bin 
directory:

~/bin$ cat ffmpeg10
#!/bin/bash

LD_PRELOAD=/usr/lib/x86_64-linux-gnu/x264-10bit/libx264.so.148 ffmpeg 
"$@"


--Doug (dx9s)




More information about the ffmpeg-user mailing list