Update Tdarr_Plugin_MC93_Migz1FFMPEG.js

make-only-subtitle-default
HaveAGitGat 6 years ago committed by GitHub
parent 4edbbe5367
commit 908c212e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ function details() {
Name: "Migz-Transcode Using Nvidia GPU & FFMPEG",
Type: "Video",
Operation: "Transcode",
Description: `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`,
Description: `Files not in H265 will be transcoded into H265 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.3",
Link: "https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js",
Tags: 'pre-processing,ffmpeg,video only,nvenc h265,configurable',
@ -168,4 +168,4 @@ function plugin(file, librarySettings, inputs) {
return response
}
module.exports.details = details;
module.exports.plugin = plugin;
module.exports.plugin = plugin;

Loading…
Cancel
Save