Gepetto wrote:Scintilla wrote:Also, is there any reason you're using DirectShowSource instead of <b>AVISource</b> on your AVI file?
Is there a reason not to? AFAIK DirectShowSource is better for not being VfW.
Unless I'm mistaken, AVISource is frame-accurate for what it uses. I
know that DirectShowSource isn't. You could use FFmpegSource (frame-accurate by definition because it writes index files and uses those) and bypass both, of course, but I only see the need to use that in the event of MP4, MKV, or other containers that can't be opened any other way except through the use of DirectShowSource - basically use FFmpegSource to replace DirectShowSource except in cases where you aren't sure about VFR and need to convert to a standard FPS while maintaining audio sync (as FFmpegSource doesn't have a convertfps function like DSSource does, and just uses average FPS).
ah thank you, though why is there an issue with the audio in the first place? am I missing a codec?
You need an ACM codec for AC3. I still wouldn't try to serve it in, though. If you
need the audio, you're still better off demuxing it, decoding it to an Uncompressed PCM .wav file, and using that instead.