DirectX9 player code
-
Does anyone know of any links to source code for playing AVI's or other movie formats using DirectX9? [edit]Let me rephrase that. Google might be your friend, but it helps to have the right keywords. So I found a few players, but does anyone have any experience/recommendations? [/edit] Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith -
Does anyone know of any links to source code for playing AVI's or other movie formats using DirectX9? [edit]Let me rephrase that. Google might be your friend, but it helps to have the right keywords. So I found a few players, but does anyone have any experience/recommendations? [/edit] Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh SmithDirectShow is what you are looking for... However this seems to have been removed from the current SDK, because... "It isn't perfect, and we are working on a better solution". So, in the meantime theres nowt to work with (unless you can find the old DX9 SDK which has DirectShow in it...) (Can you tell I'm a bit :mad:, really really want to do video backgrounds in a projector app I'm working on, but the 'unified' support for Video is flakey...) Anyways... http://english.geekpage.jp/programming/directshow/[^] http://www.flipcode.com/articles/article_directshow01.shtml[^] http://www.codeproject.com/audio/vmr9.asp#xx1244399xx[^] :-D Stormblade
-
Does anyone know of any links to source code for playing AVI's or other movie formats using DirectX9? [edit]Let me rephrase that. Google might be your friend, but it helps to have the right keywords. So I found a few players, but does anyone have any experience/recommendations? [/edit] Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith -
Ed.Poore wrote:
As of how to accomplish that have you ever tried Google?
Yeah, I found that on Google too, which is why I edited my post. I'm not sure why I couldn't find any a couple weeks ago when I searched, must have had a brain fart on using the right keywords. Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith -
DirectShow is what you are looking for... However this seems to have been removed from the current SDK, because... "It isn't perfect, and we are working on a better solution". So, in the meantime theres nowt to work with (unless you can find the old DX9 SDK which has DirectShow in it...) (Can you tell I'm a bit :mad:, really really want to do video backgrounds in a projector app I'm working on, but the 'unified' support for Video is flakey...) Anyways... http://english.geekpage.jp/programming/directshow/[^] http://www.flipcode.com/articles/article_directshow01.shtml[^] http://www.codeproject.com/audio/vmr9.asp#xx1244399xx[^] :-D Stormblade
-
As of April '05 DirectShow was moved to the Platform SDK though you still need the DirectX SDK to be able to build the samples.....
Unfortunatly I'm stuck with the Feb '03 SDK, as I have to use VS6 (work are too cheap to buy me 2k5 :laugh:). Maybe its time to start hinting for the upgrade again... (Shame that as this is a personal project I can't use it as an excuse for the upgrade). Thanks anyway tho :) Stormblade