-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.ini
More file actions
74 lines (61 loc) · 1.51 KB
/
config.ini
File metadata and controls
74 lines (61 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[Paths]
ffmpeg_path = C:/ffmpeg/bin/ffmpeg.exe
ffprobe_path = C:/ffmpeg/bin/ffprobe.exe
ffvship_path = C:/ffmpeg/bin/FFVship_nvidia/ffvship.exe
database_path = C:/ffmpeg/bin/database.db
encoding_log_path = C:/ffmpeg/bin/encoding_log.txt
[File_Management]
input_directory =
output_directory =
delete_source_file = false
output_suffix = _av1
skipped_file_suffix = _skipped
min_size_reduction_threshold = 20
skip_encoding_if_target_not_reached = true
rename_skipped_files = true
[Encoder]
encoder_type = svt_av1
[NVENC]
nvenc_preset = p1
nvenc_quality_mode = UHQ
[NVENC_Advanced]
extra_params =
[SVT_AV1]
svt_av1_preset = 6
[SVT_AV1_Advanced]
extra_params =
[Output]
output_bit_depth = 10bit
[Quality_Metrics]
quality_metric_mode = vmaf
target_score = 95
quality_tolerance_percent = 0.5
cq_search_min = 20
cq_search_max = 45
vmaf_targeting_mode = average
vmaf_target_percentile =
ml_extra_cq_check = true
[Performance]
max_workers = 1
cpu_threads = 0
num_parallel_vmaf_runs = 1
max_iterations = 10
[Cache]
enable_quality_cache = true
enable_performance_log = true
[Quality_Sampling]
sampling_method = tier1
master_sample_encoder = software
num_samples = 5
sample_segment_duration = 5
skip_start_seconds =
skip_end_seconds =
ffmpeg_scenedetect_threshold = 0.4
min_scene_changes_required = 5
min_keyframes_required = 5
[File_Filtering]
min_duration_seconds =
min_filesize_mb =
min_bitrate_4k_kbps =
min_bitrate_1080p_kbps =
min_bitrate_720p_kbps =