Log in

View Full Version : 3gp/amr to mp4/aac


fenomeno83
16th June 2008, 22:44
hello..
I want extract audio from 3gp files (is an amr) and convert it into mp4/aac
I need for this of a command line tool(not gui) and code to do this, please :p
Maybe mp4box do this..but code? :D
thanks

buzzqw
17th June 2008, 15:37
ffmpeg -i file.3gp -vn -acodec faac -ab 128k file.aac

BHH

fenomeno83
18th June 2008, 19:32
thanks..it' s possibile do the same with mencoder?

buzzqw
19th June 2008, 15:03
afaik no, video track is mandatory

BHH

fenomeno83
19th June 2008, 19:05
ok..thanks