View Full Version : Megui audio out of sync
sat-jokar
27th March 2009, 07:08
hi , What is the solution's for files out of sync ? Some avi files after i Encode them with megui the audio is out of sync , how i can fix that ?
this the avisynth script
AVISource("C:\Documents and Settings\Administrator\My Documents\Downloads\Compressed\megui\ts.avi", audio=false)
#deinterlace
#crop
#resize
#denoise
thanks
Inspector.Gadget
27th March 2009, 14:34
Add the original AVI as a source in AVIMuxGUI (comes with MeGUI, check the tools folder). If there is an original delay added, AVIMuxGUI should detect it and then you can re-use that value when you mux your new audio and video with MeGUI.
BeN_007
27th March 2009, 15:14
this also happened for me...
the original video has audio in sync but after conversion,the audio has delayed...
i'm a newbie....
crackerjohn
28th March 2009, 05:36
try to add"convertfps=true,fps=23.976"in the first line.btw,the "fps" value=the source avi's fps
Kurtnoise
28th March 2009, 08:55
try to add"convertfps=true,fps=23.976"in the first line.btw,the "fps" value=the source avi's fps
this is not available for AVISource...:rolleyes:
sat-jokar
29th March 2009, 16:00
I steel can not fix this , I encode this more then 10 times but the resold same no change ,
and why this is happen only with avi files ?
Inspector.Gadget > this what you mean ?
http://i41.tinypic.com/4lmwdx.jpg
then what i have to do ?
Sharktooth
30th March 2009, 13:44
AVI/VFW and MPEG4... that's why.
i bet my @$$ that avi was encoded using Vdub(mod)...
to fix that, you have to demux video and audio, then check the duration of both.
if they're equal then, re-encode and remux. if not, you have to convert the video FPS to a value that will make the video duration the same as audio or viceversa
sat-jokar
30th March 2009, 14:33
i bet my @$$ that avi was encoded using Vdub(mod)...
yes that true ,
Sharktooth
30th March 2009, 15:44
that's due to the horrible hacks used to place mpeg4 and VBR mp3 in avi...
however, do what i said and good luck.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.