Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 AVC / H.264

Reply
 
Thread Tools Search this Thread Display Modes
Old 20th September 2009, 00:29   #1  |  Link
msm_007
Registered User
 
Join Date: Jan 2009
Posts: 34
error when trying the preset with x264

Hi all,
I’ve tried to encode raw video with x264, with different preset (http://mewiki.project357.com/wiki/X264_Settings), I’ve found a several error like
unrecognized option '--rc-lookahead'
unrecognized option '-- no-mixed-refs '

do you have idea, plz, from where I get this error?
I work with x264 under linux

Last edited by msm_007; 20th September 2009 at 13:15. Reason: [resolved]
msm_007 is offline   Reply With Quote
Old 20th September 2009, 00:32   #2  |  Link
Dark Shikari
x264 developer
 
Dark Shikari's Avatar
 
Join Date: Sep 2005
Posts: 8,666
Your x264 is too old. Update to the latest version.
Dark Shikari is offline   Reply With Quote
Old 20th September 2009, 11:01   #3  |  Link
msm_007
Registered User
 
Join Date: Jan 2009
Posts: 34
could you plz give me the link of the latest x264 under linux, I've found just the windows version
thx a lot,

Last edited by msm_007; 20th September 2009 at 11:27.
msm_007 is offline   Reply With Quote
Old 20th September 2009, 11:18   #4  |  Link
nm
Registered User
 
Join Date: Mar 2005
Location: Finland
Posts: 2,641
Build it yourself.

Install git, GCC, yasm, make and libc headers. For example on Ubuntu:
Code:
sudo apt-get install git-core build-essential yasm
Fetch the latest x264 source code tree. (When updating later, just run "git pull" in the x264 directory and recompile):
Code:
git clone git://git.videolan.org/x264.git
Compile:
Code:
cd x264
./configure
make
Optionally, install to /usr/local:
Code:
sudo make install

Last edited by nm; 20th September 2009 at 11:23.
nm is offline   Reply With Quote
Old 20th September 2009, 13:14   #5  |  Link
msm_007
Registered User
 
Join Date: Jan 2009
Posts: 34
thx a lot, it works well
msm_007 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 +1. The time now is 20:41.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.