Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jvet
HM
Commits
8d35c36d
Commit
8d35c36d
authored
Nov 23, 2020
by
Karsten Suehring
Browse files
enable TemporalFilter for random access configurations, except class F
parent
b13a0f42
Pipeline
#5946
passed with stage
in 4 minutes and 54 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cfg/encoder_randomaccess_main.cfg
View file @
8d35c36d
...
...
@@ -81,7 +81,7 @@ TransformSkipFast : 1 # Fast Transform skipping (0: OFF, 1
SAOLcuBoundary : 0 # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON)
#=========== TemporalFilter =================
TemporalFilter :
0
# Enable/disable GOP Based Temporal Filter
TemporalFilter :
1
# Enable/disable GOP Based Temporal Filter
TemporalFilterFutureReference : 1 # Enable/disable reading future frames
TemporalFilterStrengthFrame8 : 0.95 # Enable filter at every 8th frame with given strength
TemporalFilterStrengthFrame16 : 1.5 # Enable filter at every 16th frame with given strength, longer intervals has higher priority
...
...
cfg/encoder_randomaccess_main10.cfg
100755 → 100644
View file @
8d35c36d
...
...
@@ -81,7 +81,7 @@ TransformSkipFast : 1 # Fast Transform skipping (0: OFF, 1
SAOLcuBoundary : 0 # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON)
#=========== TemporalFilter =================
TemporalFilter :
0
# Enable/disable GOP Based Temporal Filter
TemporalFilter :
1
# Enable/disable GOP Based Temporal Filter
TemporalFilterFutureReference : 1 # Enable/disable reading future frames
TemporalFilterStrengthFrame8 : 0.95 # Enable filter at every 8th frame with given strength
TemporalFilterStrengthFrame16 : 1.5 # Enable filter at every 16th frame with given strength, longer intervals has higher priority
...
...
cfg/encoder_randomaccess_main_rext.cfg
View file @
8d35c36d
...
...
@@ -82,7 +82,7 @@ TransformSkipFast : 1 # Fast Transform skipping (0: OFF, 1
SAOLcuBoundary : 0 # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON)
#=========== TemporalFilter =================
TemporalFilter :
0
# Enable/disable GOP Based Temporal Filter
TemporalFilter :
1
# Enable/disable GOP Based Temporal Filter
TemporalFilterFutureReference : 1 # Enable/disable reading future frames
TemporalFilterStrengthFrame8 : 0.95 # Enable filter at every 8th frame with given strength
TemporalFilterStrengthFrame16 : 1.5 # Enable filter at every 16th frame with given strength, longer intervals has higher priority
...
...
cfg/per-class/classF.cfg
0 → 100644
View file @
8d35c36d
TemporalFilter: 0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment