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,8 @@
"use strict";
/* eslint-disable no-template-curly-in-string */
/* eslint-disable import/prefer-default-export */
Object.defineProperty(exports, "__esModule", { value: true });
exports.details = void 0;
var details = function () { return ({
name: 'Basic HEVC Video Flow',
description: 'Basic HEVC Video Flow',
@ -148,4 +152,4 @@ var details = function () { return ({
},
],
}); };
module.exports.details = details;
exports.details = details;