[MPlayer-users] xvid -> dvd

Aaron Peterson dopplecoder at gmail.com
Mon Jun 13 20:58:18 CEST 2005


I re-encoded some xvid .avis to dvd compatable mpeg2s (I think) and
when I ran them through dvdauthor I got a long list of warnings like
this:

WARN: audio sector out of range: -375474 (vobu #6390, pts 1868.735)

WARN: audio sector out of range: -375467 (vobu #6391, pts 1868.751)

WARN: audio sector out of range: -375478 (vobu #6392, pts 1868.768)

WARN: audio sector out of range: -375490 (vobu #6393, pts 1868.785)

WARN: audio sector out of range: -375546 (vobu #6394, pts 1869.085)

WARN: audio sector out of range: -375600 (vobu #6395, pts 1869.385)

This is the mencoder command I used to create the mpeg files:

for f in *avi; do
mencoder -oac lavc -lavcopts acodec=ac3 -srate 48000 \
-ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=3000:keyint=18:mbd=2 \
-of mpeg -mpegopts vaspect=4/3:format=dvd \
-vf scale=720:480 -o "$(basename $f).dvd.mpg" -ofps 30000/1001 \
"$f"
done

I just want to make sure I didn't do anything wrong on the encoding
end that is causing these warnings.  If not, then I'll ask more about
this through whatever the appropriate dvdauthor channels are...

Thanks
Aaron




More information about the MPlayer-users mailing list