From 4edbbe536762483664665bc1d92732ee97f8b882 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Mon, 20 Apr 2020 12:45:41 +0100 Subject: [PATCH] Update Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js --- Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js index fd5e041..8debd5e 100644 --- a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js +++ b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js @@ -5,7 +5,7 @@ function details() { Name: "Migz-Transcode Using CPU & FFMPEG", Type: "Video", Operation: "Transcode", - Description: `Files will be transcoded using CPU 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. \n\n`, + Description: `Files not in H265 will be transcoded into H265 using CPU 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. \n\n`, Version: "1.2", Link: "https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js", Tags: 'pre-processing,ffmpeg,video only,configurable,h265', @@ -147,4 +147,4 @@ function plugin(file, librarySettings, inputs) { return response } module.exports.details = details; -module.exports.plugin = plugin; \ No newline at end of file +module.exports.plugin = plugin;