mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 18:45:53 -07:00
Update tests
This commit is contained in:
parent
911a388d21
commit
40d25c56f9
1 changed files with 18 additions and 18 deletions
|
|
@ -12,18 +12,18 @@ const tests = [
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
processFile: true,
|
processFile: true,
|
||||||
preset: '<io> -map 0 -c copy -c:v libx265 -cq:v 19 -b:v 795571.5361445782 -minrate 556900.0753012047 -maxrate 1034242.9969879518 -bufsize 1591143.0722891565 -spatial_aq:v 1 -rc-lookahead:v 32 -max_muxing_queue_size 9999 ',
|
preset: ' <io> -map 0 -c copy -c:v libx265 -cq:v 19 -b:v 795571.5361445782 -minrate 556900.0753012047 -maxrate 1034242.9969879518 -bufsize 1591143.0722891565 -spatial_aq:v 1 -rc-lookahead:v 32 -max_muxing_queue_size 9999 ',
|
||||||
handBrakeMode: false,
|
handBrakeMode: false,
|
||||||
FFmpegMode: true,
|
FFmpegMode: true,
|
||||||
reQueueAfter: true,
|
reQueueAfter: true,
|
||||||
infoLog: 'Container for output selected as mkv. \n'
|
infoLog: 'Container for output selected as mkv. \n' +
|
||||||
+ 'Current bitrate = 1591143.0722891565 \n'
|
'Current bitrate = 1591143.0722891565 \n' +
|
||||||
+ 'Bitrate settings: \n'
|
'Bitrate settings: \n' +
|
||||||
+ 'Target = 795571.5361445782 \n'
|
'Target = 795571.5361445782 \n' +
|
||||||
+ 'Minimum = 556900.0753012047 \n'
|
'Minimum = 556900.0753012047 \n' +
|
||||||
+ 'Maximum = 1034242.9969879518 \n'
|
'Maximum = 1034242.9969879518 \n' +
|
||||||
+ 'File is not in hevc. Transcoding. \n',
|
'File is not in hevc. Transcoding. \n',
|
||||||
container: '.mkv',
|
container: '.mkv'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -65,18 +65,18 @@ const tests = [
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
processFile: true,
|
processFile: true,
|
||||||
preset: '<io> -map 0 -c copy -c:v libx265 -cq:v 19 -b:v 1193357.3042168673 -minrate 835350.1129518071 -maxrate 1551364.4954819276 -bufsize 1591143.0722891565 -spatial_aq:v 1 -rc-lookahead:v 32 -max_muxing_queue_size 9999 ',
|
preset: ' <io> -map 0 -c copy -c:v libx265 -cq:v 19 -b:v 1193357.3042168673 -minrate 835350.1129518071 -maxrate 1551364.4954819276 -bufsize 1591143.0722891565 -spatial_aq:v 1 -rc-lookahead:v 32 -max_muxing_queue_size 9999 ',
|
||||||
handBrakeMode: false,
|
handBrakeMode: false,
|
||||||
FFmpegMode: true,
|
FFmpegMode: true,
|
||||||
reQueueAfter: true,
|
reQueueAfter: true,
|
||||||
infoLog: 'Container for output selected as mkv. \n'
|
infoLog: 'Container for output selected as mkv. \n' +
|
||||||
+ 'Current bitrate = 1591143.0722891565 \n'
|
'Current bitrate = 1591143.0722891565 \n' +
|
||||||
+ 'Bitrate settings: \n'
|
'Bitrate settings: \n' +
|
||||||
+ 'Target = 1193357.3042168673 \n'
|
'Target = 1193357.3042168673 \n' +
|
||||||
+ 'Minimum = 835350.1129518071 \n'
|
'Minimum = 835350.1129518071 \n' +
|
||||||
+ 'Maximum = 1551364.4954819276 \n'
|
'Maximum = 1551364.4954819276 \n' +
|
||||||
+ 'File is not in hevc. Transcoding. \n',
|
'File is not in hevc. Transcoding. \n',
|
||||||
container: '.mkv',
|
container: '.mkv'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue