diff --git a/Community/Tdarr_Plugin_0house_action_add_audio_stream_codec.js b/Community/Tdarr_Plugin_0house_action_add_audio_stream_codec.js index 493aaca..a85d8f9 100644 --- a/Community/Tdarr_Plugin_0house_action_add_audio_stream_codec.js +++ b/Community/Tdarr_Plugin_0house_action_add_audio_stream_codec.js @@ -5,7 +5,7 @@ const details = () => ({ Type: 'Video', Operation: 'Transcode', Description: ` - This action has a built-in filter. Additional filters can be added above. + This action has a built-in filter. Additional filters can be added above. \n\n If the following audio track does not exist, Tdarr will try to add it using existing audio streams. Tdarr will try to create the specified audio stream from the highest channel count stream diff --git a/Community/Tdarr_Plugin_0house_action_handbrake_ffmpeg_custom.js b/Community/Tdarr_Plugin_0house_action_handbrake_ffmpeg_custom.js index 5ffb4f7..ab43268 100644 --- a/Community/Tdarr_Plugin_0house_action_handbrake_ffmpeg_custom.js +++ b/Community/Tdarr_Plugin_0house_action_handbrake_ffmpeg_custom.js @@ -35,22 +35,30 @@ const details = () => ({ tooltip: ` When using FFmpeg, you need to separate the input and output args with . FFmpeg Examples: - +\n\n -r 1-r 24 +\n\n -sn -c:v copy -c:a copy +\n\n -c:v libx265 -crf 23 -ac 6 -c:a aac -preset veryfast +\n\n -map 0 -c copy -c:v libx265 -c:a aac +\n\n -c:v h264_cuvid-c:v hevc_nvenc -preset slow -c:a copy - +\n\n HandBrake examples: - +\n\n -e x264 -q 20 -B +\n\n -Z "Very Fast 1080p30" +\n\n -Z "Fast 1080p30" -e nvenc_h265 +\n\n -Z "Very Fast 1080p30" --all-subtitles --all-audio +\n\n -Z "Very Fast 480p30" - +\n\n --preset-import-file "C:/Users/HaveAGitGat/Desktop/testpreset.json" -Z "My Preset" `, }, diff --git a/Community/Tdarr_Plugin_0house_action_keep_one_audio_stream.js b/Community/Tdarr_Plugin_0house_action_keep_one_audio_stream.js index 7d04a77..f1ffeb3 100644 --- a/Community/Tdarr_Plugin_0house_action_keep_one_audio_stream.js +++ b/Community/Tdarr_Plugin_0house_action_keep_one_audio_stream.js @@ -5,7 +5,7 @@ const details = () => ({ Type: 'Video', Operation: 'Transcode', Description: ` -This action has a built-in filter. Additional filters can be added. +This action has a built-in filter. Additional filters can be added.\n\n Tdarr will try to keep the best audio track possible given the requirements specified below. If the specified stream does not exist, Tdarr will try to create it using the best stream available. diff --git a/Community/Tdarr_Plugin_0house_action_remux_container.js b/Community/Tdarr_Plugin_0house_action_remux_container.js index 656f1de..642c58b 100644 --- a/Community/Tdarr_Plugin_0house_action_remux_container.js +++ b/Community/Tdarr_Plugin_0house_action_remux_container.js @@ -5,7 +5,7 @@ const details = () => ({ Type: 'Video', Operation: 'Transcode', Description: ` - This action has a built-in filter. Additional filters can be added. + This action has a built-in filter. Additional filters can be added.\n\n If not in the specified container, the file will be remuxed. `, diff --git a/Community/Tdarr_Plugin_0house_action_standardise_audio_stream_codecs.js b/Community/Tdarr_Plugin_0house_action_standardise_audio_stream_codecs.js index 91acbae..f434712 100644 --- a/Community/Tdarr_Plugin_0house_action_standardise_audio_stream_codecs.js +++ b/Community/Tdarr_Plugin_0house_action_standardise_audio_stream_codecs.js @@ -5,7 +5,7 @@ const details = () => ({ Type: 'Video', Operation: 'Transcode', Description: ` -This action has a built-in filter. Additional filters can be added. +This action has a built-in filter. Additional filters can be added.\n\n All audio tracks which are not in the specified codec will be transcoded into the specified codec. Bitrate and channel count are kept the same.