Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

converting mp3 #729

Closed
androidealp opened this issue Mar 6, 2013 · 7 comments
Closed

converting mp3 #729

androidealp opened this issue Mar 6, 2013 · 7 comments

Comments

@androidealp
Copy link

@androidealp androidealp commented Mar 6, 2013

I need to convert the videos into mp3, but I see the message:"ERROR: WARNING: unable to obtain file audio codec with ffprobe"
I researched on ffmpeg which can convert to mp3. I use CentOS server and need to know what the best alternative. and how to install it.

@phihag
Copy link
Contributor

@phihag phihag commented Mar 7, 2013

Do you have ffmpeg installed? Try yum install ffmpeg. We should improve that error message when we can't find ffprobe/ffmpeg.

@androidealp
Copy link
Author

@androidealp androidealp commented Mar 8, 2013

To install it and use it I just need to run the above code?
I saw a full tutorial of installing ffmpeg, do not need all these procedures?
http://wiki.razuna.com/display/ecp/FFMpeg+Installation+on+CentOS+and+RedHat

@androidealp
Copy link
Author

@androidealp androidealp commented Mar 8, 2013

Please if there is any easy way to install ffmpeg on CentOS server pass me the link, or can follow the link above?
I will be serving these links?
http://www.nixgurus.com/fedora/installing-ffmpeg-using-yum-on-centos-redhat-fedora/

@porjo
Copy link

@porjo porjo commented Mar 11, 2013

As root user:

  1. Install RPM Forge repo
  2. Install ffmpeg + Lame yum install ffmpeg lame

Doesn't get much easier :)

If you run ffmpeg -formats and look for mp3 you should see DE next to it - that means you can decode and encode

@phihag phihag closed this Mar 11, 2013
@phihag phihag reopened this Mar 11, 2013
@androidealp
Copy link
Author

@androidealp androidealp commented Mar 13, 2013

Thanks for the reply, I will try.

@yasoob
Copy link
Contributor

@yasoob yasoob commented Jul 3, 2013

@androidealp did it work ?

@androidealp
Copy link
Author

@androidealp androidealp commented Apr 25, 2015

yes, worked for me

@jaimeMF jaimeMF closed this Apr 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
5 participants
You can’t perform that action at this time.