Hi, I have an AVI movie that I want to put on a PAL-DVD as an MPG. The problem with the MPG I am creating is that it has these vertical bands of say 16 pixels wide.
This is the AVI: movie.avi: RIFF (little-endian) data, AVI, 768 x 576, 25.00 fps, \ video: DivX 4, audio: (stereo, 48000 Hz) I am creating the MPG with this script: nice -19 transcode \ -i movie.avi \ -y ffmpeg \ -o outv \ --export_prof dvd-pal \ --export_asr 2 \ -m outa.ac3 \ --export_fps 25 nice -19 tcmplex \ -m d \ -d 2 \ -i outv.m2v \ -p outa.ac3 \ -o movie.mpg An example snapshot image of the MPG is here: http://www.xs4all.nl/~bjdouma/movie.mpg.png Does anyone know how to prevent this? Could it be a problem with aspect ratio (768x576, not 768x720)? Thanks for any help. bj