-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathffmpeg.wrap.conf
32 lines (32 loc) · 921 Bytes
/
ffmpeg.wrap.conf
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
#
# Enable transcoding directory cleanup process which will maintain avaialble
# free space while FFMPEG process is running
#
# Value: true or false
#
transcode.cleanup=true
#
# Log console and error output to log files in /config/ffmpeg/log
#
# Value: log level 0 - 4
#
# 0 - OFF No logging (log file is not created)
# 1 - WARN Log warnings (very few occurences)
# 2 - INFO Log few most important events (deletion of files)
# 3 - DEBUG Log explanatory messages
# 4 - TRACE Log commands executed during processing and their output
transcode.cleanup.log.level=2
#
# Debug ffmpeg command line
# Write modified ffmpeg.wrap command line to a file: /config/ffmpeg/log/args.log
#
# Value: true or false
#
ffmpeg.args.log=true
#
# Disable forced subtitles
# Forced subtitles cause error for ffmpeg parameters specific to FireTV (for example, in a movie Avatar)
#
# Value: true or false
#
disable.forced.subtitles=false