can anyone tell how to play a mp4 (h.264 + AAC) file using direct show ?
+ Reply to Thread
Results 1 to 4 of 4
-
-
Option 1: If you use MPC, and disable the internal filters, it will use directshow by default
Option 2: You can construct a .grf and use graphedit or graphstudio
Optoin 3: You can specify DirectShowSource() in an avisynth .avs file, and play that in a media player that supports .avs playback (e.g MPC) -
-
For each one, you need to know the CLSID for the filter and then call CoCreateInstance(...) to create the filter. Add it to the filter graph and connect the input and output pins. For the CLSIDs, look them up in GraphEdit (in the list of DirectShow filters).
John Miller
Similar Threads
-
Which is the best direct show FLAC decoder?
By gOdiSOnyOuRsIDe in forum Software PlayingReplies: 7Last Post: 11th Mar 2012, 09:33 -
Can I play this MP4 file on Xbox 360?
By Algamish in forum Media Center PC / MediaCentersReplies: 7Last Post: 26th Jun 2010, 13:34 -
A broken mp4 file? Will not play
By Dawi in forum Newbie / General discussionsReplies: 1Last Post: 12th Dec 2009, 14:13 -
Any player that will play MXF file or MP4 wrapped file
By ljCharlie in forum Newbie / General discussionsReplies: 0Last Post: 25th Feb 2008, 07:58 -
mp4 file won't play???
By hndsmman in forum DVD & Blu-ray PlayersReplies: 6Last Post: 8th Nov 2007, 21:54