What is the best way to extract individual yuv frames from a yuv video? Can we use ffmpeg?
I'm able to extract individual jpg frames but am struggling to extract individual yuv frames. I know that I can write my own script in python to extract this as the frames in yuv videos are just stacked against each other in raw format but wondering if there's a command line command I can just use for this.