AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Best software for amr to mp3 conversion?

 
Reply to topic    AutoHotkey Community Forum Index -> General Chat
View previous topic :: View next topic  
Author Message
chandru155



Joined: 03 Dec 2008
Posts: 158
Location: chennai,india

PostPosted: Sun Dec 13, 2009 7:15 am    Post subject: Best software for amr to mp3 conversion? Reply with quote

I tried more than 10 softwares for converting amr to mp3. But the mp3 file size is around 10times bigger than the original amr file. But i found one software in www.amr-mp3.net which gives me good quality with same size as amr file. But its shareware. Can you guys suggest me software like this which is available for free(i.e freeware). Urgent.....

Thanks in advance
Back to top
View user's profile Send private message Yahoo Messenger
garry



Joined: 19 Apr 2005
Posts: 2212
Location: switzerland

PostPosted: Sun Dec 13, 2009 7:24 am    Post subject: Reply with quote

didn't tried ( have no amr-files) , just link for freeware converter
http://www.softpedia.com/downloadTag/AMR2MP3
Back to top
View user's profile Send private message
chandru155



Joined: 03 Dec 2008
Posts: 158
Location: chennai,india

PostPosted: Sun Dec 13, 2009 7:29 am    Post subject: Reply with quote

thanks.. but tried them already..
Back to top
View user's profile Send private message Yahoo Messenger
garry



Joined: 19 Apr 2005
Posts: 2212
Location: switzerland

PostPosted: Sun Dec 13, 2009 8:23 am    Post subject: Reply with quote

I used formatfactory for Nokia E51 mobilphone to convert youtube flv/mp4
http://www.pcfreetime.com/
Back to top
View user's profile Send private message
chandra
Guest





PostPosted: Sun Dec 13, 2009 8:52 am    Post subject: Reply with quote

tried that one also.. for the amr file size of 2mb, it produced 22mb mp3 file
Back to top
SKAN



Joined: 26 Dec 2005
Posts: 8688

PostPosted: Sun Dec 13, 2009 9:26 am    Post subject: Reply with quote

Read about this custom version of ffmpeg : http://www.davidtavarez.com/archives/ffmpeg-for-windows-with-amr-support/
Direct Download link: http://www.davidtavarez.com/wp-content/2009/12/ffmpeg-r17988-komeil.cab

from Command Prompt:
ffmpeg -i source.amr target.mp3

Regarding the final size, you will have to refer ffmpeg documentation.

Do not be misleaded by the error message it shows - encoding will be done properly.

Quote:
Best software for amr to mp3 convertion?


ffmpeg is the best solution for any media conversion.
Back to top
View user's profile Send private message Send e-mail
garry



Joined: 19 Apr 2005
Posts: 2212
Location: switzerland

PostPosted: Mon Dec 14, 2009 10:17 pm    Post subject: Reply with quote

thank you SKAN
I like to have freeware standalone programs with commandlines combine with ahk
I must read the manual, I tried to convert downloaded video from YT to MP3, it worked
Code:
run,%comspec% /k ffmpeg.exe -i test.mp4 -ab 192k target2.mp3
Back to top
View user's profile Send private message
SKAN



Joined: 26 Dec 2005
Posts: 8688

PostPosted: Mon Dec 14, 2009 10:52 pm    Post subject: Reply with quote

We can also convert Image sequence to Movie..

The following is a PNG screenshot of Captionless-AHK-GUI listing the folder contents with Loop.
[img]http://www.autohotkey.net/~goyyah/DXM-205%20X-Files%20%281996%29.pn*[/img]

I take one screenshot, make 300 copies ( img001.png to img300.png ) and build a 10 second Index.mpg file with:
Code:
RunWait ffmpeg.exe -f image2 -i img`%03d.png -sameq -r 29.970 index.mpg,,


Last edited by SKAN on Sun Dec 20, 2009 6:47 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
garry



Joined: 19 Apr 2005
Posts: 2212
Location: switzerland

PostPosted: Tue Dec 15, 2009 7:56 am    Post subject: Reply with quote

very interesting, SKAN, thank you for example and link
this converts downloaded YT video to mobilphone Nokia E51 (320*240)
http://ffmpeg.org/documentation.html
Code:
;--- http://ffmpeg.org/documentation.html
run,%comspec% /k ffmpeg.exe -i test.mp4 -s qvga -r 25 target_V1.mp4  ;qvga=320*240
Back to top
View user's profile Send private message
tomoe_uehara



Joined: 05 Sep 2009
Posts: 1591
Location: Somewhere near you

PostPosted: Sun Dec 27, 2009 8:50 am    Post subject: Reply with quote

Hmhmhm... Maybe you want to use the GUI version of ffmpeg instead of the original command line, such as WinFF or AutoFF or anything. Just search for them at your search engine, but always try to find the newest version. Wink

I confused when I started ffmpeg-ing for the first time, so I tried to write a GUI for ffmpeg.

_________________

The quick onyx goblin jumps over the lazy dwarf
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group