Hello, I tried to convert a TV recording (DVB-T) to DVD compatible mpeg2 format. But the destination file is in mpeg1 format. My command was: mencoder -vc ffmpeg12,mpeg12 -of mpeg -oac lavc -ovc lavc -lavcopts vcodec=mpeg2video:acodec=mp2:vbitrate=10000 input.mpg -of mpeg -o output.mpg Is my command line wrong?