This section describes how to convert a linux instance to a 3GP format.

Source: Internet
Author: User
This section describes how to convert linux to the 3GP format-general Linux technology-Linux technology and application information. The following is a detailed description. Since you have a mobile phone with multimedia playback, you are more concerned about this problem: how to convert the video format to 3GP in linux. There seems to be too many tools under win, but it is not easy to find a free tool.

Such formats as 3GP are born on mobile phones. They are small, very small, and of course support from nokia. But the effect is not very good, of course.

Back to the topic, in linux, mencoder is acceptable. Now mplayer even supports real, and converting rmvb to 3GP is not acceptable. However, the method I have seen today is to use ffmpeg. Of course, first of all, make sure that the compiled ffmpeg supports x264 and aac, because the former is 3GP video decoding, the latter is 3GP audio decoding, which is indispensable. Use the following command to convert the format:

Ffmpeg-I . Avi-ar 8000-ac 1-acodec aac-vcodec h263-s 176x144-r 12-B 30-AB 12 . 3gp

Explain the parameters. -The I parameter specifies the original file. The-ar parameter specifies the audio channel. The phone will not talk about it. One audio channel is sufficient. Do not misunderstand that only one ear plug can have a sound; -The acodec parameter specifies the audio format in the output file. aac is recommended.-The same applies to vcodec, that is, specify the video format of the output file, and h263 for 3GP; the-s parameter is the screen size of the output video. In fact, my mobile phone is actually X, which may not be very standard. You can only choose one of the three provided by him, it seems that 176x144 is relatively close, and the supported size is 128x96,176x144,352x288,704x576,140 8x1152. The-r parameter should be the concept of "limit; -parameter B is the video bit rate, and parameter-AB is the audio bit rate.

I used the above command to transfer an NBA video of 34.7 M rockets to jazz. The format is avi, And the size after conversion is M. The compression is hard enough and I put it on my mobile phone, the effect is poor, as if many mosaic works together. Then add the parameter value, namely:

Ffmpeg-I . Avi-ar 8000-ac 1
-Acodec aac-vcodec h263-s 176x144-r 20
-B 60-AB 32 . 3gp

After that, the volume is increased to 47 M, and the effect is better. At least the T-mac is located.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.