vote up 3 vote down star
2

Hi All

I am building a desktop application ( .NET) for which basic video editing capabilities like adding music ,captions ,editing etc is required. Are there any open source options or third party libraries any one can recommend

Thanks in advance

Anon

flag
Do the results of the edit need to be encoded into the file or do they need only to be described so that your application can play them back? – spoon16 Nov 27 '08 at 1:57
It should be burned to a DVD – Anon Nov 28 '08 at 15:37

2 Answers

vote up 2 vote down

Microsoft had an API as part of DirectX called DirectShow, specifically geared toward encoding, decoding and editing sound and video. Unfortunately, it is no longer being actively developed, but there is a .NET wrapper available here if you'd like to experiment:

http://directshownet.sourceforge.net/

I've also found a wrapper around AVIFile, but that is pretty old, too:

http://www.codeproject.com/KB/audio-video/avifilewrapper.aspx

The codeproject article details adding bitmaps to video files, so it may be a useful resource for you. Best of luck!

link|flag
DirectShow is not dead, it is promoted from DirectX to the Platform SDK. – Guge Dec 18 '08 at 9:43
vote up 1 vote down

You could try using ffmpeg-sharp, a .NET wrapper for the powerful ffmpeg library.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.