Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VVCSoftware_VTM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zhipin Deng
VVCSoftware_VTM
Commits
0504b793
Commit
0504b793
authored
4 years ago
by
Kenneth Andersson
Browse files
Options
Downloads
Patches
Plain Diff
Remove duplication of temporal filter parameters
parent
5cd21944
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cfg/encoder_randomaccess_vtm.cfg
+4
-7
4 additions, 7 deletions
cfg/encoder_randomaccess_vtm.cfg
cfg/encoder_randomaccess_vtm_gop16.cfg
+4
-7
4 additions, 7 deletions
cfg/encoder_randomaccess_vtm_gop16.cfg
with
8 additions
and
14 deletions
cfg/encoder_randomaccess_vtm.cfg
+
4
−
7
View file @
0504b793
...
@@ -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 ###
...
...
This diff is collapsed.
Click to expand it.
cfg/encoder_randomaccess_vtm_gop16.cfg
+
4
−
7
View file @
0504b793
...
@@ -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 ###
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment