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)
This commit is contained in:
Jan Vonka
2022-01-06 18:05:10 +00:00
parent 9f18bd5936
commit ec5a813cd8
7 changed files with 71 additions and 7 deletions

View File

@@ -75,4 +75,6 @@ public interface RequestParamMap
// TODO PoC for FFmpeg
String TIME_OFFSET = "timeOffset";
String DURATION = "duration";
String FRAMES_NUM = "framesNum";
}