AlanHK
1st August 2010, 06:51
When opening an AVI with a VBR audio, I do
AVISource("Pilot.avi")
EnsureVBRMP3sync()
Which works as advertised, but creates long delays when reseeking in VDub.
If I use:
FFmpegSource2("Pilot.avi",atrack=1)
Audio seems to stay in sync without reseeking.
So am I correct in assuming that the .ffindex file makes the EnsureVBRMP3sync() unnecessary?
AVISource("Pilot.avi")
EnsureVBRMP3sync()
Which works as advertised, but creates long delays when reseeking in VDub.
If I use:
FFmpegSource2("Pilot.avi",atrack=1)
Audio seems to stay in sync without reseeking.
So am I correct in assuming that the .ffindex file makes the EnsureVBRMP3sync() unnecessary?