You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FFmpeg CLI has the ability to perform frame accurate input seeking which is very fast if you want to extract a frame at a time. See: https://trac.ffmpeg.org/wiki/Seeking.
However, I have a very long video (~2-3 hours) and hundreds of timestamps at which I want to extract frames. Is there a way I can leverage the input seeking at the libav level? I don't want to just call the CLI in a loop for each timestamp.
The text was updated successfully, but these errors were encountered:
Related to this issue: #83
FFmpeg CLI has the ability to perform frame accurate input seeking which is very fast if you want to extract a frame at a time. See: https://trac.ffmpeg.org/wiki/Seeking.
However, I have a very long video (~2-3 hours) and hundreds of timestamps at which I want to extract frames. Is there a way I can leverage the input seeking at the libav level? I don't want to just call the CLI in a loop for each timestamp.
The text was updated successfully, but these errors were encountered: