mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-14 17:55:55 -07:00
Update tests
This commit is contained in:
parent
47c117722a
commit
efbbdb7ad6
1 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ const tests = [
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
processFile: true,
|
processFile: true,
|
||||||
preset: ',-map 0:v -map 0:1 -map 0:a -map 0:s? -map 0:d? -c copy -c:a:0 aac -ac 2',
|
preset: ',-map 0:v -map 0:1 -map 0:a -map 0:s? -map 0:d? -c copy -c:a:0 aac -ac 2 -max_muxing_queue_size 9999',
|
||||||
container: '.mp4',
|
container: '.mp4',
|
||||||
handBrakeMode: false,
|
handBrakeMode: false,
|
||||||
FFmpegMode: false,
|
FFmpegMode: false,
|
||||||
|
|
@ -32,7 +32,7 @@ const tests = [
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
processFile: true,
|
processFile: true,
|
||||||
preset: ',-map 0:v -map 0:1 -map 0:a -map 0:s? -map 0:d? -c copy -c:a:0 eac3 -ac 2',
|
preset: ',-map 0:v -map 0:1 -map 0:a -map 0:s? -map 0:d? -c copy -c:a:0 eac3 -ac 2 -max_muxing_queue_size 9999',
|
||||||
container: '.mp4',
|
container: '.mp4',
|
||||||
handBrakeMode: false,
|
handBrakeMode: false,
|
||||||
FFmpegMode: false,
|
FFmpegMode: false,
|
||||||
|
|
@ -54,7 +54,7 @@ const tests = [
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
processFile: true,
|
processFile: true,
|
||||||
preset: ',-map 0:v -map 0:1 -map 0:a -map 0:s? -map 0:d? -c copy -c:a:0 eac3 -ac 6',
|
preset: ',-map 0:v -map 0:1 -map 0:a -map 0:s? -map 0:d? -c copy -c:a:0 eac3 -ac 6 -max_muxing_queue_size 9999',
|
||||||
container: '.mp4',
|
container: '.mp4',
|
||||||
handBrakeMode: false,
|
handBrakeMode: false,
|
||||||
FFmpegMode: false,
|
FFmpegMode: false,
|
||||||
|
|
@ -77,7 +77,7 @@ const tests = [
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
processFile: true,
|
processFile: true,
|
||||||
preset: ',-map 0:v -map 0:1 -map 0:a -map 0:s? -map 0:d? -c copy -c:a:0 eac3 -ac 6',
|
preset: ',-map 0:v -map 0:1 -map 0:a -map 0:s? -map 0:d? -c copy -c:a:0 eac3 -ac 6 -max_muxing_queue_size 9999',
|
||||||
container: '.mp4',
|
container: '.mp4',
|
||||||
handBrakeMode: false,
|
handBrakeMode: false,
|
||||||
FFmpegMode: false,
|
FFmpegMode: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue