get script #225
herokarimpoor
started this conversation in
General
get script
#225
Replies: 2 comments
-
Not out of the box, but you could build such a script using PySceneDetect + OpenCV or PyAV. See Hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your good guidance
You can also run a script to identify the scene
…On Mon, May 31, 2021 at 5:44 AM Brandon Castellano ***@***.***> wrote:
Not out of the box, but you could build such a script using PySceneDetect
+ OpenCV or PyAV.
See api_test.py
<https://github.com/Breakthrough/PySceneDetect/blob/master/tests/api_test.py>
for an example of how to get the start/end frames on a video. Then, you can
loop through a video and save the frames yourself.
Hope this helps!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#222 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMQJ4I2VKTKSD2WREWQONOTTQLPGXANCNFSM45ZJWCTQ>
.
|
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 need a script that recognizes scenes and gets frames from scenes.
I can use these git codes?
Thanl so much
Beta Was this translation helpful? Give feedback.
All reactions