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 12th January 2015, 15:20   #1  |  Link
movmasty
Registered User
 
Join Date: Feb 2002
Posts: 970
x264vfw command line options

I need the exaustive(all the options supported) cli setting to use in x264vfw, and specially in Komisar build.

Mainly i need to set and enable mbtree and rc-lookahead in this way

These are the cli option that could be set through Komisar x264 gui
Quote:
--crf 24.9 --ref 3 --trellis 1 --mixed-refs --deblock 1:0 --bframes 4 --direct auto --b-pyramid --b-rdo --weightb --bime --b-bias 0 --direct-8x8 -1 --me umh --subme 7 --merange 16 --mvrange -1 --mvrange-thread -1 --scenecut 50 --partitions i4x4,i8x8,p8x8,b8x8 --aq-mode 3 --aq-metric 2 --aq-strength 1.2 --psy-rd 1:0.15 --ratetol 0.5 --qcomp 0.4 --cplxblur 20 --qblur 0.5 --keyint 150 --min-keyint 5 --nr 0 --qpmin 18 --qpmax 38 --qpstep 7 --deadzone-inter 21 --deadzone-intra 10 --progress --threads 0 --thread-queue 0 --thread-input --cqmfile .\matrix.cfg --ipratio 2.4 --pbratio 1.33 --chroma-qp-offset 0 --vd-hack
TIA
movmasty is offline   Reply With Quote
Old 13th January 2015, 07:14   #2  |  Link
movmasty
Registered User
 
Join Date: Feb 2002
Posts: 970
komisar last update is 2013-02-27, so.....

and i figured out how to use cli, just write the options that you need to change and komisar will fill with its default, mbtree enabled
movmasty is offline   Reply With Quote
Old 13th January 2015, 11:35   #3  |  Link
komisar
Registered User
 
komisar's Avatar
 
Join Date: Aug 2008
Location: Minsk, Belarus
Posts: 235
Quote:
--crf 24.9 --ref 3 --trellis 1 --mixed-refs --deblock 1:0 --bframes 4 --direct auto --b-pyramid 2 --weightb --b-bias 0 --me umh --subme 7 --merange 16 --mvrange -1 --mvrange-thread -1 --scenecut 50 --partitions i4x4,i8x8,p8x8,b8x8 --aq-mode 3 --aq-strength 1.2 --psy-rd 1:0.15 --ratetol 0.5 --qcomp 0.4 --cplxblur 20 --qblur 0.5 --keyint 150 --min-keyint 5 --nr 0 --qpmin 18 --qpmax 38 --qpstep 7 --deadzone-inter 21 --deadzone-intra 10 --ipratio 2.4 --pbratio 1.33 --chroma-qp-offset 0 --vd-hack --rc-lookahead 80 --mbtree
work fine for me in x264vfw (use "Use command line:" or "Extra options:")

Quote:
--b-pyramid -- need argument i.e. "--b-pyramid 2"
--b-rdo unsupported
--bime unsupported
--direct-8x8 -1 unsupported
--aq-metric 2 unsupported
--progress unsupported
--thread-queue 0 unsupported
--thread-input unsupported
p.s. --mbtree/--no-mbtree work fine
__________________
..::[I am live here]..::..[My x264 CLI/VFW builds and tools]::..

Last edited by komisar; 13th January 2015 at 11:54.
komisar is offline   Reply With Quote
Old 13th January 2015, 19:39   #4  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
FWIW, newer VfW builds can also be found here:
http://sourceforge.net/projects/x264vfw/files/x264vfw/
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 13th January 2015 at 19:57.
LoRd_MuldeR is offline   Reply With Quote
Old 15th January 2015, 11:29   #5  |  Link
movmasty
Registered User
 
Join Date: Feb 2002
Posts: 970
Thanks MyLoRd (just downloaded your LameXP)

And thanks in Anticipation Komisar, since a new update will be nice
(Glad to know that exist a --mbtree, still dont understand the --aq-mode 3 )


And now a shocking info!
Acutually im making Mp4, for the aac audio and to incude srt subs in the file....

BUT,
im encoding in avi with komisar, and then convert to mp4
with Pazera free converter suite(and i reccomend it)

Still find all the mp4 encoders, buggy, little configurable and hard to use

Last edited by movmasty; 15th January 2015 at 11:40.
movmasty is offline   Reply With Quote
Old 15th January 2015, 12:08   #6  |  Link
komisar
Registered User
 
komisar's Avatar
 
Join Date: Aug 2008
Location: Minsk, Belarus
Posts: 235
"--aq-mode 3" correct option for x264vfw.r2273kMod

...and try to use "-o d:\MyCoolVideo\something.mp4"
__________________
..::[I am live here]..::..[My x264 CLI/VFW builds and tools]::..
komisar is offline   Reply With Quote
Old 15th January 2015, 14:52   #7  |  Link
movmasty
Registered User
 
Join Date: Feb 2002
Posts: 970
Quote:
Originally Posted by komisar View Post
"--aq-mode 3" correct option for x264vfw.r2273kMod

...and try to use "-o d:\MyCoolVideo\something.mp4"
x264 core:130 r2273 b3065e6
x264 --fullhelp

--aq-mode <integer> AQ method [1]
- 0: Disabled
- 1: Variance AQ (complexity mask)
- 2: Auto-variance AQ (experimental)

Last edited by movmasty; 15th January 2015 at 15:05.
movmasty is offline   Reply With Quote
Old 15th January 2015, 16:11   #8  |  Link
komisar
Registered User
 
komisar's Avatar
 
Join Date: Aug 2008
Location: Minsk, Belarus
Posts: 235
x264 core:130 r2273 b3065e6
x264vfw.r2273kMod

I build only kMod VFW...
BugMaster build clear VFW...
__________________
..::[I am live here]..::..[My x264 CLI/VFW builds and tools]::..
komisar is offline   Reply With Quote
Old 15th January 2015, 18:33   #9  |  Link
movmasty
Registered User
 
Join Date: Feb 2002
Posts: 970
OK, then what --aq-mode 3 is???
dont tell me that
0=1
1=2
2=3
?
movmasty is offline   Reply With Quote
Old 15th January 2015, 20:29   #10  |  Link
komisar
Registered User
 
komisar's Avatar
 
Join Date: Aug 2008
Location: Minsk, Belarus
Posts: 235
"--aq-mode 3" is "aq=3:x.yz"
Quote:
--aq-mode <integer> AQ method [1]
- 0: Disabled
- 1: Variance AQ (complexity mask)
- 2: Auto-variance AQ
- 3: Auto-variance AQ with bias to dark scenes
__________________
..::[I am live here]..::..[My x264 CLI/VFW builds and tools]::..
komisar is offline   Reply With Quote
Old 15th January 2015, 23:55   #11  |  Link
movmasty
Registered User
 
Join Date: Feb 2002
Posts: 970
Quote:
Originally Posted by komisar View Post
3: Auto-variance AQ with bias to dark scenes
OK many thanks, but this means that dark scenes get more or less bytes?

Last edited by movmasty; 15th January 2015 at 23:57.
movmasty is offline   Reply With Quote
Old 16th January 2015, 00:04   #12  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,371
Quote:
Originally Posted by movmasty View Post
OK many thanks, but this means that dark scenes get more or less bytes?
More

Usually filesize will be larger at a given CRF value

So if you're using --crf 25.9 expecting some rough ball park filesize, you will have to adjust it
poisondeathray is offline   Reply With Quote
Old 16th January 2015, 09:33   #13  |  Link
movmasty
Registered User
 
Join Date: Feb 2002
Posts: 970
OK, thanks to all and forgive me for all this silly questions
movmasty is offline   Reply With Quote
Reply

Tags
command line, mbtree, x264vfw

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 23:03.


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