How to upload a video and that convert video into frames and I want to display all the frames on web page?? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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

24th Jan 2021, 1:35 AM
MUKUL Jain
MUKUL Jain - avatar
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...
24th Jan 2021, 1:44 AM
visph
visph - avatar