tags:

views:

267

answers:

3

Iam writing an application which will do Conversion from AVI to MPEG, WMV to AVI, WMV to MPEG or H.264/AVC video, AVI to MP4, RMVB to 3GP, etc.

I am looking for C# code and tutorials for the same.

Any pointers will be really helpful.

+1  A: 

You can use DirectShow, see here, google with directshow for other conversions

ArsenMkrt
+1  A: 

If you are fine with using ffmpeg, you may want to look at answers to this question.

Rohit
+1  A: 

As Rohit mentioned use and download ffmpeg.exe from here

I have used it several times and made conversion, 2 pass filtering, created frames, preview images.

Himadri