Add Create Low Resolution Video Copies

This commit is contained in:
HaveAGitGat 2023-08-29 18:33:54 +01:00
parent a7d262f39c
commit 4b9bfa38d2
5 changed files with 829 additions and 3 deletions

View file

@ -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,
};