1

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.

Sumit Ghosh
  • 3,264
  • 4
  • 40
  • 59

3 Answers3

2

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

Community
  • 1
  • 1
Rohit
  • 7,449
  • 9
  • 45
  • 55
1

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

Arsen Mkrtchyan
  • 49,896
  • 32
  • 148
  • 184
1

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
  • 8,600
  • 15
  • 47
  • 70