retold-remote 0.0.22 → 0.0.23
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/package.json
CHANGED
|
@@ -262,7 +262,7 @@ function getOperations()
|
|
|
262
262
|
Height: '{~D:Record.Operation.Height~}',
|
|
263
263
|
Format: '{~D:Record.Operation.Format~}',
|
|
264
264
|
Quality: '{~D:Record.Operation.Quality~}',
|
|
265
|
-
TimeoutMs:
|
|
265
|
+
TimeoutMs: 300000
|
|
266
266
|
},
|
|
267
267
|
ProcessSettings: ['InputFile', 'OutputFile', 'Width', 'Height', 'Format', 'Quality'],
|
|
268
268
|
ProcessOutputs: ['Result', 'StdOut'],
|
|
@@ -285,7 +285,7 @@ function getOperations()
|
|
|
285
285
|
OutputFile: 'thumbnail.jpg',
|
|
286
286
|
Timestamp: '{~D:Record.Operation.Timestamp~}',
|
|
287
287
|
Width: '{~D:Record.Operation.Width~}',
|
|
288
|
-
TimeoutMs:
|
|
288
|
+
TimeoutMs: 600000
|
|
289
289
|
},
|
|
290
290
|
ProcessSettings: ['InputFile', 'OutputFile', 'Timestamp', 'Width'],
|
|
291
291
|
ProcessOutputs: ['Result', 'StdOut'],
|
|
@@ -310,7 +310,7 @@ function getOperations()
|
|
|
310
310
|
_taskNode(tmpVfe + '-probe', 'beacon-mediaconversion-mediaprobe', 'Probe Video', 660, 180,
|
|
311
311
|
{
|
|
312
312
|
AffinityKey: '{~D:Record.Operation.VideoAddress~}',
|
|
313
|
-
TimeoutMs:
|
|
313
|
+
TimeoutMs: 600000
|
|
314
314
|
},
|
|
315
315
|
['InputFile'], ['Result', 'StdOut']),
|
|
316
316
|
_taskNode(tmpVfe + '-extract', 'beacon-mediaconversion-videoextractframe', 'Extract Frame', 880, 180,
|
|
@@ -319,7 +319,7 @@ function getOperations()
|
|
|
319
319
|
Timestamp: '{~D:Record.Operation.Timestamp~}',
|
|
320
320
|
Width: '{~D:Record.Operation.Width~}',
|
|
321
321
|
AffinityKey: '{~D:Record.Operation.VideoAddress~}',
|
|
322
|
-
TimeoutMs:
|
|
322
|
+
TimeoutMs: 600000
|
|
323
323
|
},
|
|
324
324
|
['InputFile', 'OutputFile', 'Timestamp', 'Width'], ['Result', 'StdOut']),
|
|
325
325
|
_taskNode(tmpVfe + '-result', 'send-result', 'Send Result', 1100, 180,
|
|
@@ -409,7 +409,7 @@ function getOperations()
|
|
|
409
409
|
OutputFile: 'page.png',
|
|
410
410
|
Page: '{~D:Record.Operation.Page~}',
|
|
411
411
|
LongSidePixels: '{~D:Record.Operation.LongSidePixels~}',
|
|
412
|
-
TimeoutMs:
|
|
412
|
+
TimeoutMs: 300000
|
|
413
413
|
},
|
|
414
414
|
ProcessSettings: ['InputFile', 'OutputFile', 'Page', 'LongSidePixels'],
|
|
415
415
|
ProcessOutputs: ['Result', 'StdOut'],
|
|
@@ -472,7 +472,7 @@ function getOperations()
|
|
|
472
472
|
ProcessTitle: 'Probe Metadata',
|
|
473
473
|
ProcessData:
|
|
474
474
|
{
|
|
475
|
-
TimeoutMs:
|
|
475
|
+
TimeoutMs: 300000
|
|
476
476
|
},
|
|
477
477
|
ProcessSettings: ['InputFile'],
|
|
478
478
|
ProcessOutputs: ['Result', 'StdOut'],
|