feature: Cut #5
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Depends on #4
Provide an option to download segments of a recording. Can be used to extract a single event out of a stream. Offer a simple webinterface, that allows to scrub through the whole recording, and set one or more IN/OUT points.
Allow chosing between fast (cut at I-frames without transcoding) and accurate & slow (cut anywhere with transcoding).
Bonus points:
Here's the meat and potatoes of how Opencast implements the actual ffmpeg command to cut the video: https://github.com/opencast/opencast/blob/develop/modules/videoeditor-ffmpeg-impl/src/main/java/org/opencastproject/videoeditor/ffmpeg/FFmpegEdit.java