transcode [...] -V -y mpeg -F v,1 -E 44100 -b 224 -o test tcmplex -o test.mpg -i test.m1v -p test.mpa -m v
Replace -F v,1 by -F v if you prefer resizing handled by transcode. Example: reduce 720x576 to 352x288 with -B 18,23,16.
transcode [...] -V -y mpeg2enc,mp2enc -F 1 -Z 352x288 -E 44100 -b 224 -o test mplex -f 1 -S 680 -o test.mpg test.m1v test.mpa
Replace -Z 352x288 by -B if you prefer the fast resizing mode by transcode. Example: reduce 720x576 to 352x288 with -B 18,23,16.
#(S)VCD profile for improved quality fixed_vbv_delay = 1 vbv_buffer_size = 230 cbr = 1 cbr_bitrate = 4000000.0 quant_value = 2 qscale_type = 0 vbr_mux = 0 video_buf_size = 230 use_comp_bitrate = 1
and will bump up the bitrate to 4000 kbps. The additional profile parameter are passed with the file name as a 3rd argument to -F. audio downsampling reported BROKEN! Additionally use -J resample.
transcode [...] -V -y mpeg -F s,3,xsvcd.prof -E 44100 -b 128 -o test tcmplex -o test.mpg -i test.m2v -p test.mpa -m s
transcode [...] -V -y mpeg2enc,mp2enc -F 4 -Z 480x576 -E 44100 -b 128 -o test mplex -f 4 -S 680 -o test.mpg test.m2v test.mpa
Replace -Z 480x576 by transcode's fast resizing option -B for speed improvements. Example: reduce 720x576 to 480x576 with -B 0,15,16.
For a video frame size of 352x288, resizing can be delegated to the export module with "-F d,1", all other values require use of transcode's resize options.
transcode [...] -V -y mpeg -F d -E 44100 -b 224 -o test tcmplex -o test.vob -i test.m2v -p test.mpa -m d
transcode [...] -V -y mpeg,raw -F d -m test.mp3 tcmplex -o test.vob -i test.m2v -p test.mp3 -m d
#DVD profile with reduced bitrate max_bitrate=4000000.0
transcode [...] -V -y mpeg,raw -F d,,dvd.prof -m test.ac3 -A -0x2000 tcmplex -o test.vob -i test.m2v -p test.ac3 -m d