jeff sacksteder wrote: > 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?
You probably wouldn't want your mpeg in an avi container. Rather go the extra step and mux the files together with mplex, it's not difficult. Sebastian
