Added missing ffmpeg settings to nzbToRadarr and nzbToNzbDrone

This commit is contained in:
Jelle Breuer 2020-07-22 13:33:08 +02:00
commit 937758ecf9
2 changed files with 34 additions and 28 deletions

View file

@ -102,8 +102,8 @@
# Niceness for external tasks Extractor and Transcoder. # Niceness for external tasks Extractor and Transcoder.
# #
# Set the Niceness value for the nice command. These range from -20 (most favorable to the process) to 19 (least favorable to the process). # Set the Niceness value for the nice command. These range from -20 (most favorable to the process) to 19 (least favorable to the process).
# If entering an integer e.g 'niceness=4', this is added to the nice command and passed as 'nice -n4' (Default). # If entering an integer e.g 'niceness=4', this is added to the nice command and passed as 'nice -n4' (Default).
# If entering a comma separated list e.g. 'niceness=nice,4' this will be passed as 'nice 4' (Safer). # If entering a comma separated list e.g. 'niceness=nice,4' this will be passed as 'nice 4' (Safer).
#niceness=nice,-n0 #niceness=nice,-n0
@ -208,22 +208,25 @@
# ffmpeg output settings. # ffmpeg output settings.
#outputVideoExtension=.mp4 #outputVideoExtension=.mp4
#outputVideoCodec=libx264 #outputVideoCodec=libx264
#VideoCodecAllow = #VideoCodecAllow=
#outputVideoResolution=720:-1 #outputVideoResolution=720:-1
#outputVideoPreset=medium #outputVideoPreset=medium
#outputVideoFramerate=24 #outputVideoFramerate=24
#outputVideoBitrate=800k #outputVideoBitrate=800k
#outputAudioCodec=libmp3lame #outputAudioCodec=ac3
#AudioCodecAllow = #AudioCodecAllow=
#outputAudioBitrate=128k #outputAudioChannels=6
#outputQualityPercent = 0 #outputAudioBitrate=640k
#outputAudioTrack2Codec = libfaac #outputQualityPercent=
#AudioCodec2Allow = #outputAudioTrack2Codec=libfaac
#outputAudioTrack2Bitrate = 128k #AudioCodec2Allow=
#outputAudioOtherCodec = libmp3lame #outputAudioTrack2Channels=2
#AudioOtherCodecAllow = #outputAudioTrack2Bitrate=160k
#outputAudioOtherBitrate = 128k #outputAudioOtherCodec=libmp3lame
#outputSubtitleCodec = #AudioOtherCodecAllow=
#outputAudioOtherChannels=2
#outputAudioOtherBitrate=128k
#outputSubtitleCodec=
## WakeOnLan ## WakeOnLan

View file

@ -107,8 +107,8 @@
# Niceness for external tasks Extractor and Transcoder. # Niceness for external tasks Extractor and Transcoder.
# #
# Set the Niceness value for the nice command. These range from -20 (most favorable to the process) to 19 (least favorable to the process). # Set the Niceness value for the nice command. These range from -20 (most favorable to the process) to 19 (least favorable to the process).
# If entering an integer e.g 'niceness=4', this is added to the nice command and passed as 'nice -n4' (Default). # If entering an integer e.g 'niceness=4', this is added to the nice command and passed as 'nice -n4' (Default).
# If entering a comma separated list e.g. 'niceness=nice,4' this will be passed as 'nice 4' (Safer). # If entering a comma separated list e.g. 'niceness=nice,4' this will be passed as 'nice 4' (Safer).
#niceness=nice,-n0 #niceness=nice,-n0
@ -213,22 +213,25 @@
# ffmpeg output settings. # ffmpeg output settings.
#outputVideoExtension=.mp4 #outputVideoExtension=.mp4
#outputVideoCodec=libx264 #outputVideoCodec=libx264
#VideoCodecAllow = #VideoCodecAllow=
#outputVideoResolution=720:-1 #outputVideoResolution=720:-1
#outputVideoPreset=medium #outputVideoPreset=medium
#outputVideoFramerate=24 #outputVideoFramerate=24
#outputVideoBitrate=800k #outputVideoBitrate=800k
#outputAudioCodec=libmp3lame #outputAudioCodec=ac3
#AudioCodecAllow = #AudioCodecAllow=
#outputAudioBitrate=128k #outputAudioChannels=6
#outputQualityPercent = 0 #outputAudioBitrate=640k
#outputAudioTrack2Codec = libfaac #outputQualityPercent=
#AudioCodec2Allow = #outputAudioTrack2Codec=libfaac
#outputAudioTrack2Bitrate = 128k #AudioCodec2Allow=
#outputAudioOtherCodec = libmp3lame #outputAudioTrack2Channels=2
#AudioOtherCodecAllow = #outputAudioTrack2Bitrate=160k
#outputAudioOtherBitrate = 128k #outputAudioOtherCodec=libmp3lame
#outputSubtitleCodec = #AudioOtherCodecAllow=
#outputAudioOtherChannels=2
#outputAudioOtherBitrate=128k
#outputSubtitleCodec=
## WakeOnLan ## WakeOnLan