mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Add Create Low Resolution Video Copies
This commit is contained in:
parent
a7d262f39c
commit
4b9bfa38d2
5 changed files with 829 additions and 3 deletions
|
|
@ -1,4 +1,9 @@
|
|||
const details = () => ({
|
||||
/* eslint-disable no-template-curly-in-string */
|
||||
/* eslint-disable import/prefer-default-export */
|
||||
|
||||
import { IflowTemplate } from '../../FlowHelpers/1.0.0/interfaces/interfaces';
|
||||
|
||||
const details = () :IflowTemplate => ({
|
||||
name: 'Basic HEVC Video Flow',
|
||||
description: 'Basic HEVC Video Flow',
|
||||
tags: 'video',
|
||||
|
|
@ -148,4 +153,6 @@ const details = () => ({
|
|||
],
|
||||
});
|
||||
|
||||
module.exports.details = details;
|
||||
export {
|
||||
details,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue