Right now i stuck in my application because of this issue.
anyone help to get out of this.
Want source code to covert all video format to 3gp and mpeg4 format.
i developed this applicatoin on asp.net using c# as a backend language.
Right now i stuck in my application because of this issue.
anyone help to get out of this.
Want source code to covert all video format to 3gp and mpeg4 format.
i developed this applicatoin on asp.net using c# as a backend language.
ffmpeg is a command-line binary for both Unix/Linux and Windows, and is the standard tool for video conversion.
To get startd, check out this forum entry related to 3gp conversion.
Check this SO question on how to integrate ffmpeg with C#.