Description:`[TESTING]Files will be transcoded using Nvidia GPU with ffmpeg, settings are dependant on current file size. NVDEC & NVENC compatable GPU required. \n\n`,
Description:`[TESTING]Files will be transcoded using Nvidia GPU with ffmpeg, settings are dependant on file bitrate, working by the logic that H265 can support the same ammount of data at half the bitrate of H264. NVDEC & NVENC compatable GPU required. \n\n`,
Version:"2.00",
Version:"2.00",
Link:"",
Link:"",
Inputs:[
Inputs:[
@ -34,8 +34,6 @@ function plugin(file, librarySettings, inputs) {
infoLog:''
infoLog:''
}
}
varbitrateSettings=""
if(inputs.container==""){
if(inputs.container==""){
response.infoLog+="☒Container has not been configured within plugin settings, please configure required options. Skipping this plugin. \n"
response.infoLog+="☒Container has not been configured within plugin settings, please configure required options. Skipping this plugin. \n"
response.processFile=false
response.processFile=false
@ -50,7 +48,26 @@ function plugin(file, librarySettings, inputs) {
returnresponse
returnresponse
}
}
response.infoLog+=`Container for video selected as ${inputs.container}. \n`