Are you using libav as packaged by Debian? DCP-o-matic wants FFmpeg, so you will need to build that from source; something like
Code: Select all
git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg
cd ffmpeg
./configure --enable-gpl && make && make install