Comment on Ask HN: Any tools to encode mp4 to stream of frames?Comments−NeuroWinter9yHere is one way to just extract the frames:ffmpeg -i in.avi -q:v 0 imagename_%04d.jpg
Comments
Here is one way to just extract the frames:
ffmpeg -i in.avi -q:v 0 imagename_%04d.jpg