Reputation: 3280
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.
Upvotes: 1
Views: 8943
Reputation: 8876
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.
Upvotes: 1
Reputation: 7629
If you are fine with using ffmpeg, you may want to look at answers to this question.
Upvotes: 2
Reputation: 50752
You can use DirectShow, see here, google with directshow for other conversions
Upvotes: 1