Added : as an illegal character
This commit is contained in:
parent
5ef02c1e8e
commit
ac508047bd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
TVRecordings = "/Volumes/TV Recordings/"
|
||||
HandbrakeCommand = "HandBrakeCLI", "--verbose", "-i", "SUBSTITUTE WITH INPUT FILE", "-o", "SUBSTITUDE WITH OUTPUT FILE", "-f", "mkv", "-e", "x264", "-x264-preset", "slower", "-x264-tune", "animation", "-q", "20", "--loose-anamorphic", "--decomb", "--detelecine", '--denoise="2:1:2:3"', "--deblock"
|
||||
IllegalCharacters = "?"
|
||||
IllegalCharacters = "?", ":"
|
||||
|
||||
[ "Logging" ]
|
||||
General = "logs/encoding.log"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue