Hello, I was looking forward to 1.1.0 but now I have two problems. I am using Linux (Debian sid) and compiled transcode from sources (1.1.0 final of course) myself.
1. I cannot figure out how to extract an AC3 audio track from a dvd iso. I tried several combinations of parameters but with the one I think it should work I always get endless critical errors: > [audio_trans.c] critical: Sorry, only PCM audio is supported for processing The commandline I used and assume to be right was: > transcode -i dvdimage.iso -H 100 -A -N 0x2000 -T 1,-1 -a 0 -m a0.ac3 -x dvd > -y null,tcaud What am I doing wrong? 2. I want to encode videos with x264. For this I update and compile x264 regularly from git. I used --enable-x264 for transcode configure and it said "x264 yes" afterwards so I assume everything is ok. But what is the option to encode with the codec now? I cannot find any reference to x264 in the manpages and nothing is said in man transcode_export. There is no file *x264* in /usr/local/lib/transcode/ either. Thanks for the help, Stefan