This commit is contained in:
HaveAGitGat 2020-02-13 00:24:43 +00:00
parent 180a662ba7
commit 99d9584699
2 changed files with 3 additions and 2 deletions

View file

@ -7,6 +7,7 @@ function details() {
Description: `This plugin transcodes into H264 with an MP4 container using the FFmpeg preset you select (slow,medium,fast,veryfast). It maintains all compatible subtitles and audio tracks. \n\n`,
Version: "1.00",
Link: "https://github.com/JackDallas/Tdarr_Plugins/blob/master/Community/Tdarr_Plugin_da11_Dallas_FFmpeg_Presets_H264_MP4.js",
Tags:'pre-processing,ffmpeg,h264,video only,configurable',
Inputs: [
{
name: 'FFmpeg_preset',

View file

@ -9,9 +9,9 @@ function details() {
Name: "Sparticus 4K +AC3 No Subs Original container",
Type: "Video",
Description: `[Contains built-in filter] This plugin for 4K video removes subs. If no AC3 track exists, it adds one (max 5.1 channels). If only an AC3 commentary track exists, it adds a new AC3 main track (max 5.1 channels). The output container is the same as the original file. \n\n`,
Tags:'pre-processing,ffmpeg',
Version: "1.04",
Link: "https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/Community/Tdarr_Plugin_fd5T_Sparticus_4K_AC3_No_Subs.js"
Link: "https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/Community/Tdarr_Plugin_fd5T_Sparticus_4K_AC3_No_Subs.js",
Tags:'pre-processing,ffmpeg',
}
}