Hi, 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. 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.
Thank you in advance, Ahmed _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".