I'm messing around with DirectShow.net with a DVD player program I created
using it. The oddity I'm getting is that when I run my program in 64 bit, it
fills the screen properly, but I get no sound and I see closed captioning.
When I run the program in 32bit, it squishes the movie by a couple inches on
each side but I do get audio and no closed captioning.
What I'm looking for is a 32bit that plays with a filled screen and no closed
captioning. I can post my code if need be, but if anyone knows why this is
happening, I'd love to hear.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm messing around with DirectShow.net with a DVD player program I created
using it. The oddity I'm getting is that when I run my program in 64 bit, it
fills the screen properly, but I get no sound and I see closed captioning.
When I run the program in 32bit, it squishes the movie by a couple inches on
each side but I do get audio and no closed captioning.
What I'm looking for is a 32bit that plays with a filled screen and no closed
captioning. I can post my code if need be, but if anyone knows why this is
happening, I'd love to hear.
It seem that the Microsoft's MPEG-2 Audio decoder need some configuration
(with ICodecAPI) to down-mix multi-channels audio to the PC audio card.
http://msdn.microsoft.com/en-
us/library/dd390676%28VS.85%29.aspx