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...
            Asked
            
        
        
            Active
            
        
            Viewed 2,361 times
        
    -1
            
            
        - 
                    3Check 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
 - 
                    1Possible 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 Answers
-1
            To get started, I would check out something like FFlib.Net which uses MMPEG.
        Robert Schultz
        
- 94
 - 4
 
- 
                    
 - 
                    The example image on the link I provided shows you exactly how to convert from one format to another. – Robert Schultz Jan 13 '11 at 00:01