Tdarr_Plugin_henk_Add_Specific_Audio_Codec
[MKV ONLY] Transcode Given Codec To Other Given Codec And Keep Original (v1.01)
Re-encodes all audio tracks in a given codec to another given codec and keeps original.
Inputs:
Name: input_codecs
Type: string
Tooltip:
Comma separated list of input codecs to be processed. Defaults to dts.\nExample:\ndts,aac,ac3
Name: output_codec
Type: string
Tooltip:
FFMPEG encoder used for the output of the new tracks. Defaults to ac3.
Name: position_new_audio
Type: string
Tooltip:
Set the position of the new audio stream befor or after original
Name: bitrate
Type: string
Tooltip:
Specifies the (stereo) bitrate for the new audio codec in kb. Defaults to 128. Only numbers.
Name: auto_adjust
Type: string
Tooltip:
[true/false] Multi-channel audio requires a higher bitrate for the same quality, do you want the plugin to calculate this? (bitrate * (channels / 2))
Name: custom_bitrate_input
Type: string
Tooltip:
DIRECT ACCESS TO FFMPEG, USE WITH CAUTION. If filled, can be used for custom bitrate arguments.