the audio is out of sync when i convert the avi file to dvd using tmpgenc im suspecting its because of the 25.061 fps of the avi file instead of it being 25fps i tryed using avisynth to make the file 25fps before converting it to dvd but encountered the audio sync errors
this is what i had for my .avs file:
DirectShowSource("file.avi",fps=25,convertfps=true )
is that correct?
i used goldwave to get the audio file from the avi file and loaded the avs file in tmpgenc and the wav file also
please any help will be appreciated
thanx
+ Reply to Thread
Results 1 to 3 of 3
-
-
====
DirectShowSource("file.avi",fps=25,convertfps=true )
is that correct?
====
No, if you need tho change frame rates use AssumeFPS instead, with a TRUE flag to sync audio
Try to pass your video with AVIMux before converting -
hi thanx for that
so i use:
DirectShowSource("file.avi",AssumeFPS=25,convertfp s=true) ?
the audio i dont worry about as i demux it using goldwave and resample it to 48k dvd audio
its just the picture as its 25.061fps there are extra frames so the audio lags behind just looking for the right avisynth script to get it done
thanx
Similar Threads
-
audio sync problem, how to work out progressive audio sync delay
By jolt321 in forum Newbie / General discussionsReplies: 13Last Post: 10th Apr 2012, 21:09 -
MKVvextract stretches extracted audio/Audio not in sync with video
By cgo in forum Video ConversionReplies: 16Last Post: 15th Jan 2012, 17:15 -
How to sync the dubbed audio to make a dual audio .avi
By Scotter in forum AudioReplies: 4Last Post: 24th Dec 2011, 15:17 -
An app to visually sync audio to video similar to Subtitle Edit visual sync
By cinesimon in forum AudioReplies: 3Last Post: 6th Sep 2011, 07:54 -
SOLVED: Audio out of sync or no audio - mkv/h.264 to avi/xvid
By dwoozle in forum Video ConversionReplies: 3Last Post: 2nd Feb 2009, 16:14