[MEncoder-users] avi->dvd: desync problem

Rich Felker dalias at aerifal.cx
Wed Nov 16 17:07:34 CET 2005


On Wed, Nov 16, 2005 at 10:26:14AM +0100, Tomá? Ba?ant wrote:
> i am solving the convertion of 24000/1001 fps AVI with AC3 audio -> 
> 30000/1001 MPEG2 (as input for dvdauthor) while preserving the audio 
> track as is. my command is following:
> 
> #!/bin/bash
> mencoder galaxy.avi \
> -oac copy \
> -mc 0 \
> -of mpeg \
> -mpegopts format=dvd:telecine \
> -ovc lavc \
> -lavcopts 
> vcodec=mpeg2video:aspect=4/3:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15: 
> \
> -ofps 30000/1001 \
> -vf scale=720:-10,expand=720:576 \

Also 720x576 is not a valid size for NTSC video! The size is 720x480!
And you need to get the aspect right; I have a feeling it will be
wrong with your options. Do a little simple math and work it out.

Rich




More information about the MEncoder-users mailing list