-1

i want to know if it is possible to develop a video format conversion software in .net (C# or VB.net). Some one please help me...

rakzz
  • 213
  • 1
  • 3
  • 12
  • 3
    Check out http://stackoverflow.com/questions/271003/anyone-know-of-a-set-of-c-bindings-for-ffmpeg and http://stackoverflow.com/questions/2191381/convert-all-video-format-to-3gp-and-mpeg4-video-format – Mikael Svenson Jan 04 '11 at 07:16
  • You'd probably be best of just calling conversion software from C#. Implementing this yourself might be a lot of work. – CodingBarfield Jan 17 '11 at 09:04
  • 1
    Possible duplicate of [Anyone know of a set of C# bindings for FFMPEG?](https://stackoverflow.com/questions/271003/anyone-know-of-a-set-of-c-sharp-bindings-for-ffmpeg) – georgeawg Aug 19 '18 at 07:48

1 Answers1

-1

To get started, I would check out something like FFlib.Net which uses MMPEG.