I have a source filter (rtsp source filter). I can set its video/audio buffer time in graph edit. But do not know progr开发者_运维知识库amatically how to set.
Im using DirectShowLib in C#. I want to use File Writer in C# to set a file output. I want to use File Writer because Graph.SetOutputFileName() wont connect to my encoder, but File Writ开发者_StackOve
Im trying to implement a graphedit filter file i created. I am using 3ivx to encode and compress a video then save it to .mp4.
currently I have a disfigured avi file that a program of mine creates. I found out that by going into graphedit, i can refigure it correctly.
I am using DirectShow.Net in C#. I made a player that will stream video from a usb device to a video screen and to an avi file at the same time.
I want to make an audio player in c# with signal spectrum. I saw some examples in the net about how to make the player but cant find example about the spectrum.
I\'m looking for any reliable, commercial or freeware component to add video playback support in .NET application.
I just wrote a simple DirectShow Filter (which inherits from CTransformFilter). But I want to be able to set a variable of my filter dynamically.
I have been browsing around here (stack overflow) attempting to find a stable way to get images (an array of pixels) out of video files in general. In C# .NET I have found:
Is there a hardware accelerated version of FFmpeg (e.g. a version that utilizes the GPU)? Also, does anybody use FFmpeg with GPU support? Possibly for scaling and converting video format?Or, for exam