-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (27 loc) · 756 Bytes
/
.env.example
File metadata and controls
32 lines (27 loc) · 756 Bytes
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
# Convertify Configuration - OPTIMIZED FOR MAXIMUM SPEED
# Conversion Directories (comma-separated)
# Leave empty to use current directory
CONVERSION_DIRECTORIES=
# Video Conversion Settings - MAXIMUM SPEED PROFILE
# SPEED PROFILES:
# - MAXIMUM SPEED: PRESET=ultrafast, CRF=28 (5-10x faster, ~20% larger files)
# - BALANCED: PRESET=veryfast, CRF=26 (3-5x faster)
# - QUALITY: PRESET=medium, CRF=23 (slower but better quality)
VIDEO_CODEC=libx264
AUDIO_CODEC=aac
PRESET=ultrafast
CRF=28
AUDIO_BITRATE=96k
THREADS=0
# Behavior Settings
REMOVE_SOURCE=true
SKIP_IF_EXISTS=true
MAX_RETRIES=3
RETRY_DELAY_SECONDS=1.0
# Performance Settings
MAX_WORKERS=4
# Logging Settings
LOG_LEVEL=INFO
LOG_FILE=logs/convertify.log
LOG_ROTATION=10 MB
LOG_RETENTION=1 week