mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 02:05:54 -07:00
Add linebreaks
This commit is contained in:
parent
88e9b5bc67
commit
ab6f493bc7
5 changed files with 16 additions and 8 deletions
|
|
@ -5,7 +5,7 @@ const details = () => ({
|
||||||
Type: 'Video',
|
Type: 'Video',
|
||||||
Operation: 'Transcode',
|
Operation: 'Transcode',
|
||||||
Description: `
|
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.
|
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
|
Tdarr will try to create the specified audio stream from the highest channel count stream
|
||||||
|
|
|
||||||
|
|
@ -35,22 +35,30 @@ const details = () => ({
|
||||||
tooltip:
|
tooltip:
|
||||||
`
|
`
|
||||||
When using FFmpeg, you need to separate the input and output args with <io>. FFmpeg Examples:
|
When using FFmpeg, you need to separate the input and output args with <io>. FFmpeg Examples:
|
||||||
|
\n\n
|
||||||
-r 1<io>-r 24
|
-r 1<io>-r 24
|
||||||
|
\n\n
|
||||||
<io>-sn -c:v copy -c:a copy
|
<io>-sn -c:v copy -c:a copy
|
||||||
|
\n\n
|
||||||
<io>-c:v libx265 -crf 23 -ac 6 -c:a aac -preset veryfast
|
<io>-c:v libx265 -crf 23 -ac 6 -c:a aac -preset veryfast
|
||||||
|
\n\n
|
||||||
<io>-map 0 -c copy -c:v libx265 -c:a aac
|
<io>-map 0 -c copy -c:v libx265 -c:a aac
|
||||||
|
\n\n
|
||||||
-c:v h264_cuvid<io>-c:v hevc_nvenc -preset slow -c:a copy
|
-c:v h264_cuvid<io>-c:v hevc_nvenc -preset slow -c:a copy
|
||||||
|
|
||||||
|
\n\n
|
||||||
HandBrake examples:
|
HandBrake examples:
|
||||||
|
\n\n
|
||||||
-e x264 -q 20 -B
|
-e x264 -q 20 -B
|
||||||
|
\n\n
|
||||||
-Z "Very Fast 1080p30"
|
-Z "Very Fast 1080p30"
|
||||||
|
\n\n
|
||||||
-Z "Fast 1080p30" -e nvenc_h265
|
-Z "Fast 1080p30" -e nvenc_h265
|
||||||
|
\n\n
|
||||||
-Z "Very Fast 1080p30" --all-subtitles --all-audio
|
-Z "Very Fast 1080p30" --all-subtitles --all-audio
|
||||||
|
\n\n
|
||||||
-Z "Very Fast 480p30"
|
-Z "Very Fast 480p30"
|
||||||
|
\n\n
|
||||||
--preset-import-file "C:/Users/HaveAGitGat/Desktop/testpreset.json" -Z "My Preset"
|
--preset-import-file "C:/Users/HaveAGitGat/Desktop/testpreset.json" -Z "My Preset"
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ const details = () => ({
|
||||||
Type: 'Video',
|
Type: 'Video',
|
||||||
Operation: 'Transcode',
|
Operation: 'Transcode',
|
||||||
Description: `
|
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.
|
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.
|
If the specified stream does not exist, Tdarr will try to create it using the best stream available.
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ const details = () => ({
|
||||||
Type: 'Video',
|
Type: 'Video',
|
||||||
Operation: 'Transcode',
|
Operation: 'Transcode',
|
||||||
Description: `
|
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.
|
If not in the specified container, the file will be remuxed.
|
||||||
`,
|
`,
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ const details = () => ({
|
||||||
Type: 'Video',
|
Type: 'Video',
|
||||||
Operation: 'Transcode',
|
Operation: 'Transcode',
|
||||||
Description: `
|
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
|
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.
|
into the specified codec. Bitrate and channel count are kept the same.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue