Skip to content
Snippets Groups Projects
Commit 0504b793 authored by Kenneth Andersson's avatar Kenneth Andersson
Browse files

Remove duplication of temporal filter parameters

parent 5cd21944
No related branches found
No related tags found
No related merge requests found
...@@ -89,12 +89,6 @@ TransformSkipFast : 1 # Fast Transform skipping (0: OFF, 1 ...@@ -89,12 +89,6 @@ TransformSkipFast : 1 # Fast Transform skipping (0: OFF, 1
TransformSkipLog2MaxSize : 5 TransformSkipLog2MaxSize : 5
SAOLcuBoundary : 0 # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON) SAOLcuBoundary : 0 # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON)
#=========== TemporalFilter =================
TemporalFilter : 0 # 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
#============ Rate Control ====================== #============ Rate Control ======================
RateControl : 0 # Rate control: enable rate control RateControl : 0 # Rate control: enable rate control
TargetBitrate : 1000000 # Rate control: target bitrate, in bps TargetBitrate : 1000000 # Rate control: target bitrate, in bps
...@@ -172,10 +166,13 @@ ChromaTS : 1 ...@@ -172,10 +166,13 @@ ChromaTS : 1
# Encoder optimization tools # Encoder optimization tools
AffineAmvrEncOpt : 1 AffineAmvrEncOpt : 1
MmvdDisNum : 6 MmvdDisNum : 6
TemporalFilter : 1
ALFStrength : 1.0 ALFStrength : 1.0
ALFAllowPredefinedFilters : 1 ALFAllowPredefinedFilters : 1
CCALFStrength : 1.0 CCALFStrength : 1.0
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
### DO NOT ADD ANYTHING BELOW THIS LINE ### ### DO NOT ADD ANYTHING BELOW THIS LINE ###
### DO NOT DELETE THE EMPTY LINE BELOW ### ### DO NOT DELETE THE EMPTY LINE BELOW ###
......
...@@ -73,12 +73,6 @@ TransformSkipFast : 1 # Fast Transform skipping (0: OFF, 1 ...@@ -73,12 +73,6 @@ TransformSkipFast : 1 # Fast Transform skipping (0: OFF, 1
TransformSkipLog2MaxSize : 5 TransformSkipLog2MaxSize : 5
SAOLcuBoundary : 0 # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON) SAOLcuBoundary : 0 # SAOLcuBoundary using non-deblocked pixels (0: OFF, 1: ON)
#=========== TemporalFilter =================
TemporalFilter : 0 # 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
#============ Rate Control ====================== #============ Rate Control ======================
RateControl : 0 # Rate control: enable rate control RateControl : 0 # Rate control: enable rate control
TargetBitrate : 1000000 # Rate control: target bitrate, in bps TargetBitrate : 1000000 # Rate control: target bitrate, in bps
...@@ -156,10 +150,13 @@ ChromaTS : 1 ...@@ -156,10 +150,13 @@ ChromaTS : 1
# Encoder optimization tools # Encoder optimization tools
AffineAmvrEncOpt : 1 AffineAmvrEncOpt : 1
MmvdDisNum : 6 MmvdDisNum : 6
TemporalFilter : 1
ALFStrength : 1.0 ALFStrength : 1.0
ALFAllowPredefinedFilters : 1 ALFAllowPredefinedFilters : 1
CCALFStrength : 1.0 CCALFStrength : 1.0
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
### DO NOT ADD ANYTHING BELOW THIS LINE ### ### DO NOT ADD ANYTHING BELOW THIS LINE ###
### DO NOT DELETE THE EMPTY LINE BELOW ### ### DO NOT DELETE THE EMPTY LINE BELOW ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment