mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Should be keeping subs
This commit is contained in:
parent
df7a2d1f7c
commit
7642cfe6ed
4 changed files with 8 additions and 8 deletions
|
|
@ -141,7 +141,7 @@ function plugin(file) {
|
|||
if (file.container != 'mkv') {
|
||||
|
||||
response.processFile = true;
|
||||
response.preset = ', -c:v copy -c:a copy'
|
||||
response.preset = ', -map 0 -c copy'
|
||||
response.container = '.mkv'
|
||||
response.handBrakeMode = false
|
||||
response.FFmpegMode = true
|
||||
|
|
@ -161,7 +161,7 @@ function plugin(file) {
|
|||
} else {
|
||||
|
||||
response.processFile = true;
|
||||
response.preset = '-Z "H.265 MKV 2160p60" --all-audio'
|
||||
response.preset = '-Z "H.265 MKV 2160p60" --all-audio --all-subtitles'
|
||||
response.container = '.mkv'
|
||||
response.handBrakeMode = true
|
||||
response.FFmpegMode = false
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ function plugin(file) {
|
|||
if (file.container != 'mkv') {
|
||||
|
||||
response.processFile = true;
|
||||
response.preset = ', -c:v copy -c:a copy'
|
||||
response.preset = ', -map 0 -c copy'
|
||||
response.container = '.mkv'
|
||||
response.handBrakeMode = false
|
||||
response.FFmpegMode = true
|
||||
|
|
@ -161,7 +161,7 @@ function plugin(file) {
|
|||
} else {
|
||||
|
||||
response.processFile = true;
|
||||
response.preset = '-Z "H.265 MKV 2160p60" --all-audio'
|
||||
response.preset = '-Z "H.265 MKV 2160p60" --all-audio --all-subtitles'
|
||||
response.container = '.mkv'
|
||||
response.handBrakeMode = true
|
||||
response.FFmpegMode = false
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ function plugin(file) {
|
|||
if (file.container != 'mkv') {
|
||||
|
||||
response.processFile = true;
|
||||
response.preset = ', -c:v copy -c:a copy'
|
||||
response.preset = ', -map 0 -c copy'
|
||||
response.container = '.mkv'
|
||||
response.handBrakeMode = false
|
||||
response.FFmpegMode = true
|
||||
|
|
@ -162,7 +162,7 @@ function plugin(file) {
|
|||
} else {
|
||||
|
||||
response.processFile = true;
|
||||
response.preset = '-Z "H.265 MKV 2160p60" -e x265_10bit --all-audio'
|
||||
response.preset = '-Z "H.265 MKV 2160p60" -e x265_10bit --all-audio --all-subtitles'
|
||||
response.container = '.mkv'
|
||||
response.handBrakeMode = true
|
||||
response.FFmpegMode = false
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ function plugin(file) {
|
|||
if (file.container != 'mkv') {
|
||||
|
||||
response.processFile = true;
|
||||
response.preset = ', -c:v copy -c:a copy'
|
||||
response.preset = ', -map 0 -c copy'
|
||||
response.container = '.mkv'
|
||||
response.handBrakeMode = false
|
||||
response.FFmpegMode = true
|
||||
|
|
@ -162,7 +162,7 @@ function plugin(file) {
|
|||
} else {
|
||||
|
||||
response.processFile = true;
|
||||
response.preset = '-Z "H.265 MKV 2160p60" --all-audio -e nvenc_h265'
|
||||
response.preset = '-Z "H.265 MKV 2160p60" --all-audio --all-subtitles -e nvenc_h265'
|
||||
response.container = '.mkv'
|
||||
response.handBrakeMode = true
|
||||
response.FFmpegMode = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue