> 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)