views:

187

answers:

1

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.

+2  A: 

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#.

Pekka
ffmpeg convert into 3gp only. want to convert into both 3gp and mpeg through commandline.
Sikender
What are you talking about? Of course ff*mpeg* can convert video to mpeg.
Pekka
Can it convert to mpeg4 format?
Sikender
http://en.wikipedia.org/wiki/FFmpeg#Codecs
Pekka