Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Absolute Beginner Talk
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Absolute Beginner Talk
The perfect starting place to find out more about computers, Linux and Ubuntu.

 
Thread Tools Display Modes
Old December 5th, 2006   #1
My-dial-up
A Carafe of Ubuntu
 
Join Date: Jan 2006
Beans: 93
Ubuntu Breezy 5.10
FFMPEG + x264

Ubuntu 6.06


What repositories do I need to compile ffmpeg with x264?
The normal universe/multiverse don't work.
My-dial-up is offline   Reply With Quote
Old December 5th, 2006   #2
pay
Fresh Brewed Ubuntu
 
pay's Avatar
 
Join Date: Jun 2006
Location: Brisbane
Beans: 1,457
Hardy Heron (Ubuntu Development)
Re: FFMPEG + x264

You might need to compile it yourself
Code:
sudo aptitude install build-essential checkinstall subversion
svn co svn://svn.videolan.org/x264/trunk x264
cd x264*
./configure
make
sudo checkinstall make install
sudo dpkg -i x264*.deb
That's x264 compilled now you need ffmpeg
Code:
cd
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg*
./configure
make
sudo checkinstall make install
sudo dpkg -i ffmpeg*.deb
pay is offline   Reply With Quote
Old December 6th, 2006   #3
My-dial-up
A Carafe of Ubuntu
 
Join Date: Jan 2006
Beans: 93
Ubuntu Breezy 5.10
Re: FFMPEG + x264

You know, I've spent 10 days trying to work out how to compile x264 along with all the permutations in ffmpeg, and along comes this Pay chap, and in a few lines he explains it all.

Amazing.

Many many thanks.
My-dial-up is offline   Reply With Quote
Old December 7th, 2006   #4
jocheem67
Way Too Much Ubuntu
 
jocheem67's Avatar
 
Join Date: Aug 2006
Location: Haarlem Netherlands
Beans: 235
Re: FFMPEG + x264

I've been eager to start encoding with x264. Tried mencoder but although not too difficult, the A/V was terribly out of sync.

Ffmpeg is an alternative but reading the howto's and manpages, brrrr.... way too complicated for me ( still..).

Now I compiled avidemux myself, not too hard, with mp4/faac/x264. I'm just waiting for my first dvd to finish encoding.

You know, that combo is the future and it would be nice if encoding in linux would mature rapidly.....
jocheem67 is offline   Reply With Quote
Old May 20th, 2008   #5
Kwis
First Cup of Ubuntu
 
Join Date: May 2008
Beans: 1
Re: FFMPEG + x264

Videolan doesnt use SVN any more, they use git, so this is how to do it:

Code:
sudo apt-get install git-core
git clone git://git.videolan.org/x264.git
cd x264/
./configure
make
sudo checkinstall make install
sudo dpkg -i ffmpeg*.deb
Kwis is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:43 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry