Tag Archives: transcode

Convert PAL-DVD video to NTSC-DVD with transcode

To convert a video-only stream from PAL to NTSC ready for DVD (assuming the video and audio have already been demuxed and are in MPEG2 and AC3 formats respectively):
transcode -i source.m2v –export_frc 4 -y mpeg2enc -F 8 –ext none,none -J smartdeinter,modfps=clonetype=5 -B 3,0 -C 2 -o destination.m2v
The -B 3,0 causes the video height to be [...]