![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
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 |
|
|
#1 |
|
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. |
|
|
|
|
|
#2 |
|
Fresh Brewed Ubuntu
![]() 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 Code:
cd svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg cd ffmpeg* ./configure make sudo checkinstall make install sudo dpkg -i ffmpeg*.deb |
|
|
|
|
|
#3 |
|
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. |
|
|
|
|
|
#4 |
|
Way Too Much Ubuntu
![]() 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..... |
|
|
|
|
|
#5 |
|
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 |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|