I'm trying to encode with the following command line.
transcode -i dvgrab-001.avi -I 1 -Y 60,195,100,65 -y ffmpeg -F mpeg2video -o myfile This produces two files, 'myfile' and 'myfile.m2v'. My understanding is that these are the audio and video streams, respectively. What command line option should I be using to include both of these streams in an output container format like avi?
