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
This commit is contained in:
Jan Vonka
2021-03-30 16:36:01 +01:00
parent d0d1fd8cdb
commit b8c1463b35
6 changed files with 61 additions and 8 deletions

View File

@@ -72,4 +72,7 @@ public interface RequestParamMap
String INCLUDE_CONTENTS = "includeContents";
String NOT_EXTRACT_BOOKMARK_TEXT = "notExtractBookmarksText";
String PAGE_LIMIT = "pageLimit";
// TODO PoC for FFmpeg
String TIME_OFFSET = "timeOffset";
}