extract frames from mp4 pipeline #1067
Unanswered
Joe-Surrey
asked this question in
Ideas
Replies: 2 comments
-
If the dataset is very large, retaining so many reader objects might use out the OS's number of opened files quota, right? |
Beta Was this translation helpful? Give feedback.
0 replies
-
yeah maybe it would be good to delete the reader after all of its frames have been read |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to extract frames from an mp4 file so I wrote this
Sharing in case anyone finds it useful (or knows a better way)
Beta Was this translation helpful? Give feedback.
All reactions