Ask HN: Any tools to encode mp4 to stream of frames?
I don't understand video encoding/decoding algorithms. What I want is to process a video stream and parse each frame individually, either as an image or as a matrix of rgba values. Anything out there that can help me with that?
5 comments
[ 3.4 ms ] story [ 25.2 ms ] threadffmpeg -i in.avi -q:v 0 imagename_%04d.jpg