mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-14 17:58:27 +00:00
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:
@@ -75,4 +75,6 @@ public interface RequestParamMap
|
||||
|
||||
// TODO PoC for FFmpeg
|
||||
String TIME_OFFSET = "timeOffset";
|
||||
String DURATION = "duration";
|
||||
String FRAMES_NUM = "framesNum";
|
||||
}
|
||||
|
Reference in New Issue
Block a user