Log in

View Full Version : avi to 3gp codec/console application/c++ code


shvalb
5th August 2005, 11:24
Hi.

I have this program that creates an avi movie file and I need this movie to run on mobile-phones, I understand that many Mobile-Phones support 3gp format and I need to convert my avi to 3gp. The convertion must be embedded in my c++ program, so I need either a console application converter or the actuall code of the converter or a codec that I can install in my OS and compress the avi using 3gp codec.

can anyone reference me to something that might help me ??

Thanks.

Drachir
5th August 2005, 12:32
look here:

http://ffmpeg.sf.net #encode video(h263) and audio(amr) with ffmpeg
http://gpac.sf.net #mux it with MP4Box

You could use only FFmpeg, but I had some trouble with some mobile phone, if only FFmpeg was used.

shvalb
5th August 2005, 13:20
I looked at the first link and I couldn't figure out what I was supposed to look there, can you be more specific and tell me what I have too look in there :(

Thanks alot!