Pages

Wednesday, January 20, 2010

Howto convert media file using FFMPEG and x264 in UBUNTU 9.10



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 libavcodec52
 Wait untill it finish, then install ffmpeg and x264
sudo apt-get install ffmpeg x264 libx264-dev
Then install winff (GUI of ffmpeg). You can also install it from ubuntu software center.
sudo apt-get install winff
Now 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-52
Ta Da  It working pretty good now ^^.
 
Thanks

No comments: