View Full Version : missing in x264 help
ronny85
19th March 2015, 02:23
I read all the x264 help but I missed how to make those options to work:
--chroma-me 1
--decimate 1
--psy 1
--sliced-threads 0
--constrained-intra 0
--mbtree 1
--weightb 1
--intra-refresh 0
I took those settings from a mediainfo encoded and just want to know how to use them.
Groucho2004
19th March 2015, 09:19
There is a difference between encoder settings and command line switches. Mediainfo shows the encoder settings.
For example, "mbtree 1" means that the switch "--no-mbtree" was not used. It's a very simple logic.
ronny85
20th March 2015, 01:42
not as simple since in the Mis2x264 source code appears the command option "--mbtree 1" and "--mbtree 0"
Selur
21st March 2015, 14:44
Out of curiosity: What source code of Mis2x264 are you looking at?
The last source code I have here has:
if (line.startsWith("mbtree=")) {
clearStart(line);
if (line == "0") {
x264 << "--no-mbtree";
}
return true;
} shouldn't produce something like "--mbtree 1" and "--mbtree 0",....
and that version is roughly 1 1/2 years old and the binary at Mis2x264 - MediaInfo Encoding settings to x264 cli (http://forum.selur.de/topic237-mis2x264-mediainfo-encoding-settings-to-x264-cli.html) from 2013.09.16 should contain that code,...
Did I post an old version of my source code somewhere some time ago?
Or did someone else name a tool the same way I did?
(Small side note: the project should originally be named Mes2x264, but I made a typo and was too lazy to fix the repository names. ;))
=> okay found a github which has a mis2x264 script: https://gist.github.com/darealshinji/0cf77d379a72c611ba01
Cu Selur
Groucho2004
21st March 2015, 14:58
not as simple since in the Mis2x264 source code appears the command option "--mbtree 1" and "--mbtree 0"
What does that have to do with your question about x264?
Selur
21st March 2015, 15:09
I think he just wanted to explain, why he assumes that those options exist. :)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.