I have a huffyuv 30fps avi file, i convert it to MPEG2 using CCE, I extract the audio with VirtualDubMod and convert it to MP2 using besweet, when I test the encoded audio and the video they are out of sync, I think that it can be a fps problem because im encoding at 29.97fps and i see that the audio is more out of sync in the end that in the middle of the video.
I try to use besweet to convert from 30000 to 29970 and it doesnt start it just show the input/output information but doesnt do anything.
Any ideas of how can i fix this?
thanks and sorry for my english![]()
+ Reply to Thread
Results 1 to 3 of 3
-
-
get mp2scale from http://thunder.eeap.cwru.edu/~zhuo/audioscale.html
mp2scale [-t targetsec] [-o outfile] infile
mp2scale: Scale mp2 audio to given number of seconds with duplicated or dropped frames.
Outputs estimates for infile if -o option is not given
-t targetsec Scale audio to targetsec number of seconds.
-o outfile Outputs complete frames from infile to outfile scaled to targetsec if specified.
First run mp2scale on your file like :
mp2scale infile.mp2
It reports the exact length in seconds.
Work out how much you need to stretch, or cut, from the MP2,
then add or subtract that from the original length as above and run it like
mp2scale -t length -o newfile.mp2 infile.mp2 -
I can only get the h:mm
s of the MPEG2 (mpv) video, what can i use to see the total length of the video?
thanks again
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 -
Got a really annoying problem, avi sync problem
By burnleylad in forum Newbie / General discussionsReplies: 10Last Post: 8th Apr 2010, 10:31 -
Sync Problem
By jimc1596 in forum EditingReplies: 6Last Post: 29th Jul 2009, 18:35 -
Sync Problem
By anirban in forum Newbie / General discussionsReplies: 8Last Post: 1st May 2008, 12:15 -
sync problem
By Madgelina in forum SubtitleReplies: 3Last Post: 1st Aug 2007, 14:29