1
Answer

Video playback via DirectShow in c# ...?

Olli TheClash

Olli TheClash

9y
940
1
Hello c# community!
 
First of all: I am a beginner in c# and need some help to find the right information / a starting point.
I would like to create a video playback software wich plays the video on a second screen. I want to realize it as a windows forms project.
I already got the media player com object to run in my application but t seems to be a bit limited - for example changing the aspect ratio manually is not possible, no further processing (like color corrections, scaling etc..).
So it seems  to be nessessary to get deeper in coding. I think directshow (GraphEditor..) would be verry interesting to me, but i can't find something like a tutorial how to implement it in c#. When i search for directshow and c# a only find c++ directshow examples. Are there some keywords or any code example to understand how to get forward at this point? So just.. how to read a file, parse and render it via some plugins und  and so force..
 
The only thing i found was this 12 years old article: http://www.codeproject.com/Articles/2632/DirectShow-MediaPlayer-in-C   As he uses some kind of a visualBasic Wrappe i dont know if this is state of the art....?
 
Thanks a lot for helping me - and every comment is welcome!
 
Olli 
Answers (1)
0
Gokhul Varman
NA 10.7k 9.4k 7y
Please refer the link for more detailed explantion:http://developers.itextpdf.com/content/best-itext-questions-stackoverview/font-examples/itext7-how-use-system-font-itextsharp-vbnet
Accepted
0
Shovan Saha
NA 306 17.8k 7y
Dear Gokhul Sir, I have made this. Thank you. But I have another question. I have six buttons bearing same color. I want tab index position of button will show another color. Is it possible? Please help me.