ATS-812: PoC FFmpeg (experimental) - add frame width & height

- eg. to demo transcoding of video resolution (or even resize of frame if output to an image)
This commit is contained in:
Jan Vonka
2022-01-07 10:58:42 +00:00
parent ec5a813cd8
commit a0ec144310
4 changed files with 56 additions and 21 deletions

View File

@@ -73,8 +73,10 @@ public interface RequestParamMap
String NOT_EXTRACT_BOOKMARKS_TEXT = "notExtractBookmarksText";
String PAGE_LIMIT = "pageLimit";
// TODO PoC for FFmpeg
// TODO PoC for FFmpeg - effectively target options (note: if we need specific source options, may need extra set)
String TIME_OFFSET = "timeOffset";
String DURATION = "duration";
String FRAMES_NUM = "framesNum";
String FRAME_WIDTH = "frameWidth";
String FRAME_HEIGHT = "frameHeight";
}