2018-07-12 21:01 GMT+02:00, Abdirahman, Ahmed [VRACI] <[email protected]>:
> I am using ffmpeg to convert parts of a video (mp4) into images (png), but > the videos are very long (8 hours). Right now I have the code performing > this serially where once one ffmpeg command is done, it continues on to the > next one. This can be the most efficient approach. > I was hoping there was a way for ffmpeg to take multiple time > points and search continuously, instead of just seeking one at a time. No, cutting is left to the calling application. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
