0
How to upload a video and that convert video into frames and I want to display all the frames on web page??
I am using django and python. I want to take video as input and then convert that video in frames. and that frames display on the same web where I have take video as input
1 Antwort
+ 1
upload => input type="file"
on server side, use ffmpeg or similar to convert video to frames, and generate an html page to display them...