AutoHotkey Community

It is currently May 27th, 2012, 12:30 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 10 posts ] 
Author Message
PostPosted: December 13th, 2009, 8:15 am 
Offline

Joined: December 3rd, 2008, 5:37 am
Posts: 158
Location: chennai,india
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 13th, 2009, 8:24 am 
Offline

Joined: April 19th, 2005, 10:26 am
Posts: 2249
Location: switzerland
didn't tried ( have no amr-files) , just link for freeware converter
http://www.softpedia.com/downloadTag/AMR2MP3


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 13th, 2009, 8:29 am 
Offline

Joined: December 3rd, 2008, 5:37 am
Posts: 158
Location: chennai,india
thanks.. but tried them already..


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 13th, 2009, 9:23 am 
Offline

Joined: April 19th, 2005, 10:26 am
Posts: 2249
Location: switzerland
I used formatfactory for Nokia E51 mobilphone to convert youtube flv/mp4
http://www.pcfreetime.com/


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 13th, 2009, 9:52 am 
tried that one also.. for the amr file size of 2mb, it produced 22mb mp3 file


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 13th, 2009, 10:26 am 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8776
Read about this custom version of ffmpeg : http://www.davidtavarez.com/archives/ff ... r-support/
Direct Download link: http://www.davidtavarez.com/wp-content/ ... 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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 14th, 2009, 11:17 pm 
Offline

Joined: April 19th, 2005, 10:26 am
Posts: 2249
Location: switzerland
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 14th, 2009, 11:52 pm 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8776
We can also convert Image sequence to Movie..

The following is a PNG screenshot of Captionless-AHK-GUI listing the folder contents with Loop.
Image

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 December 20th, 2009, 7:47 am, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 15th, 2009, 8:56 am 
Offline

Joined: April 19th, 2005, 10:26 am
Posts: 2249
Location: switzerland
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 27th, 2009, 9:50 am 
Offline
User avatar

Joined: September 5th, 2009, 2:06 pm
Posts: 1713
Location: Somewhere near you
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.

_________________
Image
The quick onyx goblin jumps over the lazy dwarf


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group