Question

Im writing a .Net application, which joins bitmap files into .avi video file. To do that im using AVIFile api. Everything went fine until i've got to the point where i needed to compress resulting video. I've found a method AVISaveOptions which shows a dialog, where user can select an appropriate codec and its settings. However, the problem is - i dont want this dialog, neither do i need those advanced settings. I do need a codec selection somewhere on my UserControl tho. So my questions are basically:

1) Is there a way to get the list of availible video codecs installed on the machine?

2) Is there a way to load default settings for selected codec? (so i can initialize AVICOMPRESSOPTIONS with those values)

Thx.

Was it helpful?

Solution

Nevermind, i guess. I ended up using FFMPEG (via AForge.Net wrapper)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top