Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rd-refine change missing; fixing no-open-gop doing nothing #145

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
9f74b10
Changed libx264-5.json, further test needed
iAvoe Apr 19, 2022
fd60fd9
Fixed typo, changed naming of presets, moved options
iAvoe Apr 21, 2022
397eee9
Merge branch 'master' into master
Apr 25, 2022
bc6fbeb
Update libx265.json
Apr 25, 2022
16c1367
Fixed issues with applying parameter values / typo
iAvoe Apr 27, 2022
4dc649a
Merge remote-tracking branch 'upstream/master'
iAvoe Apr 27, 2022
429a81d
Remove quote marks on boolean value
iAvoe Apr 28, 2022
1dda01a
Fixed typo on 'chroma-qp-offset'
iAvoe Apr 30, 2022
86e76c5
Merge branch 'fix-offset-typo'
iAvoe Apr 30, 2022
f9f0e83
Merge branch 'Vouk:master' into master
iAvoe Nov 26, 2022
dd8ece8
Added and adjusted multiple parameters for x265 v3.5+69, but mctf, hi…
iAvoe Nov 26, 2022
b5100aa
Added and adjusted multiple parameters for x265 v3.5+69, but mctf, hi…
iAvoe Nov 26, 2022
7406cf9
Misinformation: --mctf parameter was changed to --mcstf
iAvoe Nov 26, 2022
16c52de
Added mcstf, no-mcstf, hist-scenecut, hist-threadshold into property …
iAvoe Nov 27, 2022
b486d54
Merge branch 'Vouk:master' into master
iAvoe Nov 27, 2022
61f71f6
Adjusted some options: --rd 5 to --rd 3 for all cases other than BDRi…
iAvoe Jan 4, 2023
8422463
Adjusted Anime options: increased --crf by 2, followed by decreasing …
iAvoe Jan 4, 2023
846aa17
Merge branch 'Vouk:master' into master
iAvoe Jan 4, 2023
d5bf1a0
Merge branch 'master' of https://github.com/iAvoe/voukoder-x264-5-params
iAvoe Jan 4, 2023
fa7020d
Missed changes on rd-refine found in master branch & attempt to fix o…
iAvoe Mar 1, 2023
96ac1f6
Missed changes on rd-refine found in master branch & attempt to fix o…
iAvoe Mar 1, 2023
dac6d60
Missed changes on rd-refine found in master branch & attempt to fix o…
iAvoe Mar 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Core/resources/encoders/libx264.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"subme": "10",
"merange": "32",
"no-fast-pskip": "1",
"no-chroma-me": "1",
"no-chroma-me": true,
"direct": "auto",
"no-weightb": "0",

Expand Down Expand Up @@ -53,7 +53,7 @@
"subme": "10",
"merange": "32",
"no-fast-pskip": "1",
"no-chroma-me": "1",
"no-chroma-me": true,
"direct": "auto",
"no-weightb": "0",

Expand Down Expand Up @@ -89,7 +89,7 @@
"subme": "10",
"merange": "32",
"no-fast-pskip": "1",
"no-chroma-me": "1",
"no-chroma-me": true,
"direct": "auto",
"no-weightb": "0",

Expand Down Expand Up @@ -125,7 +125,7 @@
"subme": "10",
"merange": "32",
"no-fast-pskip": "1",
"no-chroma-me": "1",
"no-chroma-me": true,
"direct": "auto",
"no-weightb": "0",

Expand Down Expand Up @@ -160,7 +160,7 @@
"me": "hex",
"subme": "8",
"merange": "16",
"no-chroma-me": "1",
"no-chroma-me": true,
"keyint": "300",
"min-keyint": "150",
"bframes": "6",
Expand Down
Loading