Sumit Ghosh
Sumit Ghosh

Reputation: 3280

video conversion in C#

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

Answers (3)

Himadri
Himadri

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

Rohit
Rohit

Reputation: 7629

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

Upvotes: 2

Arsen Mkrtchyan
Arsen Mkrtchyan

Reputation: 50752

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

Upvotes: 1

Related Questions