magnatique
8th March 2006, 19:05
had some audio delays in the past, which I assumed I got fixed by using only directshowsource and letting it handle the sound as well as video, but my sources were all 5 minutes mov files joined together with ++ (that did the trick, or so I thought)
what happenned was the delay was under half a second by the time it'd hit the end of the mov file, and then get back to normal... so it flew under the radar.
but now, I am working with 20-40 mins mov files, and the audio delay is quite noticeable by the time I reach the end of the file..
I am using virtual dub to encode (although other tools give the same result)
I am using latest quicktime alternative for directshow filter, although earlier versions did the same results.
I tried direct stream copy for both video and audio...
I even tried using only the simplest of scripts possible
DirectShowSource("file.mov")
as the only line... still delays.
using avisynth's latest version as well.
---------
also wanted to give a shot at qtinput...
QTInput("file.mov", audio = true)
as the script... well, I uninstalled qt alternative, reinstalled qt 7 latest version, and am not getting any sound at all from it... any ideas?
what happenned was the delay was under half a second by the time it'd hit the end of the mov file, and then get back to normal... so it flew under the radar.
but now, I am working with 20-40 mins mov files, and the audio delay is quite noticeable by the time I reach the end of the file..
I am using virtual dub to encode (although other tools give the same result)
I am using latest quicktime alternative for directshow filter, although earlier versions did the same results.
I tried direct stream copy for both video and audio...
I even tried using only the simplest of scripts possible
DirectShowSource("file.mov")
as the only line... still delays.
using avisynth's latest version as well.
---------
also wanted to give a shot at qtinput...
QTInput("file.mov", audio = true)
as the script... well, I uninstalled qt alternative, reinstalled qt 7 latest version, and am not getting any sound at all from it... any ideas?