I specified the following in the transcode options box:
-j 0,8,0,8 -Z 352x240 -y mpeg2enc="-K kvcd -q 6",mp2enc
As per the transcode docs, "The video frame operations ordering is fixed: "-j
-I -X -B -Z -Y -r -z -l -k -K -G -C" (executed from left to right)"
i.e. it should be called in the order I specified.
But when I look in logfile.txt, transcode is called as
transcode --export_asr 2 -V -s 1.997 -w 1500 -i /dvdrip/xxx/vob/001-C004
-y 'mpeg2enc=-K kvcd -q 6,mp2enc'
-Z 352x240 --print_status 20 -F '2,-B 160 -I 0 -S 10000 '
--a52_drc_off -j 0,8,0,8 -E 44100 -x vob -b 128 -a 0 -H 10
-o /dvdrip/xxx/avi/001/xxx-001-C004
-f 24,1
i.e. the -j is called after the -Z. This would resize my frames to NTSC and
then clip 8 pixels from the left& right :-(
Joern?
Thanks
_______________________________________________________
The FREE service that prevents junk email http://www.mailshell.com
____________________________________________________
http://lists.exit1.org/mailman/listinfo/dvdrip-users
How To Ask Questions The Smart Way:
http://catb.org/~esr/faqs/smart-questions.html
|