Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Well opencv can read frames from video but its mainly an image processing library - not a video cut software. https://stackoverflow.com/questions/18444194/cutting-the-videos-based-on-start-and-end-time-using-ffmpeg

  • If you want to do it the easy way and you have the timestamps when takeoff is finished, just use ffmpeg.
  • If you want to do this automatically - well then maybe this could be a opencv related question.

Well opencv can read frames from video but its mainly an image processing library - not a video cut software. https://stackoverflow.com/questions/18444194/cutting-the-videos-based-on-start-and-end-time-using-ffmpeg

  • If you want to do it the easy way and you have the timestamps when takeoff is finished, just use ffmpeg.
  • If you want to do this automatically and often for different videos - well then maybe this could be a opencv related question.