Add linebreaks

make-only-subtitle-default
HaveAGitGat 4 years ago
parent 88e9b5bc67
commit ab6f493bc7

@ -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

@ -35,22 +35,30 @@ const details = () => ({
tooltip:
`
When using FFmpeg, you need to separate the input and output args with <io>. FFmpeg Examples:
\n\n
-r 1<io>-r 24
\n\n
<io>-sn -c:v copy -c:a copy
\n\n
<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
\n\n
-c:v h264_cuvid<io>-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"
`,
},

@ -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.

@ -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.
`,

@ -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.

Loading…
Cancel
Save