ATS-812: PoC FFmpeg skeleton - unit test fixes

- fix the -ve unit test files (back to same as other T-Engines)
- for now, remove the empty FFmpeg t-options

- TODO add some example config options (+ unit tests)
This commit is contained in:
Jan Vonka
2021-03-29 15:52:17 +01:00
parent 926ac11977
commit 9c4a239d03
5 changed files with 6 additions and 11 deletions

View File

@@ -12,7 +12,7 @@
{
"transformerName": "engineX",
"supportedSourceAndTargetList": [
{"sourceMediaType": "video/mp4", "targetMediaType": "audio/mpeg" }
{"sourceMediaType": "application/pdf", "targetMediaType": "image/png" }
],
"transformOptions": [
"engineXOptions"

View File

@@ -3,7 +3,7 @@
"transformers": [
{
"supportedSourceAndTargetList": [
{"sourceMediaType": "video/mp4", "targetMediaType": "audio/mpeg" }
{"sourceMediaType": "application/pdf", "targetMediaType": "image/png" }
]
}
]

View File

@@ -3,7 +3,7 @@
{
"transformerName": "engineX",
"supportedSourceAndTargetList": [
{"sourceMediaType": "video/mp4", "targetMediaType": "audio/mpeg" }
{"sourceMediaType": "application/pdf", "targetMediaType": "image/png" }
]
}
]

View File

@@ -13,9 +13,9 @@
{
"transformerName": "engineX",
"supportedSourceAndTargetList": [
{"sourceMediaType": "video/mp4", "targetMediaType": "audio/mpeg" },
{"sourceMediaType": "video/mp4", "targetMediaType": "audio/mpeg" },
{"sourceMediaType": "video/mp4", "targetMediaType": "audio/mpeg" }
{"sourceMediaType": "application/pdf", "targetMediaType": "image/png" },
{"sourceMediaType": "application/pdf", "targetMediaType": "image/png" },
{"sourceMediaType": "application/pdf", "targetMediaType": "image/png" }
],
"transformOptions": [
"engineXOptions",

View File

@@ -1,7 +1,5 @@
{
"transformOptions": {
"ffmpegOptions": [
]
},
"transformers": [
{
@@ -9,9 +7,6 @@
"supportedSourceAndTargetList": [
{"sourceMediaType": "video/mp4", "targetMediaType": "video/avi" },
{"sourceMediaType": "video/mp4", "targetMediaType": "audio/mpeg" }
],
"transformOptions": [
"ffmpegOptions"
]
}
]