mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
transcoder options
This commit is contained in:
parent
3b14a244e9
commit
db8d0c8499
1 changed files with 6 additions and 4 deletions
|
@ -97,10 +97,12 @@ metaExtensions = .nfo,.sub,.srt,.jpg,.gif
|
|||
transcode = 0
|
||||
###### duplicate =1 will cretae a new file. =0 will replace the original
|
||||
duplicate = 1
|
||||
outputVideoCodec =
|
||||
outputVideoFramrate =
|
||||
outputAudioCodec =
|
||||
outputAudioBitrate =
|
||||
outputVideoExtension = .avi
|
||||
outputVideoCodec = mpeg-4
|
||||
outputVideoFramrate = 24
|
||||
outputVideoBitrate = 800k
|
||||
outputAudioCodec = libmp3lame
|
||||
outputAudioBitrate = 128k
|
||||
|
||||
# Logging configuration
|
||||
[loggers]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue