Commit Graph

8 Commits

Author SHA1 Message Date
Jan Vonka
ec5a813cd8 ATS-812: PoC FFmpeg (experimental) - add duration (in addition to timeOffset) to enable video/audio trim
- only set default frames num (1) if target is a supported image format (note: currently configured for jpg and png)
2022-01-06 18:05:10 +00:00
Jan Vonka
9f18bd5936 ATS-812: PoC FFmpeg (experimental) - "fix" testPojoTransform
- same as other mock tests, eg. see ImageMagickControllerTest
- although it seems some fields should be optional for pojo serialization (mock test)
2022-01-06 15:40:36 +00:00
Jan Vonka
dba34000b9 ATS-812: PoC FFmpeg (experimental)
- remove extra isTransformable check (& related isSupported src/tgt) for now
- add mov to mp4 to supported src/tgt config
- update lic headers to 2022
2022-01-06 14:40:54 +00:00
Jan Vonka
aa16bb1a30 ATS-812: PoC FFmpeg - minor: add extra (internal) check for src/tgt media types 2021-12-22 20:24:21 +00:00
Jan Vonka
b8c1463b35 ATS-812: PoC FFmpeg skeleton - experiments
- add PoC option to convert from mp4 to either image/png or image/png
- single frame based on timeOffset param (example format "00:00:00.5")
- transform option names & support mimetypes subject to change
- requires detailed design + (unit) regression tests

- see also MM-156
2021-03-30 16:36:01 +01:00
Jan Vonka
9c4a239d03 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)
2021-03-29 15:52:17 +01:00
Jan Vonka
8c3ac3f4ce ATS-812: PoC FFmpeg skeleton - experimental
- add *skeleton* of unit tests based on other T-Engines (incomplete)
- TODO add more tests, re: specific FFmpeg transform options (+ more src/tgt media types)
2021-03-29 13:48:32 +01:00
Jan Vonka
186e18757e ATS-812: PoC for FFmpeg T-Engine (WIP) - initial folder skeleton
- note: PoC only - limited functionality & no tests yet
- see also ATS-793 epic
2020-07-27 19:08:55 +01:00