n8n-nodes-eranol 0.2.6 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/nodes/Eranol/resources/audio/denoise.js +0 -24
- package/dist/nodes/Eranol/resources/audio/highlights.js +0 -24
- package/dist/nodes/Eranol/resources/audio/index.js +0 -21
- package/dist/nodes/Eranol/resources/audio/removeSilence.js +0 -30
- package/dist/nodes/Eranol/resources/compose/composeVideo.js +0 -19
- package/dist/nodes/Eranol/resources/compose/concat.js +0 -13
- package/dist/nodes/Eranol/resources/compose/index.js +0 -21
- package/dist/nodes/Eranol/resources/compose/merge.js +0 -73
- package/dist/nodes/Eranol/resources/convert/audioToMp3.js +0 -12
- package/dist/nodes/Eranol/resources/convert/audioToWav.js +0 -12
- package/dist/nodes/Eranol/resources/convert/imageToJpg.js +0 -12
- package/dist/nodes/Eranol/resources/convert/imageToWebp.js +0 -12
- package/dist/nodes/Eranol/resources/convert/index.js +0 -42
- package/dist/nodes/Eranol/resources/convert/videoToMp4.js +0 -12
- package/dist/nodes/Eranol/resources/convert/videoToWebm.js +0 -12
- package/dist/nodes/Eranol/resources/image/generateImage.js +0 -36
- package/dist/nodes/Eranol/resources/image/index.js +0 -13
- package/dist/nodes/Eranol/resources/job/index.js +0 -24
- package/dist/nodes/Eranol/resources/notify/index.js +0 -7
- package/dist/nodes/Eranol/resources/notify/sendEmail.js +0 -24
- package/dist/nodes/Eranol/resources/video/addIntro.js +0 -18
- package/dist/nodes/Eranol/resources/video/addOutro.js +0 -18
- package/dist/nodes/Eranol/resources/video/caption.js +0 -54
- package/dist/nodes/Eranol/resources/video/extractAudio.js +0 -18
- package/dist/nodes/Eranol/resources/video/extractImages.js +0 -30
- package/dist/nodes/Eranol/resources/video/generateGif.js +0 -36
- package/dist/nodes/Eranol/resources/video/index.js +0 -84
- package/dist/nodes/Eranol/resources/video/overlay.js +2 -27
- package/dist/nodes/Eranol/resources/video/progressBar.js +0 -42
- package/dist/nodes/Eranol/resources/video/reframe.js +0 -30
- package/dist/nodes/Eranol/resources/video/thumbnail.js +0 -60
- package/dist/nodes/Eranol/resources/video/trim.js +0 -24
- package/dist/nodes/Eranol/resources/video/watermark.js +0 -42
- package/package.json +1 -1
|
@@ -30,12 +30,6 @@ exports.denoiseDescription = [
|
|
|
30
30
|
},
|
|
31
31
|
},
|
|
32
32
|
description: 'The JSON body to send with the request',
|
|
33
|
-
routing: {
|
|
34
|
-
send: {
|
|
35
|
-
type: 'body',
|
|
36
|
-
value: '={{JSON.parse($value)}}',
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
33
|
},
|
|
40
34
|
{
|
|
41
35
|
displayName: 'Audio URL',
|
|
@@ -51,12 +45,6 @@ exports.denoiseDescription = [
|
|
|
51
45
|
},
|
|
52
46
|
},
|
|
53
47
|
description: 'URL of the audio file to denoise',
|
|
54
|
-
routing: {
|
|
55
|
-
send: {
|
|
56
|
-
type: 'body',
|
|
57
|
-
property: 'url',
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
48
|
},
|
|
61
49
|
{
|
|
62
50
|
displayName: 'Additional Fields',
|
|
@@ -82,12 +70,6 @@ exports.denoiseDescription = [
|
|
|
82
70
|
{ name: 'RNN', value: 'rnn' },
|
|
83
71
|
],
|
|
84
72
|
description: 'Noise reduction method',
|
|
85
|
-
routing: {
|
|
86
|
-
send: {
|
|
87
|
-
type: 'body',
|
|
88
|
-
property: 'method',
|
|
89
|
-
},
|
|
90
|
-
},
|
|
91
73
|
},
|
|
92
74
|
{
|
|
93
75
|
displayName: 'Noise Reduction (dB)',
|
|
@@ -95,12 +77,6 @@ exports.denoiseDescription = [
|
|
|
95
77
|
type: 'number',
|
|
96
78
|
default: 12,
|
|
97
79
|
description: 'Amount of noise reduction in decibels',
|
|
98
|
-
routing: {
|
|
99
|
-
send: {
|
|
100
|
-
type: 'body',
|
|
101
|
-
property: 'noise_reduction',
|
|
102
|
-
},
|
|
103
|
-
},
|
|
104
80
|
},
|
|
105
81
|
],
|
|
106
82
|
},
|
|
@@ -30,12 +30,6 @@ exports.highlightsDescription = [
|
|
|
30
30
|
},
|
|
31
31
|
},
|
|
32
32
|
description: 'The JSON body to send with the request',
|
|
33
|
-
routing: {
|
|
34
|
-
send: {
|
|
35
|
-
type: 'body',
|
|
36
|
-
value: '={{JSON.parse($value)}}',
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
33
|
},
|
|
40
34
|
{
|
|
41
35
|
displayName: 'Audio URL',
|
|
@@ -51,12 +45,6 @@ exports.highlightsDescription = [
|
|
|
51
45
|
},
|
|
52
46
|
},
|
|
53
47
|
description: 'URL of the audio file to extract highlights from',
|
|
54
|
-
routing: {
|
|
55
|
-
send: {
|
|
56
|
-
type: 'body',
|
|
57
|
-
property: 'url',
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
48
|
},
|
|
61
49
|
{
|
|
62
50
|
displayName: 'Additional Fields',
|
|
@@ -78,12 +66,6 @@ exports.highlightsDescription = [
|
|
|
78
66
|
type: 'number',
|
|
79
67
|
default: 5,
|
|
80
68
|
description: 'Number of top highlights to extract',
|
|
81
|
-
routing: {
|
|
82
|
-
send: {
|
|
83
|
-
type: 'body',
|
|
84
|
-
property: 'top_n',
|
|
85
|
-
},
|
|
86
|
-
},
|
|
87
69
|
},
|
|
88
70
|
{
|
|
89
71
|
displayName: 'Clip Duration',
|
|
@@ -91,12 +73,6 @@ exports.highlightsDescription = [
|
|
|
91
73
|
type: 'number',
|
|
92
74
|
default: 10,
|
|
93
75
|
description: 'Duration of each highlight clip in seconds',
|
|
94
|
-
routing: {
|
|
95
|
-
send: {
|
|
96
|
-
type: 'body',
|
|
97
|
-
property: 'clip_duration',
|
|
98
|
-
},
|
|
99
|
-
},
|
|
100
76
|
},
|
|
101
77
|
],
|
|
102
78
|
},
|
|
@@ -21,39 +21,18 @@ exports.audioDescription = [
|
|
|
21
21
|
value: 'denoise',
|
|
22
22
|
action: 'Denoise audio',
|
|
23
23
|
description: 'Remove background noise from audio',
|
|
24
|
-
routing: {
|
|
25
|
-
request: {
|
|
26
|
-
method: 'POST',
|
|
27
|
-
url: '/ffmpeg/audio/denoise',
|
|
28
|
-
headers: { 'Content-Type': 'application/json' },
|
|
29
|
-
},
|
|
30
|
-
},
|
|
31
24
|
},
|
|
32
25
|
{
|
|
33
26
|
name: 'Highlights',
|
|
34
27
|
value: 'highlights',
|
|
35
28
|
action: 'Extract audio highlights',
|
|
36
29
|
description: 'Extract the loudest segments based on RMS energy',
|
|
37
|
-
routing: {
|
|
38
|
-
request: {
|
|
39
|
-
method: 'POST',
|
|
40
|
-
url: '/ffmpeg/audio/highlights',
|
|
41
|
-
headers: { 'Content-Type': 'application/json' },
|
|
42
|
-
},
|
|
43
|
-
},
|
|
44
30
|
},
|
|
45
31
|
{
|
|
46
32
|
name: 'Remove Silence',
|
|
47
33
|
value: 'removeSilence',
|
|
48
34
|
action: 'Remove silence from audio',
|
|
49
35
|
description: 'Detect and eliminate quiet gaps in audio',
|
|
50
|
-
routing: {
|
|
51
|
-
request: {
|
|
52
|
-
method: 'POST',
|
|
53
|
-
url: '/ffmpeg/audio/remove-silence',
|
|
54
|
-
headers: { 'Content-Type': 'application/json' },
|
|
55
|
-
},
|
|
56
|
-
},
|
|
57
36
|
},
|
|
58
37
|
],
|
|
59
38
|
default: 'denoise',
|
|
@@ -30,12 +30,6 @@ exports.removeSilenceDescription = [
|
|
|
30
30
|
},
|
|
31
31
|
},
|
|
32
32
|
description: 'The JSON body to send with the request',
|
|
33
|
-
routing: {
|
|
34
|
-
send: {
|
|
35
|
-
type: 'body',
|
|
36
|
-
value: '={{JSON.parse($value)}}',
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
33
|
},
|
|
40
34
|
{
|
|
41
35
|
displayName: 'Audio URL',
|
|
@@ -51,12 +45,6 @@ exports.removeSilenceDescription = [
|
|
|
51
45
|
},
|
|
52
46
|
},
|
|
53
47
|
description: 'URL of the audio file to process',
|
|
54
|
-
routing: {
|
|
55
|
-
send: {
|
|
56
|
-
type: 'body',
|
|
57
|
-
property: 'url',
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
48
|
},
|
|
61
49
|
{
|
|
62
50
|
displayName: 'Additional Fields',
|
|
@@ -78,12 +66,6 @@ exports.removeSilenceDescription = [
|
|
|
78
66
|
type: 'number',
|
|
79
67
|
default: -40,
|
|
80
68
|
description: 'Volume threshold below which audio is considered silence',
|
|
81
|
-
routing: {
|
|
82
|
-
send: {
|
|
83
|
-
type: 'body',
|
|
84
|
-
property: 'silence_thresh_db',
|
|
85
|
-
},
|
|
86
|
-
},
|
|
87
69
|
},
|
|
88
70
|
{
|
|
89
71
|
displayName: 'Min Silence Duration',
|
|
@@ -92,12 +74,6 @@ exports.removeSilenceDescription = [
|
|
|
92
74
|
typeOptions: { numberPrecision: 2 },
|
|
93
75
|
default: 0.5,
|
|
94
76
|
description: 'Minimum duration of silence to remove (seconds)',
|
|
95
|
-
routing: {
|
|
96
|
-
send: {
|
|
97
|
-
type: 'body',
|
|
98
|
-
property: 'min_silence_duration',
|
|
99
|
-
},
|
|
100
|
-
},
|
|
101
77
|
},
|
|
102
78
|
{
|
|
103
79
|
displayName: 'Padding',
|
|
@@ -106,12 +82,6 @@ exports.removeSilenceDescription = [
|
|
|
106
82
|
typeOptions: { numberPrecision: 2 },
|
|
107
83
|
default: 0.1,
|
|
108
84
|
description: 'Padding to keep around non-silent segments (seconds)',
|
|
109
|
-
routing: {
|
|
110
|
-
send: {
|
|
111
|
-
type: 'body',
|
|
112
|
-
property: 'padding',
|
|
113
|
-
},
|
|
114
|
-
},
|
|
115
85
|
},
|
|
116
86
|
],
|
|
117
87
|
},
|
|
@@ -30,12 +30,6 @@ exports.composeVideoDescription = [
|
|
|
30
30
|
},
|
|
31
31
|
},
|
|
32
32
|
description: 'The JSON body to send with the request',
|
|
33
|
-
routing: {
|
|
34
|
-
send: {
|
|
35
|
-
type: 'body',
|
|
36
|
-
value: '={{JSON.parse($value)}}',
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
33
|
},
|
|
40
34
|
{
|
|
41
35
|
displayName: 'Main Video URL',
|
|
@@ -51,12 +45,6 @@ exports.composeVideoDescription = [
|
|
|
51
45
|
},
|
|
52
46
|
},
|
|
53
47
|
description: 'URL of the main/base video',
|
|
54
|
-
routing: {
|
|
55
|
-
send: {
|
|
56
|
-
type: 'body',
|
|
57
|
-
property: 'main_video_url',
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
48
|
},
|
|
61
49
|
{
|
|
62
50
|
displayName: 'Overlays',
|
|
@@ -118,12 +106,5 @@ exports.composeVideoDescription = [
|
|
|
118
106
|
],
|
|
119
107
|
},
|
|
120
108
|
],
|
|
121
|
-
routing: {
|
|
122
|
-
send: {
|
|
123
|
-
type: 'body',
|
|
124
|
-
property: 'overlays',
|
|
125
|
-
value: '={{$value.overlayValues}}',
|
|
126
|
-
},
|
|
127
|
-
},
|
|
128
109
|
},
|
|
129
110
|
];
|
|
@@ -30,12 +30,6 @@ exports.concatDescription = [
|
|
|
30
30
|
},
|
|
31
31
|
},
|
|
32
32
|
description: 'The JSON body to send with the request',
|
|
33
|
-
routing: {
|
|
34
|
-
send: {
|
|
35
|
-
type: 'body',
|
|
36
|
-
value: '={{JSON.parse($value)}}',
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
33
|
},
|
|
40
34
|
{
|
|
41
35
|
displayName: 'Clips',
|
|
@@ -78,12 +72,5 @@ exports.concatDescription = [
|
|
|
78
72
|
],
|
|
79
73
|
},
|
|
80
74
|
],
|
|
81
|
-
routing: {
|
|
82
|
-
send: {
|
|
83
|
-
type: 'body',
|
|
84
|
-
property: 'clips',
|
|
85
|
-
value: '={{$value.clipValues}}',
|
|
86
|
-
},
|
|
87
|
-
},
|
|
88
75
|
},
|
|
89
76
|
];
|
|
@@ -21,39 +21,18 @@ exports.composeDescription = [
|
|
|
21
21
|
value: 'concat',
|
|
22
22
|
action: 'Concatenate videos',
|
|
23
23
|
description: 'Merge video clips in order into a single video',
|
|
24
|
-
routing: {
|
|
25
|
-
request: {
|
|
26
|
-
method: 'POST',
|
|
27
|
-
url: '/ffmpeg/video/concat',
|
|
28
|
-
headers: { 'Content-Type': 'application/json' },
|
|
29
|
-
},
|
|
30
|
-
},
|
|
31
24
|
},
|
|
32
25
|
{
|
|
33
26
|
name: 'Compose Video',
|
|
34
27
|
value: 'composeVideo',
|
|
35
28
|
action: 'Compose video with overlays',
|
|
36
29
|
description: 'Overlay video or image segments onto a main video at specific time ranges',
|
|
37
|
-
routing: {
|
|
38
|
-
request: {
|
|
39
|
-
method: 'POST',
|
|
40
|
-
url: '/ffmpeg/video/compose',
|
|
41
|
-
headers: { 'Content-Type': 'application/json' },
|
|
42
|
-
},
|
|
43
|
-
},
|
|
44
30
|
},
|
|
45
31
|
{
|
|
46
32
|
name: 'Merge',
|
|
47
33
|
value: 'merge',
|
|
48
34
|
action: 'Merge images and audio into video',
|
|
49
35
|
description: 'Combine image slides with audio into a video',
|
|
50
|
-
routing: {
|
|
51
|
-
request: {
|
|
52
|
-
method: 'POST',
|
|
53
|
-
url: '/ffmpeg/merge',
|
|
54
|
-
headers: { 'Content-Type': 'application/json' },
|
|
55
|
-
},
|
|
56
|
-
},
|
|
57
36
|
},
|
|
58
37
|
],
|
|
59
38
|
default: 'merge',
|
|
@@ -30,12 +30,6 @@ exports.mergeDescription = [
|
|
|
30
30
|
},
|
|
31
31
|
},
|
|
32
32
|
description: 'The JSON body to send with the request',
|
|
33
|
-
routing: {
|
|
34
|
-
send: {
|
|
35
|
-
type: 'body',
|
|
36
|
-
value: '={{JSON.parse($value)}}',
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
33
|
},
|
|
40
34
|
{
|
|
41
35
|
displayName: 'Images',
|
|
@@ -78,13 +72,6 @@ exports.mergeDescription = [
|
|
|
78
72
|
],
|
|
79
73
|
},
|
|
80
74
|
],
|
|
81
|
-
routing: {
|
|
82
|
-
send: {
|
|
83
|
-
type: 'body',
|
|
84
|
-
property: 'images',
|
|
85
|
-
value: '={{$value.imageValues}}',
|
|
86
|
-
},
|
|
87
|
-
},
|
|
88
75
|
},
|
|
89
76
|
{
|
|
90
77
|
displayName: 'Audio URL',
|
|
@@ -100,12 +87,6 @@ exports.mergeDescription = [
|
|
|
100
87
|
},
|
|
101
88
|
},
|
|
102
89
|
description: 'URL of the audio track',
|
|
103
|
-
routing: {
|
|
104
|
-
send: {
|
|
105
|
-
type: 'body',
|
|
106
|
-
property: 'audio_url',
|
|
107
|
-
},
|
|
108
|
-
},
|
|
109
90
|
},
|
|
110
91
|
{
|
|
111
92
|
displayName: 'Additional Fields',
|
|
@@ -131,12 +112,6 @@ exports.mergeDescription = [
|
|
|
131
112
|
{ name: 'Loop', value: 'loop' },
|
|
132
113
|
],
|
|
133
114
|
description: 'How audio length is handled relative to video',
|
|
134
|
-
routing: {
|
|
135
|
-
send: {
|
|
136
|
-
type: 'body',
|
|
137
|
-
property: 'audio_mode',
|
|
138
|
-
},
|
|
139
|
-
},
|
|
140
115
|
},
|
|
141
116
|
{
|
|
142
117
|
displayName: 'Background Audio URL',
|
|
@@ -144,12 +119,6 @@ exports.mergeDescription = [
|
|
|
144
119
|
type: 'string',
|
|
145
120
|
default: '',
|
|
146
121
|
description: 'URL of a background audio track to mix in',
|
|
147
|
-
routing: {
|
|
148
|
-
send: {
|
|
149
|
-
type: 'body',
|
|
150
|
-
property: 'bg_audio_url',
|
|
151
|
-
},
|
|
152
|
-
},
|
|
153
122
|
},
|
|
154
123
|
{
|
|
155
124
|
displayName: 'Background Audio Volume',
|
|
@@ -158,12 +127,6 @@ exports.mergeDescription = [
|
|
|
158
127
|
typeOptions: { minValue: 0, maxValue: 1, numberPrecision: 2 },
|
|
159
128
|
default: 0.3,
|
|
160
129
|
description: 'Volume level for the background audio (0-1)',
|
|
161
|
-
routing: {
|
|
162
|
-
send: {
|
|
163
|
-
type: 'body',
|
|
164
|
-
property: 'bg_audio_volume',
|
|
165
|
-
},
|
|
166
|
-
},
|
|
167
130
|
},
|
|
168
131
|
{
|
|
169
132
|
displayName: 'Fade Duration (Seconds)',
|
|
@@ -172,12 +135,6 @@ exports.mergeDescription = [
|
|
|
172
135
|
typeOptions: { numberPrecision: 1 },
|
|
173
136
|
default: 0.5,
|
|
174
137
|
description: 'Duration of the fade transition in seconds',
|
|
175
|
-
routing: {
|
|
176
|
-
send: {
|
|
177
|
-
type: 'body',
|
|
178
|
-
property: 'fade_secs',
|
|
179
|
-
},
|
|
180
|
-
},
|
|
181
138
|
},
|
|
182
139
|
{
|
|
183
140
|
displayName: 'Fit',
|
|
@@ -190,12 +147,6 @@ exports.mergeDescription = [
|
|
|
190
147
|
{ name: 'Fill', value: 'fill' },
|
|
191
148
|
],
|
|
192
149
|
description: 'How images are fit to the output dimensions',
|
|
193
|
-
routing: {
|
|
194
|
-
send: {
|
|
195
|
-
type: 'body',
|
|
196
|
-
property: 'fit',
|
|
197
|
-
},
|
|
198
|
-
},
|
|
199
150
|
},
|
|
200
151
|
{
|
|
201
152
|
displayName: 'FPS',
|
|
@@ -203,12 +154,6 @@ exports.mergeDescription = [
|
|
|
203
154
|
type: 'number',
|
|
204
155
|
default: 30,
|
|
205
156
|
description: 'Frames per second for the output video',
|
|
206
|
-
routing: {
|
|
207
|
-
send: {
|
|
208
|
-
type: 'body',
|
|
209
|
-
property: 'fps',
|
|
210
|
-
},
|
|
211
|
-
},
|
|
212
157
|
},
|
|
213
158
|
{
|
|
214
159
|
displayName: 'Height',
|
|
@@ -216,12 +161,6 @@ exports.mergeDescription = [
|
|
|
216
161
|
type: 'number',
|
|
217
162
|
default: 1080,
|
|
218
163
|
description: 'Output video height in pixels',
|
|
219
|
-
routing: {
|
|
220
|
-
send: {
|
|
221
|
-
type: 'body',
|
|
222
|
-
property: 'height',
|
|
223
|
-
},
|
|
224
|
-
},
|
|
225
164
|
},
|
|
226
165
|
{
|
|
227
166
|
displayName: 'Transition',
|
|
@@ -233,12 +172,6 @@ exports.mergeDescription = [
|
|
|
233
172
|
{ name: 'None', value: 'none' },
|
|
234
173
|
],
|
|
235
174
|
description: 'Transition effect between slides',
|
|
236
|
-
routing: {
|
|
237
|
-
send: {
|
|
238
|
-
type: 'body',
|
|
239
|
-
property: 'transition',
|
|
240
|
-
},
|
|
241
|
-
},
|
|
242
175
|
},
|
|
243
176
|
{
|
|
244
177
|
displayName: 'Width',
|
|
@@ -246,12 +179,6 @@ exports.mergeDescription = [
|
|
|
246
179
|
type: 'number',
|
|
247
180
|
default: 1920,
|
|
248
181
|
description: 'Output video width in pixels',
|
|
249
|
-
routing: {
|
|
250
|
-
send: {
|
|
251
|
-
type: 'body',
|
|
252
|
-
property: 'width',
|
|
253
|
-
},
|
|
254
|
-
},
|
|
255
182
|
},
|
|
256
183
|
],
|
|
257
184
|
},
|
|
@@ -29,12 +29,6 @@ exports.audioToMp3Description = [
|
|
|
29
29
|
},
|
|
30
30
|
},
|
|
31
31
|
description: 'The JSON body to send with the request',
|
|
32
|
-
routing: {
|
|
33
|
-
send: {
|
|
34
|
-
type: 'body',
|
|
35
|
-
value: '={{JSON.parse($value)}}',
|
|
36
|
-
},
|
|
37
|
-
},
|
|
38
32
|
},
|
|
39
33
|
{
|
|
40
34
|
displayName: 'File URL',
|
|
@@ -50,11 +44,5 @@ exports.audioToMp3Description = [
|
|
|
50
44
|
},
|
|
51
45
|
},
|
|
52
46
|
description: 'URL of the audio file to convert to MP3',
|
|
53
|
-
routing: {
|
|
54
|
-
send: {
|
|
55
|
-
type: 'body',
|
|
56
|
-
property: 'url',
|
|
57
|
-
},
|
|
58
|
-
},
|
|
59
47
|
},
|
|
60
48
|
];
|
|
@@ -29,12 +29,6 @@ exports.audioToWavDescription = [
|
|
|
29
29
|
},
|
|
30
30
|
},
|
|
31
31
|
description: 'The JSON body to send with the request',
|
|
32
|
-
routing: {
|
|
33
|
-
send: {
|
|
34
|
-
type: 'body',
|
|
35
|
-
value: '={{JSON.parse($value)}}',
|
|
36
|
-
},
|
|
37
|
-
},
|
|
38
32
|
},
|
|
39
33
|
{
|
|
40
34
|
displayName: 'File URL',
|
|
@@ -50,11 +44,5 @@ exports.audioToWavDescription = [
|
|
|
50
44
|
},
|
|
51
45
|
},
|
|
52
46
|
description: 'URL of the audio file to convert to WAV',
|
|
53
|
-
routing: {
|
|
54
|
-
send: {
|
|
55
|
-
type: 'body',
|
|
56
|
-
property: 'url',
|
|
57
|
-
},
|
|
58
|
-
},
|
|
59
47
|
},
|
|
60
48
|
];
|
|
@@ -29,12 +29,6 @@ exports.imageToJpgDescription = [
|
|
|
29
29
|
},
|
|
30
30
|
},
|
|
31
31
|
description: 'The JSON body to send with the request',
|
|
32
|
-
routing: {
|
|
33
|
-
send: {
|
|
34
|
-
type: 'body',
|
|
35
|
-
value: '={{JSON.parse($value)}}',
|
|
36
|
-
},
|
|
37
|
-
},
|
|
38
32
|
},
|
|
39
33
|
{
|
|
40
34
|
displayName: 'File URL',
|
|
@@ -50,11 +44,5 @@ exports.imageToJpgDescription = [
|
|
|
50
44
|
},
|
|
51
45
|
},
|
|
52
46
|
description: 'URL of the image file to convert to JPG',
|
|
53
|
-
routing: {
|
|
54
|
-
send: {
|
|
55
|
-
type: 'body',
|
|
56
|
-
property: 'url',
|
|
57
|
-
},
|
|
58
|
-
},
|
|
59
47
|
},
|
|
60
48
|
];
|
|
@@ -29,12 +29,6 @@ exports.imageToWebpDescription = [
|
|
|
29
29
|
},
|
|
30
30
|
},
|
|
31
31
|
description: 'The JSON body to send with the request',
|
|
32
|
-
routing: {
|
|
33
|
-
send: {
|
|
34
|
-
type: 'body',
|
|
35
|
-
value: '={{JSON.parse($value)}}',
|
|
36
|
-
},
|
|
37
|
-
},
|
|
38
32
|
},
|
|
39
33
|
{
|
|
40
34
|
displayName: 'File URL',
|
|
@@ -50,11 +44,5 @@ exports.imageToWebpDescription = [
|
|
|
50
44
|
},
|
|
51
45
|
},
|
|
52
46
|
description: 'URL of the image file to convert to WebP',
|
|
53
|
-
routing: {
|
|
54
|
-
send: {
|
|
55
|
-
type: 'body',
|
|
56
|
-
property: 'url',
|
|
57
|
-
},
|
|
58
|
-
},
|
|
59
47
|
},
|
|
60
48
|
];
|
|
@@ -24,78 +24,36 @@ exports.convertDescription = [
|
|
|
24
24
|
value: 'audioToMp3',
|
|
25
25
|
action: 'Convert audio to MP3',
|
|
26
26
|
description: 'Convert an audio file to MP3 format',
|
|
27
|
-
routing: {
|
|
28
|
-
request: {
|
|
29
|
-
method: 'POST',
|
|
30
|
-
url: '/ffmpeg/convert/audio/to/mp3',
|
|
31
|
-
headers: { 'Content-Type': 'application/json' },
|
|
32
|
-
},
|
|
33
|
-
},
|
|
34
27
|
},
|
|
35
28
|
{
|
|
36
29
|
name: 'Audio to WAV',
|
|
37
30
|
value: 'audioToWav',
|
|
38
31
|
action: 'Convert audio to WAV',
|
|
39
32
|
description: 'Convert an audio file to WAV format',
|
|
40
|
-
routing: {
|
|
41
|
-
request: {
|
|
42
|
-
method: 'POST',
|
|
43
|
-
url: '/ffmpeg/convert/audio/to/wav',
|
|
44
|
-
headers: { 'Content-Type': 'application/json' },
|
|
45
|
-
},
|
|
46
|
-
},
|
|
47
33
|
},
|
|
48
34
|
{
|
|
49
35
|
name: 'Image to JPG',
|
|
50
36
|
value: 'imageToJpg',
|
|
51
37
|
action: 'Convert image to JPG',
|
|
52
38
|
description: 'Convert an image file to JPG format',
|
|
53
|
-
routing: {
|
|
54
|
-
request: {
|
|
55
|
-
method: 'POST',
|
|
56
|
-
url: '/ffmpeg/convert/image/to/jpg',
|
|
57
|
-
headers: { 'Content-Type': 'application/json' },
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
39
|
},
|
|
61
40
|
{
|
|
62
41
|
name: 'Image to WebP',
|
|
63
42
|
value: 'imageToWebp',
|
|
64
43
|
action: 'Convert image to web p',
|
|
65
44
|
description: 'Convert an image file to WebP format',
|
|
66
|
-
routing: {
|
|
67
|
-
request: {
|
|
68
|
-
method: 'POST',
|
|
69
|
-
url: '/ffmpeg/convert/image/to/webp',
|
|
70
|
-
headers: { 'Content-Type': 'application/json' },
|
|
71
|
-
},
|
|
72
|
-
},
|
|
73
45
|
},
|
|
74
46
|
{
|
|
75
47
|
name: 'Video to MP4',
|
|
76
48
|
value: 'videoToMp4',
|
|
77
49
|
action: 'Convert video to MP4',
|
|
78
50
|
description: 'Convert a video file to MP4 format',
|
|
79
|
-
routing: {
|
|
80
|
-
request: {
|
|
81
|
-
method: 'POST',
|
|
82
|
-
url: '/ffmpeg/convert/video/to/mp4',
|
|
83
|
-
headers: { 'Content-Type': 'application/json' },
|
|
84
|
-
},
|
|
85
|
-
},
|
|
86
51
|
},
|
|
87
52
|
{
|
|
88
53
|
name: 'Video to WebM',
|
|
89
54
|
value: 'videoToWebm',
|
|
90
55
|
action: 'Convert video to web m',
|
|
91
56
|
description: 'Convert a video file to WebM format (VP9 + Opus)',
|
|
92
|
-
routing: {
|
|
93
|
-
request: {
|
|
94
|
-
method: 'POST',
|
|
95
|
-
url: '/ffmpeg/convert/video/to/webm',
|
|
96
|
-
headers: { 'Content-Type': 'application/json' },
|
|
97
|
-
},
|
|
98
|
-
},
|
|
99
57
|
},
|
|
100
58
|
],
|
|
101
59
|
default: 'videoToMp4',
|
|
@@ -29,12 +29,6 @@ exports.videoToMp4Description = [
|
|
|
29
29
|
},
|
|
30
30
|
},
|
|
31
31
|
description: 'The JSON body to send with the request',
|
|
32
|
-
routing: {
|
|
33
|
-
send: {
|
|
34
|
-
type: 'body',
|
|
35
|
-
value: '={{JSON.parse($value)}}',
|
|
36
|
-
},
|
|
37
|
-
},
|
|
38
32
|
},
|
|
39
33
|
{
|
|
40
34
|
displayName: 'File URL',
|
|
@@ -50,11 +44,5 @@ exports.videoToMp4Description = [
|
|
|
50
44
|
},
|
|
51
45
|
},
|
|
52
46
|
description: 'URL of the video file to convert to MP4',
|
|
53
|
-
routing: {
|
|
54
|
-
send: {
|
|
55
|
-
type: 'body',
|
|
56
|
-
property: 'url',
|
|
57
|
-
},
|
|
58
|
-
},
|
|
59
47
|
},
|
|
60
48
|
];
|