From 184742d3000d1545157ac1309a25f072da6b1b9c Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Sat, 26 Aug 2023 19:48:01 +0100 Subject: [PATCH] Update basic hevc flow --- .../video/basicVideo.js | 50 +++++++++++++------ .../video/basicVideo.ts | 50 +++++++++++++------ 2 files changed, 70 insertions(+), 30 deletions(-) diff --git a/FlowPlugins/CommunityFlowTemplates/video/basicVideo.js b/FlowPlugins/CommunityFlowTemplates/video/basicVideo.js index 1dd64af..26ff4e0 100644 --- a/FlowPlugins/CommunityFlowTemplates/video/basicVideo.js +++ b/FlowPlugins/CommunityFlowTemplates/video/basicVideo.js @@ -1,7 +1,7 @@ "use strict"; var details = function () { return ({ name: 'Basic HEVC Video Flow', - description: 'Flow description', + description: 'Basic HEVC Video Flow', tags: 'video', flowPlugins: [ { @@ -33,8 +33,8 @@ var details = function () { return ({ version: '1.0.0', id: '4Swd6qzvc', position: { - x: 499.4549563302081, - y: 367.1114810297392, + x: 489.25252076795084, + y: 370.51229288382495, }, }, { @@ -44,8 +44,8 @@ var details = function () { return ({ version: '1.0.0', id: '450g167D8', position: { - x: 496.4549563302081, - y: 653.1114810297393, + x: 488.72295602997406, + y: 699.5034828311435, }, }, { @@ -55,8 +55,8 @@ var details = function () { return ({ version: '1.0.0', id: '8B_6pRd_U', position: { - x: 498.4549563302081, - y: 527.1114810297393, + x: 488.5270135748424, + y: 477.83202026423606, }, }, { @@ -70,6 +70,17 @@ var details = function () { return ({ y: 742.2114810297393, }, }, + { + name: 'Set Container', + sourceRepo: 'Community', + pluginName: 'ffmpegCommandSetContainer', + version: '1.0.0', + id: 'TtKXi3Q7h', + position: { + x: 488.21110165973323, + y: 570.3064821931456, + }, + }, ], flowEdges: [ { @@ -100,29 +111,38 @@ var details = function () { return ({ type: 'smoothstep', }, { - source: '8B_6pRd_U', + source: '450g167D8', sourceHandle: '1', - target: '450g167D8', + target: '4fkfOyR3l', targetHandle: null, - id: 'BQerEKase', + id: 'rE5Dsh9KM', animated: true, type: 'smoothstep', }, { - source: '450g167D8', + source: '91b7IrsEc', sourceHandle: '1', target: '4fkfOyR3l', targetHandle: null, - id: 'rE5Dsh9KM', + id: 'W2nVG7ts5', animated: true, type: 'smoothstep', }, { - source: '91b7IrsEc', + source: '8B_6pRd_U', sourceHandle: '1', - target: '4fkfOyR3l', + target: 'TtKXi3Q7h', targetHandle: null, - id: 'W2nVG7ts5', + id: 'epqtLsPuG', + animated: true, + type: 'smoothstep', + }, + { + source: 'TtKXi3Q7h', + sourceHandle: '1', + target: '450g167D8', + targetHandle: null, + id: 'ljOeP0cAZ', animated: true, type: 'smoothstep', }, diff --git a/FlowPluginsTs/CommunityFlowTemplates/video/basicVideo.ts b/FlowPluginsTs/CommunityFlowTemplates/video/basicVideo.ts index 1acb5a4..9d65dc7 100644 --- a/FlowPluginsTs/CommunityFlowTemplates/video/basicVideo.ts +++ b/FlowPluginsTs/CommunityFlowTemplates/video/basicVideo.ts @@ -1,6 +1,6 @@ const details = () => ({ name: 'Basic HEVC Video Flow', - description: 'Flow description', + description: 'Basic HEVC Video Flow', tags: 'video', flowPlugins: [ { @@ -32,8 +32,8 @@ const details = () => ({ version: '1.0.0', id: '4Swd6qzvc', position: { - x: 499.4549563302081, - y: 367.1114810297392, + x: 489.25252076795084, + y: 370.51229288382495, }, }, { @@ -43,8 +43,8 @@ const details = () => ({ version: '1.0.0', id: '450g167D8', position: { - x: 496.4549563302081, - y: 653.1114810297393, + x: 488.72295602997406, + y: 699.5034828311435, }, }, { @@ -54,8 +54,8 @@ const details = () => ({ version: '1.0.0', id: '8B_6pRd_U', position: { - x: 498.4549563302081, - y: 527.1114810297393, + x: 488.5270135748424, + y: 477.83202026423606, }, }, { @@ -69,6 +69,17 @@ const details = () => ({ y: 742.2114810297393, }, }, + { + name: 'Set Container', + sourceRepo: 'Community', + pluginName: 'ffmpegCommandSetContainer', + version: '1.0.0', + id: 'TtKXi3Q7h', + position: { + x: 488.21110165973323, + y: 570.3064821931456, + }, + }, ], flowEdges: [ { @@ -99,29 +110,38 @@ const details = () => ({ type: 'smoothstep', }, { - source: '8B_6pRd_U', + source: '450g167D8', sourceHandle: '1', - target: '450g167D8', + target: '4fkfOyR3l', targetHandle: null, - id: 'BQerEKase', + id: 'rE5Dsh9KM', animated: true, type: 'smoothstep', }, { - source: '450g167D8', + source: '91b7IrsEc', sourceHandle: '1', target: '4fkfOyR3l', targetHandle: null, - id: 'rE5Dsh9KM', + id: 'W2nVG7ts5', animated: true, type: 'smoothstep', }, { - source: '91b7IrsEc', + source: '8B_6pRd_U', sourceHandle: '1', - target: '4fkfOyR3l', + target: 'TtKXi3Q7h', targetHandle: null, - id: 'W2nVG7ts5', + id: 'epqtLsPuG', + animated: true, + type: 'smoothstep', + }, + { + source: 'TtKXi3Q7h', + sourceHandle: '1', + target: '450g167D8', + targetHandle: null, + id: 'ljOeP0cAZ', animated: true, type: 'smoothstep', },