Ways to split a video file (gif, mp4) into JPEG using external libraries? [Java] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Ways to split a video file (gif, mp4) into JPEG using external libraries? [Java]

I want to be able to split a video file into JPEGs or PNGs using libraries or not

4th Apr 2021, 1:14 PM
Vanessa Nilsson
1 Answer
0
class org.opencv.videoio.VideoCapture allows to read video frame by frame. Here is example of usage: http://www.programcreek.com/java-api-examples/index.php?api=org.opencv.videoio.VideoCapture
4th Apr 2021, 1:40 PM
Shahghasi Adil
Shahghasi Adil - avatar