Re: [Encode2mpeg-users] mpg out -f sync
Brought to you by:
encode2mpeg
From: Giacomo C. <enc...@us...> - 2006-09-10 18:13:15
|
On Wed, Sep 06, 2006 at 04:03:46PM -0400, Osmany guirola Cruz wrote: > Hi > i am having problems making vcds with some avi files > this is the problem > the command mplayer film.avi > works with perfect synchronization > then i convert the avi to vcd(mpg) and my mpg file have the audio out of > synchronization ...why? > this is the output of film.avi > > ID_FILENAME=15.mp4 > ID_VIDEO_FORMAT=mp4v > ID_VIDEO_BITRATE=0 > ID_VIDEO_WIDTH=672 > ID_VIDEO_HEIGHT=496 > ID_VIDEO_FPS=23.976 > ID_VIDEO_ASPECT=0.0000 > ID_AUDIO_CODEC=faad > ID_AUDIO_FORMAT=mp4a > ID_AUDIO_BITRATE=127880 > ID_AUDIO_RATE=48000 > ID_AUDIO_NCH=2 > ID_LENGTH=3363 > > this is the command line > encode2mpeg 15.mp4 -mpeg1vbr -mpegonly -vcd -abr 96 -n n -vfr 1 > -mpegfixaspect pad -overscan 8 -qmatrix hi-res -o 15 -toolopts mpeg2enc > -q 4 -4 1 -2 1 -H -D 10 > > > what can i do...? > Thanks > Osmany You talk about avi, but your source file (15.mp4) probably is not an avi, but a mov/mp4 file. This is anyway not related to the sync problem. Concerning your command line, -D 10 is incorrect. The precision of the DC component should be changed only for mpeg2. Therefore remove -D 10 from your command line and see if it already helps with your sync problem. Also if you are using MPlayer 1.0pre8 try with 1.0pre7. There are several incompatibilities between encode2mpeg 0.5.x and MPlayer 1.0pre8. Hopefully I will be able to release 0.6.0 soon. If it is not enough, try the following: - add the option -mc 0 - add the option -mc 10 - use Mpeg Mode - use Mpeg Mode with -mc 0 - use Mpeg Mode with -mc 10 Let me know if you make any progress. Giacomo |