Tagged Questions

ffdshow is DirectShow and VFW codec for decoding/encoding many video and audio formats, including DivX and XviD movies using libavcodec, xvid and other opensourced libraries with a rich set of postprocessing filters.

learn more… | top users | synonyms

3
votes
2answers
3k views

Controlling ffdshow from .Net

ffdshow has this awesome little API for controlling playback of video files. It allows you to change subtitles, fast forward, get the name of the file playing, etc... Its implemented as a windows ...
1
vote
1answer
117 views

making a python gui for ffdshow

I was thinking that for a learning project for myself, I would try to make a GUI for ffdshow on linux, using tkinter. Wanted to make sure this project would be feasible first, before I get halfway ...
0
votes
0answers
16 views

Is it possible to force the WPF MediaElement to use a specific filter?

I am using the WPF MediaElement to play H.264/MPEG-4/AVC videos and I want to restrict it to use the FFDSHOW filter. I plan to use a custom filter for the production application. The target platform ...
0
votes
0answers
128 views

How can I convert avi to mp4 using graphedit and ffdshow?

I´m working on an application based on directshow that has to convert an AVI source file to to an mp4-file that can be played back with Quicktime. Since 3ivx, according to my web research the most ...
0
votes
2answers
396 views

opencv fails to open avi with ffdshow codec

I am currently using OpenCV to try and open an AVI file that was made using ffdshow. The program manages to open the video file and play however, the video file is in black and white and is slightly ...
0
votes
1answer
480 views

Use specific codec or ffdshow folder with DirectShowLib?

I am using DirectShowLib in a C# application to allow video playback. Unfortunately, not all systems provide a decent video codec so I opted to install FFDShow as part of my installation. ...
0
votes
1answer
63 views

Can i deliver ffdshow with my application

Can i deliver ffdshow with my application. Is there any license issues. I am developing a media application , in which i want to play different types of videos thanks in advance
0
votes
2answers
676 views

DirectSound/FFDShow without a Sound Card

I've got an application that uses DirectShow/DirectSound which plays videos and extracts the video/sound. Running it on a server without a soundcard means the audio cannot be grabbed, is there a way ...