You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
132 lines
2.7 KiB
132 lines
2.7 KiB
const details = () => ({
|
|
name: 'Basic HEVC Video Flow',
|
|
description: 'Flow description',
|
|
tags: 'video',
|
|
flowPlugins: [
|
|
{
|
|
name: 'Input File',
|
|
sourceRepo: 'Community',
|
|
pluginName: 'inputFile',
|
|
version: '1.0.0',
|
|
id: 'pE6rU7gkW',
|
|
position: {
|
|
x: 758.5809635618224,
|
|
y: 117.19206188888086,
|
|
},
|
|
},
|
|
{
|
|
name: 'Check if hevc',
|
|
sourceRepo: 'Community',
|
|
pluginName: 'checkVideoCodec',
|
|
version: '1.0.0',
|
|
id: '91b7IrsEc',
|
|
position: {
|
|
x: 672.4549563302081,
|
|
y: 253.11148102973914,
|
|
},
|
|
},
|
|
{
|
|
name: 'Start',
|
|
sourceRepo: 'Community',
|
|
pluginName: 'ffmpegCommandStart',
|
|
version: '1.0.0',
|
|
id: '4Swd6qzvc',
|
|
position: {
|
|
x: 499.4549563302081,
|
|
y: 367.1114810297392,
|
|
},
|
|
},
|
|
{
|
|
name: 'Execute',
|
|
sourceRepo: 'Community',
|
|
pluginName: 'ffmpegCommandExecute',
|
|
version: '1.0.0',
|
|
id: '450g167D8',
|
|
position: {
|
|
x: 496.4549563302081,
|
|
y: 653.1114810297393,
|
|
},
|
|
},
|
|
{
|
|
name: 'Set Video Encoder',
|
|
sourceRepo: 'Community',
|
|
pluginName: 'ffmpegCommandSetVideoEncoder',
|
|
version: '1.0.0',
|
|
id: '8B_6pRd_U',
|
|
position: {
|
|
x: 498.4549563302081,
|
|
y: 527.1114810297393,
|
|
},
|
|
},
|
|
{
|
|
name: 'Replace Original File',
|
|
sourceRepo: 'Community',
|
|
pluginName: 'replaceOriginalFile',
|
|
version: '1.0.0',
|
|
id: '4fkfOyR3l',
|
|
position: {
|
|
x: 820.4549563302082,
|
|
y: 742.2114810297393,
|
|
},
|
|
},
|
|
],
|
|
flowEdges: [
|
|
{
|
|
source: 'pE6rU7gkW',
|
|
sourceHandle: '1',
|
|
target: '91b7IrsEc',
|
|
targetHandle: null,
|
|
id: 'HhF4rw2DZ',
|
|
animated: true,
|
|
type: 'smoothstep',
|
|
},
|
|
{
|
|
source: '91b7IrsEc',
|
|
sourceHandle: '2',
|
|
target: '4Swd6qzvc',
|
|
targetHandle: null,
|
|
id: 'jJizyFUcr',
|
|
animated: true,
|
|
type: 'smoothstep',
|
|
},
|
|
{
|
|
source: '4Swd6qzvc',
|
|
sourceHandle: '1',
|
|
target: '8B_6pRd_U',
|
|
targetHandle: null,
|
|
id: '3Df7Xoy93',
|
|
animated: true,
|
|
type: 'smoothstep',
|
|
},
|
|
{
|
|
source: '8B_6pRd_U',
|
|
sourceHandle: '1',
|
|
target: '450g167D8',
|
|
targetHandle: null,
|
|
id: 'BQerEKase',
|
|
animated: true,
|
|
type: 'smoothstep',
|
|
},
|
|
{
|
|
source: '450g167D8',
|
|
sourceHandle: '1',
|
|
target: '4fkfOyR3l',
|
|
targetHandle: null,
|
|
id: 'rE5Dsh9KM',
|
|
animated: true,
|
|
type: 'smoothstep',
|
|
},
|
|
{
|
|
source: '91b7IrsEc',
|
|
sourceHandle: '1',
|
|
target: '4fkfOyR3l',
|
|
targetHandle: null,
|
|
id: 'W2nVG7ts5',
|
|
animated: true,
|
|
type: 'smoothstep',
|
|
},
|
|
],
|
|
});
|
|
|
|
module.exports.details = details;
|