BlockABoots
25th May 2015, 10:51
Im using a AvsPMod/avisynth to edit my raw capture files and then RipBot to decode/encode them. The raw file has no audio sync issues at all but the file that Ripbot outputs has the audio out of sync.
The script i use in AvsPMod is a very simple one, usually something along the lines of...
video=AVISource("C:\blah blah.avi")
video1=trim(video,285066,342720)
video2=fadein(video1,50).fadeout(50)
return video2
and when i loaded the .avs file into Ripbot the video and audio info that RipBot gives me is almost identical in length, ie
Video Duration (H:M:S).........0:25:24.124
Audio Duration (H:M:S).........0:25:24.123
so a discrepancy of 1 100th of a second is that??, so either way your never going to notice a difference.
Any ideas why when RipBot has finished with the file that there is a audio sync issue?
The script i use in AvsPMod is a very simple one, usually something along the lines of...
video=AVISource("C:\blah blah.avi")
video1=trim(video,285066,342720)
video2=fadein(video1,50).fadeout(50)
return video2
and when i loaded the .avs file into Ripbot the video and audio info that RipBot gives me is almost identical in length, ie
Video Duration (H:M:S).........0:25:24.124
Audio Duration (H:M:S).........0:25:24.123
so a discrepancy of 1 100th of a second is that??, so either way your never going to notice a difference.
Any ideas why when RipBot has finished with the file that there is a audio sync issue?