Looking at what C libraries are available for doin...
# random
n
Looking at what C libraries are available for doing video conversions. I have a program that captures a series of video frames from a webcam that uses the video4linux API (part of the Linux userspace APIs - https://www.kernel.org/doc/html/v4.14/media/uapi/v4l/v4l2.html ). All captured video frames are saved as image files. Need a API that can convert a series of MJPEG ( https://en.wikipedia.org/wiki/Motion_JPEG#:~:text=Motion%20JPEG%20(M%2DJPEG%20or,separately%20as%20a%20JPEG%20image. ) files info a single video file that can be played by VLC, Celluloid (bundled with Linux Mint), and other video players.
👍 1