View previous topic :: View next topic |
Author |
Message |
susanraphael n00b

Joined: 22 Apr 2005 Posts: 2
|
Posted: Thu Mar 09, 2006 9:27 am Post subject: Best way to convert MOV, RM, AVI, WMV,MPEG to 3GP, 3G2, MP4? |
|
|
spam removed, kept rest of thread here.
amne |
|
Back to top |
|
 |
gimpel Advocate


Joined: 15 Oct 2004 Posts: 2720 Location: Munich, Bavaria
|
Posted: Thu Mar 09, 2006 9:40 am Post subject: |
|
|
Quote: | Buy 3GP Video Converter BuyNow!Price:$29.00 |
LOL
a) uhm thanx for linking a windows tool on a linux page.. rofl
b) there are also free tools for free people on a free OS for that task
1. using ffmpeg & mplayer:
http://www.niemueller.de/wiki/index.php?ConvertVideoTo3GP
2. Lin3gp
ready to go script. hell knows where the original tarball can be found, so one has to extract it from packman rpm
http://packman.links2linux.de/?action=673
3. GUI
http://kde-apps.org/content/show.php?content=35274
4. simple ffmpeg command
Code: | ffmpeg -i <INPUT>.avi -ar 8000 -ac 1 -acodec amr_nb -vcodec h263 -s 176x144 -r 12 -b 30 -ab 12 <OUTPUT>.3gp |
cheers! _________________ http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
|
|
Back to top |
|
 |
gotaserena Apprentice


Joined: 23 Feb 2005 Posts: 153 Location: fourth worst city in the world
|
Posted: Thu Mar 09, 2006 2:40 pm Post subject: |
|
|
damn spammers...
You have to compile ffmpeg with amr support for this to work. I'm not sure whether portage has a useflag for that. I've made a script that downloads cvs and compiles the amr source with ffmpeg, but recently ffmpeg's cvs has been broken more often than not. I guess you should be able to modify ffmpeg's ebuild to download and include amr sources, but I've been too busy to see to this.
Incidentally, my cellphone and quicktime have no trouble with mpeg4 (libavcodec) in 3gp files, as long as I don't use anything fancy (like b-frames, qpel or gmc). You can also use "-s sqcif" for "-s 128x96" and "-s qcif" for "-s 176x144" as these are popular .3gp file sizes. |
|
Back to top |
|
 |
drphibes Guru


Joined: 30 Nov 2004 Posts: 432
|
Posted: Wed Mar 22, 2006 2:30 pm Post subject: |
|
|
gotaserena wrote: | damn spammers...
You have to compile ffmpeg with amr support for this to work. I'm not sure whether portage has a useflag for that. |
It does now. ffmpeg-0.4.9_p20060302.ebuild now has a USE flag 'amr' to include amr wide and narrow band support.
Cheers. |
|
Back to top |
|
 |
raazzzin n00b

Joined: 04 May 2006 Posts: 1
|
Posted: Thu May 04, 2006 4:13 pm Post subject: 3g2 encoding |
|
|
Hi,
The links above help w/ encoding to 3GP - but what about for 3G2. 3G2 uses QCP (QCELP) for the audio instead of AMR.
Any idea if FFMPEG can support this and if not, any suggestions for how to do this via command-line on Windows (preferably) or Linux.
Thanks.
Raj |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|