mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Update basic hevc flow
This commit is contained in:
parent
25c4fab8d9
commit
184742d300
2 changed files with 72 additions and 32 deletions
|
|
@ -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: [
|
||||
{
|
||||
|
|
@ -99,15 +110,6 @@ var details = function () { return ({
|
|||
animated: true,
|
||||
type: 'smoothstep',
|
||||
},
|
||||
{
|
||||
source: '8B_6pRd_U',
|
||||
sourceHandle: '1',
|
||||
target: '450g167D8',
|
||||
targetHandle: null,
|
||||
id: 'BQerEKase',
|
||||
animated: true,
|
||||
type: 'smoothstep',
|
||||
},
|
||||
{
|
||||
source: '450g167D8',
|
||||
sourceHandle: '1',
|
||||
|
|
@ -126,6 +128,24 @@ var details = function () { return ({
|
|||
animated: true,
|
||||
type: 'smoothstep',
|
||||
},
|
||||
{
|
||||
source: '8B_6pRd_U',
|
||||
sourceHandle: '1',
|
||||
target: 'TtKXi3Q7h',
|
||||
targetHandle: null,
|
||||
id: 'epqtLsPuG',
|
||||
animated: true,
|
||||
type: 'smoothstep',
|
||||
},
|
||||
{
|
||||
source: 'TtKXi3Q7h',
|
||||
sourceHandle: '1',
|
||||
target: '450g167D8',
|
||||
targetHandle: null,
|
||||
id: 'ljOeP0cAZ',
|
||||
animated: true,
|
||||
type: 'smoothstep',
|
||||
},
|
||||
],
|
||||
}); };
|
||||
module.exports.details = details;
|
||||
|
|
|
|||
|
|
@ -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: [
|
||||
{
|
||||
|
|
@ -98,15 +109,6 @@ const details = () => ({
|
|||
animated: true,
|
||||
type: 'smoothstep',
|
||||
},
|
||||
{
|
||||
source: '8B_6pRd_U',
|
||||
sourceHandle: '1',
|
||||
target: '450g167D8',
|
||||
targetHandle: null,
|
||||
id: 'BQerEKase',
|
||||
animated: true,
|
||||
type: 'smoothstep',
|
||||
},
|
||||
{
|
||||
source: '450g167D8',
|
||||
sourceHandle: '1',
|
||||
|
|
@ -125,6 +127,24 @@ const details = () => ({
|
|||
animated: true,
|
||||
type: 'smoothstep',
|
||||
},
|
||||
{
|
||||
source: '8B_6pRd_U',
|
||||
sourceHandle: '1',
|
||||
target: 'TtKXi3Q7h',
|
||||
targetHandle: null,
|
||||
id: 'epqtLsPuG',
|
||||
animated: true,
|
||||
type: 'smoothstep',
|
||||
},
|
||||
{
|
||||
source: 'TtKXi3Q7h',
|
||||
sourceHandle: '1',
|
||||
target: '450g167D8',
|
||||
targetHandle: null,
|
||||
id: 'ljOeP0cAZ',
|
||||
animated: true,
|
||||
type: 'smoothstep',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue