mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-17 11:16:26 -07:00
Merge pull request #437 from HaveAGitGat/2.10.01
Update basic hevc flow
This commit is contained in:
commit
42819504fe
2 changed files with 72 additions and 32 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
var details = function () { return ({
|
var details = function () { return ({
|
||||||
name: 'Basic HEVC Video Flow',
|
name: 'Basic HEVC Video Flow',
|
||||||
description: 'Flow description',
|
description: 'Basic HEVC Video Flow',
|
||||||
tags: 'video',
|
tags: 'video',
|
||||||
flowPlugins: [
|
flowPlugins: [
|
||||||
{
|
{
|
||||||
|
|
@ -33,8 +33,8 @@ var details = function () { return ({
|
||||||
version: '1.0.0',
|
version: '1.0.0',
|
||||||
id: '4Swd6qzvc',
|
id: '4Swd6qzvc',
|
||||||
position: {
|
position: {
|
||||||
x: 499.4549563302081,
|
x: 489.25252076795084,
|
||||||
y: 367.1114810297392,
|
y: 370.51229288382495,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -44,8 +44,8 @@ var details = function () { return ({
|
||||||
version: '1.0.0',
|
version: '1.0.0',
|
||||||
id: '450g167D8',
|
id: '450g167D8',
|
||||||
position: {
|
position: {
|
||||||
x: 496.4549563302081,
|
x: 488.72295602997406,
|
||||||
y: 653.1114810297393,
|
y: 699.5034828311435,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -55,8 +55,8 @@ var details = function () { return ({
|
||||||
version: '1.0.0',
|
version: '1.0.0',
|
||||||
id: '8B_6pRd_U',
|
id: '8B_6pRd_U',
|
||||||
position: {
|
position: {
|
||||||
x: 498.4549563302081,
|
x: 488.5270135748424,
|
||||||
y: 527.1114810297393,
|
y: 477.83202026423606,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -70,6 +70,17 @@ var details = function () { return ({
|
||||||
y: 742.2114810297393,
|
y: 742.2114810297393,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Set Container',
|
||||||
|
sourceRepo: 'Community',
|
||||||
|
pluginName: 'ffmpegCommandSetContainer',
|
||||||
|
version: '1.0.0',
|
||||||
|
id: 'TtKXi3Q7h',
|
||||||
|
position: {
|
||||||
|
x: 488.21110165973323,
|
||||||
|
y: 570.3064821931456,
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
flowEdges: [
|
flowEdges: [
|
||||||
{
|
{
|
||||||
|
|
@ -99,15 +110,6 @@ var details = function () { return ({
|
||||||
animated: true,
|
animated: true,
|
||||||
type: 'smoothstep',
|
type: 'smoothstep',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
source: '8B_6pRd_U',
|
|
||||||
sourceHandle: '1',
|
|
||||||
target: '450g167D8',
|
|
||||||
targetHandle: null,
|
|
||||||
id: 'BQerEKase',
|
|
||||||
animated: true,
|
|
||||||
type: 'smoothstep',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
source: '450g167D8',
|
source: '450g167D8',
|
||||||
sourceHandle: '1',
|
sourceHandle: '1',
|
||||||
|
|
@ -126,6 +128,24 @@ var details = function () { return ({
|
||||||
animated: true,
|
animated: true,
|
||||||
type: 'smoothstep',
|
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;
|
module.exports.details = details;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
const details = () => ({
|
const details = () => ({
|
||||||
name: 'Basic HEVC Video Flow',
|
name: 'Basic HEVC Video Flow',
|
||||||
description: 'Flow description',
|
description: 'Basic HEVC Video Flow',
|
||||||
tags: 'video',
|
tags: 'video',
|
||||||
flowPlugins: [
|
flowPlugins: [
|
||||||
{
|
{
|
||||||
|
|
@ -32,8 +32,8 @@ const details = () => ({
|
||||||
version: '1.0.0',
|
version: '1.0.0',
|
||||||
id: '4Swd6qzvc',
|
id: '4Swd6qzvc',
|
||||||
position: {
|
position: {
|
||||||
x: 499.4549563302081,
|
x: 489.25252076795084,
|
||||||
y: 367.1114810297392,
|
y: 370.51229288382495,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -43,8 +43,8 @@ const details = () => ({
|
||||||
version: '1.0.0',
|
version: '1.0.0',
|
||||||
id: '450g167D8',
|
id: '450g167D8',
|
||||||
position: {
|
position: {
|
||||||
x: 496.4549563302081,
|
x: 488.72295602997406,
|
||||||
y: 653.1114810297393,
|
y: 699.5034828311435,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -54,8 +54,8 @@ const details = () => ({
|
||||||
version: '1.0.0',
|
version: '1.0.0',
|
||||||
id: '8B_6pRd_U',
|
id: '8B_6pRd_U',
|
||||||
position: {
|
position: {
|
||||||
x: 498.4549563302081,
|
x: 488.5270135748424,
|
||||||
y: 527.1114810297393,
|
y: 477.83202026423606,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -69,6 +69,17 @@ const details = () => ({
|
||||||
y: 742.2114810297393,
|
y: 742.2114810297393,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Set Container',
|
||||||
|
sourceRepo: 'Community',
|
||||||
|
pluginName: 'ffmpegCommandSetContainer',
|
||||||
|
version: '1.0.0',
|
||||||
|
id: 'TtKXi3Q7h',
|
||||||
|
position: {
|
||||||
|
x: 488.21110165973323,
|
||||||
|
y: 570.3064821931456,
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
flowEdges: [
|
flowEdges: [
|
||||||
{
|
{
|
||||||
|
|
@ -98,15 +109,6 @@ const details = () => ({
|
||||||
animated: true,
|
animated: true,
|
||||||
type: 'smoothstep',
|
type: 'smoothstep',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
source: '8B_6pRd_U',
|
|
||||||
sourceHandle: '1',
|
|
||||||
target: '450g167D8',
|
|
||||||
targetHandle: null,
|
|
||||||
id: 'BQerEKase',
|
|
||||||
animated: true,
|
|
||||||
type: 'smoothstep',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
source: '450g167D8',
|
source: '450g167D8',
|
||||||
sourceHandle: '1',
|
sourceHandle: '1',
|
||||||
|
|
@ -125,6 +127,24 @@ const details = () => ({
|
||||||
animated: true,
|
animated: true,
|
||||||
type: 'smoothstep',
|
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