mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Update Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js
This commit is contained in:
parent
a2440e9467
commit
4edbbe5367
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
module.exports.plugin = plugin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue