LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to convert mp4 videos to 3gp format? (https://www.linuxquestions.org/questions/linux-software-2/how-to-convert-mp4-videos-to-3gp-format-894197/)

pinax 07-27-2011 11:56 PM

How to convert mp4 videos to 3gp format?
 
Hello friends!
I am new to Linux & even newer to linuxquestions. I made a switch to Linux few months back and I'm using it without much problem. I have a nokia phone with only 3gp video format support. But I cannot convert videos(mp4,flv) to 3gp format. I installed Winff(ffmpeg), but I couldn't find 3gp format in that. Also tried Transmageddon which apparently support the format but my phone shows unknown format. Though I'm not very much familiar with command line, if someone posts a simple command for this it will be great help for me.
Thanks.

almatic 07-28-2011 03:51 PM

something like that:

ffmpeg -i sourcevid.flv -f 3gp -vcodec h263 -s 176x144 -qscale 4 -acodec libfaac -ab 32k -ar 11025 targetvid.3gp

if you want smaller filesize use -qscale 10 or so. I haven't used this for years, but it used to work on my phone.

pyjunkie 07-31-2011 11:18 AM

Check out Handbrake. I use it to convert videos for my Android phone.
It's pretty easy to use.

corp769 07-31-2011 11:22 AM

Hello,

Besides HandBrake, I just came across this tool - http://sourceforge.net/projects/convert3gp/
I'm at my girlfriends house, so I can't really check it out currently. Let me know how that works for you.

Cheers,

Josh

pinax 07-31-2011 02:33 PM

Thanks, everyone. I installed HandBrake(through ppa) & it solved my problem.


All times are GMT -5. The time now is 10:42 AM.