On Sun, 4 Jun 2006 01:16:53 -0700 "daniele rosa" <[EMAIL PROTECTED]> wrote:
Ciao, ;) > [EMAIL PROTECTED]:~/movies$ transcode -i test.VOB -c :00:00-:05:00 -y > mpeg2enc -N 0x2000 -o test.v -m test.a -export_prof dvd-ntsc -w 6400 > -b 192 -j 0,8,0,8 -q 2 A couple of errors: * here 'mpeg2enc' export module it's used both for video and audio encoding; but such module doesn't support audio encoding, so the error below happens. use -y mpeg2enc,mp2enc or just drop -y enterely since (IIRC) mpeg2enc/mp2enc are default modules when using --export_prof in 1.0.x series. * typo? I'ts --export_prof (two dashes) not -export_prof (one dash) PS: please post on transcode-users first next time, unless you want to provide patches of course ;) Best regards, -- Francesco Romani - Ikitt ['people always complain, no matther what you do'] IM contact: (email-me, I have antispam default deny!) icq://27-83-87-867 some known bugs: http://www.transcoding.org/cgi-bin/transcode?Bug_Showcase
