mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Remove logging
This commit is contained in:
parent
96de8feba7
commit
bad596f3e6
1 changed files with 0 additions and 5 deletions
|
|
@ -440,15 +440,10 @@ function buildVideoConfiguration(inputs, file, logger) {
|
|||
/* Determine tiered bitrate variables */
|
||||
var tier = tiered[file.video_resolution];
|
||||
|
||||
console.log(file.video_resolution);
|
||||
console.log(tier);
|
||||
|
||||
bitratecheck = parseInt(tier["bitrate"]);
|
||||
if (bitrateprobe !== null && bitrateprobe < bitratecheck) {
|
||||
console.log('here1')
|
||||
bitratetarget = parseInt((bitrateprobe * inputs.target_pct_reduction) / 1000);
|
||||
} else {
|
||||
console.log('here2')
|
||||
bitratetarget = parseInt(tier["bitrate"] / 1000);
|
||||
}
|
||||
bitratemax = bitratetarget + tier["max_increase"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue