Split a video to multiple chunks according to multiple starting and ending frame indices
2
votes
1
answer
7277
views
Are there any tools (like
FFmpeg
or OpenCV
) can split a video into multiple chunks according to some specific starting and ending frame indices? For example, given (0,20),(21,33),(40,60)...
, each tuple means a starting and ending frame indices pair for a chunk, and the neighbor chunks might not adjoin.
Note that, the number of chunks might be large. For example, given a 1 hour video, there might be 1500 splits.
Asked by Jon
(2317 rep)
Oct 7, 2015, 02:24 PM
Last activity: Aug 5, 2018, 03:01 PM
Last activity: Aug 5, 2018, 03:01 PM