-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
71 lines (58 loc) · 1.06 KB
/
Copy pathconfig.ini
File metadata and controls
71 lines (58 loc) · 1.06 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
[General]
; Maximum number of parallel encoding jobs (0 = auto-detect CPU cores)
MaxParallelJobs=0
; Enable GPU hardware acceleration (auto, nvenc, qsv, amf, none)
HardwareAccel=auto
; Enable progress logging
EnableLogging=true
; Log directory
LogDir=logs
[H264]
Preset=medium
CRF=23
Threads=0
AdditionalParams=-movflags +faststart
[H265]
Preset=medium
CRF=28
Threads=0
AdditionalParams=-movflags +faststart
[VP8]
BitrateMultiplier=0.8
Quality=good
Threads=0
[VP9]
BitrateMultiplier=0.6
Quality=good
Threads=0
RowMT=1
TileColumns=2
; Enable two-pass encoding for better quality
TwoPass=true
[AV1]
CRF=30
CPUUsed=6
Threads=0
RowMT=1
TileColumns=2
TwoPass=true
[ProRes]
Profile=3
AudioCodec=pcm_s16le
[DNxHD]
Bitrate=115M
AudioCodec=pcm_s16le
[HAP]
Format=hap_alpha
Chunked=1
[BitrateCalculation]
; Automatic bitrate calculation based on resolution
; Formula: width * height * fps * MotionFactor * BitratePerPixel
Enable=true
BitratePerPixel=0.07
DefaultFPS=30
MotionFactor=1.0
[Validation]
; Pre-flight validation of input files
EnablePreFlight=true
SkipAlreadyProcessed=true