How to Convert 3GP to Linux

3GP is a video and audio file format used in 3G capable phones. 3GP is also the format PlayStation 3 will convert audio from a CD when AAC codec is selected. Linux will read video and audio 3GP files when the FFmpeg decoder is installed. FFmpeg can also be used to convert video 3GP files to AVI file and audio 3GP file to MP3 files if you need a more standard file format.

Instructions

    • 1

      Click on the "Terminal" icon in your Linux task bar.

    • 2

      Make sure the FFmpeg library is installed. Type "sudo apt-get install ffmpeg" if you are using Ubuntu. Type "yum install ffmpeg" if you are using Fedora or a derivative.

    • 3

      Type "ffmpeg --i name-of-your-file.3gp --f avi --acodec mp3 *.avi" to convert your video 3GP file the file to a AVI file. The file will have the same name as the original one but with the AVI suffix and will be located in the same folder.

    • 4

      Type "ffmpeg -y -i * name-of-your-file.3gp -ac 1 -acodec mp3 -ar 22050 -f wav *.mp3" to convert your sound-only 3GP file to MP3. The file will be located in the same folder and have the same name but with the MP3 suffix.

Tips & Warnings

  • WinFF is a graphical interface to FFmpeg and can be used if you do not want to have to deal with long lines of commands.

  • Linux is case sensitive. File.3gp is not the same as file.3GP. Make sure the name you type the name using all the capitalization.

Related Searches:

References

Comments

You May Also Like

  • How to Convert 3Gp to MP3

    MP3 is a popular audio digital format that is used on computer music. MP3 music can be uploaded to MP3 players and...

  • How to Convert AVI to 3GP File

    Converting your AVI files into 3GP format allows you to play favorite videos on your mobile devices. The 3GP format delivers the...

  • How to Convert MP3 to 3Gp Free

    MP3s, which typically contain near-CD quality audio in a small file format, gained popularity for their compatibility with most applications and devices....

  • How to Convert JPEG to 3GP

    If you have some JPEG files on your computer that you want to be able to use and share on your 3G...

  • How to Convert 3GP Into AVI

    3GP is the file type used in many 3G mobile phones with video capturing capabilities. While there are many programs now that...

  • How to Convert WMV to 3GP

    3GP format is an extremely popular mobile video format specifically designed to cater to the needs of mobile devices. However, the 3GP...

  • How to Convert 3GP to AVI for Free

    The 3GP or 3GPP multimedia format is primarily a video format used for saving and sharing video files recorded on cellular phones...

  • How to Register the ImTOO 3GP Video Converter Wizard

    The ImTOO 3GP Video Converter is a file conversion utility that specializes in converting media files into 3GP videos. Although it is...

  • How to Convert AVI Audio With FFMpeg

    FFMPEG is a very powerful audio and video conversion tool. The software is cross-platform, though is primarily written for Linux, and FOSS...

  • How to Convert a Perfect AVI With FFmpeg

    FFmpeg is a command line video converter. It converts videos from inside the operating system's coding from one format to another. AVI...

  • How to Change 3GP Files

    The file format 3GP is a video type used by some cellphones, usually of the "smartphone" variety. This format may not be...

  • How to Convert a 3GP File to MP3

    3GP is an audio and video format, designed and developed by the 3rd Generation Partnership Project (3GPP.) It is used by video...

  • How to Convert From AVI to 3GP With WinFF

    FFmpeg is a popular multi-platform video conversion tool. Unfortunately, FFmpeg in its original state does not have a graphical user interface (GUI),...

  • How to Convert 3GP Files for Free

    The 3GP format is the video type used on many cell phones. This video extension will often not work on your computer's...

  • How to Convert 3Gp Video to AVI

    Created by the 3rd Generation Partnership Project, the 3GP format is used to transmit video through 3G cell phones and Internet. Since...

Related Ads

Featured