Convert AVI to 3gp using ffmpeg

ffmpeg is an excellent application on video conversion. It supports most of the file formats.

ffmpeg [[infile options][-i infile]]… {[outfile options] outfile}…

Convert from MPG to 3GP
ffmpeg -i video_clip.mpg -s qcif -vcodec h263 -acodec mp3 -ac 1 -ar 8000 -ab 32 -y clip.3gp

ffmpeg -i inputfile.mpg -s qcif -vcodec h263 -acodec aac -ac 1 -ar 8000 -r 25 -ab 32 -y outputfile.3gp

Convert from AVI to 3GP
ffmpeg -i video_clip.avi-s qcif -vcodec h263 -acodec mp3 -ac 1 -ar 8000 -r 25 -ab 32 -y clip.3gp

ffmpeg -i inputfile.avi -s qcif -vcodec h263 -acodec aac -ac 1 -ar 8000 -r 25 -ab 32 -y outputfile.3gp

Convert from 3GP to AVI
ffmpeg -i clip.3gp -f avi -vcodec xvid -acodec mp3 -ar 22050 file.avi

you need to install the codecs previously. All the xvid,mp3,avi,3gp codecs can be updated very easily in the debian based distros. All other disros also having the codecs in their own repositories.

There are other media conversion utilities also there as mencoder,transcode and there are a lot of GUI tools for this like drip, k9copy etc.

These tools add feathers in the linux’s hats.

Thanks for the readers and comments. There are many complaints that no audio from the 3gp files.

-acodec aac” is the significant option here. This only gives excellent audio to the 3gp file in mobile phones.

Thanks for Sandeep. He only found that “aac” is the suitable codec for better audio.

Ho found that ffmpeg is available for windows also with nice GUI as “WinFF“.

get WinFF from http://www.winff.org

Thanks for the ffmpeg team.

powered by performancing firefox

79 thoughts on “Convert AVI to 3gp using ffmpeg

  1. i have installed ffmpeg and mencoder,transcode in my system (OS is ubuntu)..
    but iam getting this error ../
    PLZ help me….
    waiting for ur reply

    desktop:~/sreedhar/Personal$ ffmpeg -i Tiger_Attack.mpg -s qcif -vcodec h263 -acodec mp3 -ac 1 -ar 8000 -ab 32 -y clip.3gp
    FFmpeg version SVN-r9145, Copyright (c) 2000-2007 Fabrice Bellard, et al.
    configuration:
    libavutil version: 49.4.0
    libavcodec version: 51.40.4
    libavformat version: 51.12.1
    built on May 29 2007 11:24:51, gcc: 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
    Input #0, mpeg, from ‘Tiger_Attack.mpg’:
    Duration: 00:00:33.7, start: 0.500000, bitrate: 913 kb/s
    Stream #0.0[0x1e0]: Video: mpeg1video, yuv420p, 320×256, 104857 kb/s, 25.00 fps(r)
    Stream #0.1[0x1c0]: Audio: mp2, 22050 Hz, mono, 64 kb/s
    Output #0, 3gp, to ‘clip.3gp’:
    Stream #0.0: Video: h263, yuv420p, 176×144, q=2-31, 200 kb/s, 25.00 fps(c)
    Stream #0.1: Audio: 0x0000, 8000 Hz, mono, 0 kb/s
    Stream mapping:
    Stream #0.0 -> #0.0
    Stream #0.1 -> #0.1
    Unsupported codec for output stream #0.1

  2. Hi T Shrinivasan!
    I try this guide on Ubuntu s.o. for an “avi to 3gp” conversion for mobile phone destination (nokia n80).
    3gp file work but without sound.
    Maybe incorrect codec?
    Can you help me?

    Thanks!
    Marco

  3. Hi everyone,
    here is my problem:

    ffmpeg -i osalsi.3gp -f avi -vcodec xvid -acodec mp3 -ar 22050 osalsi.avi
    FFmpeg version UNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
    configuration: –prefix=/usr –libdir=${prefix}/lib –shlibdir=${prefix}/lib –incdir=${prefix}/include/ffmpeg –enable-shared –enable-libmp3lame –enable-gpl –enable-libfaad –mandir=${prefix}/share/man –enable-libvorbis –enable-pthreads –enable-libfaac –enable-libxvid –enable-pp –enable-libamr-nb –enable-libamr-wb –enable-x11grab –enable-libgsm –enable-libx264 –enable-liba52 –enable-libtheora –extra-cflags=-Wall -g -fPIC -DPIC –cc=ccache cc –enable-swscaler –disable-mmx
    libavutil version: 49.5.0
    libavcodec version: 51.48.0
    libavformat version: 52.1.0
    built on Dec 7 2007 09:08:06, gcc: 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from ‘osalsi.3gp’:
    Duration: 00:00:23.9, start: 0.000000, bitrate: 151 kb/s
    Stream #0.0(eng): Video: h263, yuv420p, 176×144 [PAR 12:11 DAR 4:3], 29.97 tb(r)
    Stream #0.1(eng): Audio: libamr_nb, 8000 Hz, mono
    Unknown encoder ‘xvid’

    Does anyone have an idea to solve that?
    Thank you in advance!
    (My distro is Debian)

  4. Pingback: Convert AVI to 3gp using ffmpeg « Linux Desktop

  5. Hai

    I am converting a flv to 3gp and mp4 and shifting moov box from end to front for progressive downloads every thing is fine but when i starts playing mp3 and 3gp file via progressive download it starts playing and after paying some part it stop playing i am not understanding this what is problem ?

    NEED HELP.

    Vijay Patidar

  6. Pingback: Sony Ericsson K550i | Hadret's.Blog

  7. Pingback: Convert AVI to 3gp with ffmpeg | A No Nonsense Blog

  8. Hi all ,

    Please do some suggestion , I want to convert 3gp file to 10sec play 3gp how can I do this using ffmpeg ?

    i.e if test.3gp is 50 sec file than i want to get onther file
    test2.3gp of 10sec only ……

    I am using this

    “/usr/bin/ffmpeg -i test.3gp -target ntsc-vcd -bf 2 -ss 00:00:00 -t 00:00:10 preview_test.3gp”

    this will creates non zero bytes file but file does not play in plyer …

    thanks

  9. This is wrong, 3gp should not be encoded using the mp3 audio codec, but amr-nb (or similar) codec. This is why you won’t get sound when played with most phones using the method above. I.e use -acodec amr_nb, although you’ll need to compile mencoder with support for it.

  10. After some experimentation, the original example should be as follows…

    ffmpeg -i video_clip.mpg -s qcif -vcodec h263 -acodec libamr_nb -ac 1 -ar 8000 -ab 12.2k -y clip.3gp

  11. Thanks for this post! I nearly emailed the client to turn down the project. I found the aac version doesn’t work for me but the mp3 version does.

    Thanks again!

  12. I need some help in converting an MP3 to 3GP using ffmpeg.

    Please help me realizing the right options and codecs for the conversion.

    Thanks in advance!

  13. hi, i tried to converting mpg file to 3gp..then got this error..
    Unknown codec ‘aac’..can you send to my email?

    skwlsgelf@hereditary:~$ ffmpeg -i 111.mpg -s qcif -vcodec h263 -acodec aac -ac 1 -ar 8000 -r 25 -ab 32 -y 222.3gp1

    FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
    configuration: –enable-gpl –enable-pp –enable-swscaler –enable-pthreads –enable-libvorbis –enable-libtheora –enable-libogg –enable-libgsm –enable-dc1394 –disable-debug –enable-shared –prefix=/usr
    libavutil version: 1d.49.3.0
    libavcodec version: 1d.51.38.0
    libavformat version: 1d.51.10.0
    built on Jul 23 2008 22:38:24, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
    Input #0, mpeg, from ‘111.mpg’:
    Duration: 00:31:46.1, start: 0.486033, bitrate: 942 kb/s
    Stream #0.0[0x1e0]: Video: mpeg1video, yuv420p, 352×240, 800 kb/s, 29.97 fps(r)
    Stream #0.1[0x1c0]: Audio: mp2, 44100 Hz, stereo, 128 kb/s
    Unknown codec ‘aac’
    skwlsgelf@hereditary:~$

  14. >Unknown codec ‘aac’

    The solution to this problem is very simple – just instead of ‘-acodec aac’ option, try to use ‘-acodec libfaac’.
    gl & hf

  15. ffmpeg -i video_clip.mpg -s qcif -vcodec h263 -acodec libamr_nb -ac 1 -ar 8000 -ab 12.2k -y clip.3gp

    THIS COMMAND WORKS PERFECT!!!!!!!!! THANKYOU
    Why The Hell is there no Gui for this…… as far as I am aware there isn’t, but I could be wrong…. I’ve looked everywhere though.

    But Thankyou, the command worked.
    kaddy

  16. Hi all,

    I’m rather new to Linux and using the Ubuntu Intrepid Ibex system. Now I tried to convert an avi – file to 3gp using ffmpeg and following the suitable instructions.

    I have the following problem(s):

    Error01:

    root@tux88-laptop:~/Desktop# ffmpeg -i “Otto.avi” -s qcif -vcodec h263 -acodec aac -ac 1-ar -r 25 -ab 32 -y “Otto.3gp”
    FFmpeg version r11872+debian_3:0.svn20080206-12ubuntu3, Copyright (c) 2000-2008 Fabrice Bellard, et al.
    configuration: –enable-gpl –enable-pp –enable-swscaler –enable-x11grab –prefix=/usr –enable-libgsm –enable-libtheora –enable-libvorbis –enable-pthreads –disable-strip –enable-libfaad –enable-libfaadbin –enable-liba52 –enable-liba52bin –enable-libdc1394 –disable-armv5te –disable-armv6 –disable-altivec –disable-vis –enable-shared –disable-static
    libavutil version: 49.6.0
    libavcodec version: 51.50.0
    libavformat version: 52.7.0
    libavdevice version: 52.0.0
    built on Oct 3 2008 22:40:31, gcc: 4.3.2
    [theora @ 0xb7ec42f0]Theora bitstream version 30201
    [theora @ 0xb7ec42f0]344 bits left in packet 81
    [theora @ 0xb7ec42f0]7 bits left in packet 82
    Input #0, ogg, from ‘Otto.avi’:
    Duration: 00:01:18.1, start: 0.000000, bitrate: 188 kb/s
    Stream #0.0: Video: theora, yuv420p, 320×240 [PAR 1:1 DAR 4:3], 25.00 tb(r)
    Stream #0.1: Audio: vorbis, 44100 Hz, stereo, 112 kb/s
    WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s
    Unknown encoder ‘h263’

    —————————————————————————-

    Error02:

    root@tux88-laptop:~/Desktop# ffmpeg -i “Otto.avi” -s qcif -vcodec h263 -acodec aac -ac 1-ar 8000 -r 25 -ab 32 -y “Otto.3gp”
    FFmpeg version r11872+debian_3:0.svn20080206-12ubuntu3, Copyright (c) 2000-2008 Fabrice Bellard, et al.
    configuration: –enable-gpl –enable-pp –enable-swscaler –enable-x11grab –prefix=/usr –enable-libgsm –enable-libtheora –enable-libvorbis –enable-pthreads –disable-strip –enable-libfaad –enable-libfaadbin –enable-liba52 –enable-liba52bin –enable-libdc1394 –disable-armv5te –disable-armv6 –disable-altivec –disable-vis –enable-shared –disable-static
    libavutil version: 49.6.0
    libavcodec version: 51.50.0
    libavformat version: 52.7.0
    libavdevice version: 52.0.0
    built on Oct 3 2008 22:40:31, gcc: 4.3.2
    [theora @ 0xb7ef22f0]Theora bitstream version 30201
    [theora @ 0xb7ef22f0]344 bits left in packet 81
    [theora @ 0xb7ef22f0]7 bits left in packet 82
    Input #0, ogg, from ‘Otto.avi’:
    Duration: 00:01:18.1, start: 0.000000, bitrate: 188 kb/s
    Stream #0.0: Video: theora, yuv420p, 320×240 [PAR 1:1 DAR 4:3], 25.00 tb(r)
    Stream #0.1: Audio: vorbis, 44100 Hz, stereo, 112 kb/s
    Unable to find a suitable output format for ‘8000’

    Can someone help me??

    Thank you in advance!
    Martin

  17. Pingback: ownport.net » Blog Archive » Convert AVI to 3GP using ffmpeg

  18. Dear Mr. Shrinivasan,

    I’m from Brazil, and here, a poor country like yours(well, poverty is no shame 😉 ) we love Linux. I’m a linux user since 2005. But, lately i’ m having a problem with Winff, which is the front end to ffMpeg. It’s not converting to xvid or mp3. The error is the same from the comments before me. it states: Unknown codec MP3 (or Xvid, the Xvid Issue i ‘ve already fixed). It’s in the presets of Winff, and i am making the changes by hand, one by one, something very laborious. If you’ve already made these changes in presets of Winff, i would like to ask you to make it public, so i (and many others around the globe) could benefit from it. Of course that i will make my work public, to help others with the same problems, but it will take sometime, since i am in the final exams of the year time, in college.
    Well, thanks in advance for your attention,

    Awaiting for you response,

    Best regards from Brazil

    Alessandro

  19. Outstanding tutorial. I’m running ubuntu 8.10 and had a few hick ups installing ffmpeg, mostly because some of the library names changed and so forth. Here’s what worked for me, thank you again for this great tutorial, I’d be lost without it, now I just gotta figure out how to get the best resolution possible for the movies on my sony 580i:

    svn co -r 14946 svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg

    ./configure –enable-liba52 –disable-debug –enable-libfaad –enable-libfaac –enable-gpl –enable-nonfree –enable-libmp3lame –enable-libdc1394 –enable-libx264 –enable-libxvid –enable-pthreads –enable-libvorbis –enable-libtheora –enable-libgsm –disable-debug –enable-shared –disable-protocol=udp –prefix=/usr

    sudo mkdir /usr/local/lib/pkgconfig
    sudo mkdir /usr/include/libavdevice
    sudo mkdir /usr/include/libavformat
    sudo mkdir /usr/include/libavcodec
    sudo mkdir /usr/include/libavutil
    sudo mkdir /usr/lib/vhook

    sudo apt-get install libx264-dev checkinstall

    make

    sudo make install

    Hope this helps someone else out there.

  20. Hey guys,
    I am trying to do convert avi to 3gp file and get this error i am very new to ffmpeg. So having diffculity understanding the error also. if you the solution please let me know

    ./ffmpeg -i ../abc/146362e7e49c3a6fa0f9c3960b05d62f.avi -s qcif -vcodec h263 -acodec libfaac -ac 1 -ar 8000 -r 25 -ab 32 -y outputfile.3gp
    FFmpeg version git-9bee075, Copyright (c) 2000-2009 Fabrice Bellard, et al.
    configuration:
    libavutil 50. 2. 0 / 50. 2. 0
    libavcodec 52.22. 3 / 52.22. 3
    libavformat 52.32. 0 / 52.32. 0
    libavdevice 52. 1. 0 / 52. 1. 0
    libswscale 0. 7. 1 / 0. 7. 1
    built on Mar 26 2009 15:40:18, gcc: 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
    [avi @ 0x88b1ad0]non-interleaved AVI

    Seems stream 0 codec frame rate differs from container frame rate: 30000.00 (30000/1) -> 29.97 (30000/1001)
    Input #0, avi, from ‘../Continental/146362e7e49c3a6fa0f9c3960b05d62f.avi’:
    Duration: 00:01:13.17, start: 0.000000, bitrate: 3965 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 640×480 [PAR 1:1 DAR 4:3], 29.97 tbr, 29.97 tbn, 30k tbc
    Stream #0.1: Audio: adpcm_ima_wav, 44100 Hz, mono, s16, 177 kb/s
    WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s
    Unknown encoder ‘libfaac’

    Thanks
    Chetan

  21. Hello

    I am using Ubuntu 9.04 and just installed codecs:
    w32codecs libdvdcss2 libxine-extracodecs gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-pitfdll libtwolame-dev toolame twolame libavcodec1d lame

    But this error is happenning:
    FFmpeg version 0.5-svn17737+3:0.svn20090303-1ubuntu6, Copyright (c) 2000-2009 Fabrice Bellard, et al.
    configuration: –enable-gpl –enable-postproc –enable-swscale –enable-x11grab –extra-version=svn17737+3:0.svn20090303-1ubuntu6 –prefix=/usr –enable-avfilter –enable-avfilter-lavf –enable-libgsm –enable-libschroedinger –enable-libspeex –enable-libtheora –enable-libvorbis –enable-pthreads –disable-stripping –disable-vhook –enable-libdc1394 –disable-armv5te –disable-armv6 –disable-armv6t2 –disable-armvfp –disable-neon –disable-altivec –disable-vis –enable-shared –disable-static
    libavutil 49.15. 0 / 49.15. 0
    libavcodec 52.20. 0 / 52.20. 0
    libavformat 52.31. 0 / 52.31. 0
    libavdevice 52. 1. 0 / 52. 1. 0
    libavfilter 0. 4. 0 / 0. 4. 0
    libswscale 0. 7. 1 / 0. 7. 1
    libpostproc 51. 2. 0 / 51. 2. 0
    built on Apr 10 2009 23:18:41, gcc: 4.3.3
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from ‘Vídeo_113008_001.3gp’:
    Duration: 00:04:24.34, start: 0.000000, bitrate: 337 kb/s
    Stream #0.0(eng): Audio: samr / 0x726D6173, 8000 Hz, mono, s16
    Stream #0.1(eng): Video: h263, yuv420p, 352×288 [PAR 12:11 DAR 4:3], 29.97 tbr, 500 tbn, 29.97 tbc
    File ‘Exame.Amarela.Rolamento.avi’ already exists. Overwrite ? [y/N] y
    Output #0, avi, to ‘Exame.Amarela.Rolamento.avi’:
    Stream #0.0(eng): Video: h263, yuv420p, 352×288 [PAR 12:11 DAR 4:3], q=2-31, 90k tbn, 500 tbc
    Stream #0.1(eng): Audio: libmp3lame, 22050 Hz, mono, s16, 64 kb/s
    Stream mapping:
    Stream #0.1 -> #0.0
    Stream #0.0 -> #0.1
    Unsupported codec (id=73728) for input stream #0.0

    Could you help me?

    Regards

    Andre Uebe

  22. I have a problem please help.
    How to install Unknown encoder ‘h263’ or any other way to deal with problem below?

    rusydi@Research6:~/Cinema$ ffmpeg -i Orphan.avi -s qcif -vcodec h263 -acodec aac -ac 1 -ar 8000 -r 25 -ab 32 -y outputfile.3gp
    FFmpeg version r11872+debian_3:0.svn20080206-12ubuntu3.1, Copyright (c) 2000-2008 Fabrice Bellard, et al.
    configuration: –enable-gpl –enable-pp –enable-swscaler –enable-x11grab –prefix=/usr –enable-libgsm –enable-libtheora –enable-libvorbis –enable-pthreads –disable-strip –enable-libfaad –enable-libfaadbin –enable-liba52 –enable-liba52bin –enable-libdc1394 –disable-armv5te –disable-armv6 –disable-altivec –disable-vis –enable-shared –disable-static
    libavutil version: 49.6.0
    libavcodec version: 51.50.0
    libavformat version: 52.7.0
    libavdevice version: 52.0.0
    built on Mar 13 2009 17:48:10, gcc: 4.3.2
    Input #0, avi, from ‘Orphan.avi’:
    Duration: 01:56:31.8, start: 0.000000, bitrate: 768 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 600×240 [PAR 10:11 DAR 25:11], 30.00 tb(r)
    Stream #0.1: Audio: mp3, 44100 Hz, stereo, 160 kb/s
    WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s
    Unknown encoder ‘h263’
    rusydi@Research6:~/Cinema$

  23. Pingback: Convert Your Videos to 3gp with ffmpeg - My Tech Blog - Mehul Speaks

  24. I Can’t To ENCODE 3GP FIle
    I Use FFMPEG-0.5 On Window
    I uSE Batch FIle with this syntax
    ffmpeg -i TEST.AVI TER.3gp
    Why Plaese Tell Me or It Can Convert Only On Linux OS

  25. Thanks, the post was useful but about audio I have to notice that the aac codec didn’t work for me.

    Instead this worked very well: -acodec libfaac

  26. Thank you, seems to work — but:

    -ab 32 must be 32000
    WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s

  27. Very nice, thnx, but I had to change “-acodec aac” with “-acodec libfaac” . Anyway, success!!!!!! Sorry, I didn’t noticed somebody’s already postedthe same 🙂

  28. hi guys…
    this is very useful information…
    but can i use this ffmpeg in online scripts llike php… and what type of formats can be converted to each other???? plz tell me how to use in website….

  29. Hi .,
    I am converting a video file to 3gp format for QCIF, CIF formats as i am using the following command to code

    /usr/local/bin/ffmpeg -i “10216.3gp” -acodec libfaac -ar 8000 -ac 1 -ab 12 -vcodec mpeg4 -s cif -r 10 -b 96 10216CIF.3gp

    and

    following command to hinting the file

    /usr/local/bin/MP4Box -hint -latm -mtu 1024 $7 10216CIF.3gp

    I am able to get the stream the video file, but clarity of the streaming video is not so good … anybody please suggest the better parameters for the command to achieve better clarity..

    Thanks in advance

  30. Pingback: Un zombie :D » Convirtiendo a 3gp con FFmpeg y MEncoder

  31. Please tell me that youre going to keep this up! Its so superior and so important. I cant wait to read far more from you. I just feel like you know so very much and know how to make people listen to what you might have to say. This weblog is just as well cool to become missed. Great things, really. Please, PLEASE keep it up!

  32. Rather than just a video converter, FFMPEG can also play the role of an audio extractor, which can extract only audio from a given sample video. Executing the lower command will extract the audio from a .avi input video and save it under the name “audio.mp3”. COMMAND: ffmpeg -i input.avi -vn -ar 44100 -ac 2 -ab 192 -f mp3 audio.mp3 Convert videos Ubuntu :

  33. Pingback: Convertendo vídeos pra celular no Ubuntu Linux com FFMPEG « Ederson Peka

  34. I am working on a PC running a Mandriva/Mageia distrib.
    For my Orange Panama phone (screen 400×240) I use with an initial .avi video in 576×240 :

    $ ffmpeg -y -i t1.avi -vcodec mpeg4 -s 400×167 -padtop 37 -padbottom 36 -r 15 -acodec libvo_aacenc -ac 1 -ar 11025 -ab 64k -async 2 t1.3gp

    Variant params
    testing : -ss 00:09:00 -t 00:00:30
    for 4:3 videos : -s 320×240 -padleft 40 -padright 40
    for 16:9 videos : -s 400×226 -padtop 7 -padbottom 7

    I hope it will help someone
    yves.demur@m4am.net

  35. i want to convert an avi file to 3gp with codec as mpeg4 simple profile level 0!but i am not able to do it with ffmpeg..it gives this error-Requested output format ‘-vcodec’ is not a suitable output format..how to fix this help!thanks in advance

  36. of course like your website however you need to check the spelling on several
    of your posts. Several of them are rife with spelling problems and I
    find it very bothersome to inform the truth nevertheless I
    will definitely come back again.

  37. For Valentines Day,. Although he received many rejections for his first novel, A Time to Kill, Grisham went on to publish such bestsellers as The Firm, The Chamber, The Client and The Runaway Jury.
    Most phishing emails are pretty poorly made.

  38. Thanks for a marvelous posting! I actually enjoyed reading it,
    you’re a great author.I will ensure that I bookmark your blog and will come back later on.
    I want to encourage you to definitely continue your
    great job, have a nice weekend!

  39. ffmpeg is not farmilar by most people, so i recommend using a 3GP converter to convert AVI to 3GP like Faasoft Video Converter.

    Some people also recommend VLC. Try it if you know it well.

  40. Many of my friends use iDealshare VideoGo to batch convert 3GP to MP4 on Mac or Windows computer.

    After tried, i find it really works so great convert with fast speed and high quality.
    And i find it also can convert 3GP to AVI, MOV, WMV, MKV, MPG, MP3, DV, ProRes etc.

    It also helps to convert video to 3GP.

Leave a reply to Norio Cancel reply