First you need to install all the dependencies because sometimes installing ffmpeg only can cause error.
By open the terminal then type
sudo apt-get install build-essential subversion git-core checkinstall yasm texi2html libfaac-dev libfaad-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libsdl1.2-dev libx11-dev libxfixes-dev libxvidcore4-dev zlib1g-dev libavcodec52Wait untill it finish, then install ffmpeg and x264
sudo apt-get install ffmpeg x264 libx264-devThen install winff (GUI of ffmpeg). You can also install it from ubuntu software center.
sudo apt-get install winffNow there is little problem in converting media file into .mp3 file in UBUNTU 9.10.
To fixed it you need to install ffmpeg libavcodec-extra-52
sudo apt-get install ffmpeg libavcodec-extra-52Ta Da It working pretty good now ^^.
Thanks
- http://www.unixmen.com for FFMPEG, x264 and how to install it.
- FakeOutdoorsman for fixing the .mp3 problem.
No comments:
Post a Comment