FFmpeg Cookbook
Extract Frames from Video with FFmpeg — Save as PNG or JPG
Extract frames from a video as image files with FFmpeg. Save every frame, grab one frame per second with fps, capture a single frame at a timestamp, and choose PNG vs JPG. Practical guide with quality tips, troubleshooting, and FAQ.
FFmpeg Frame Rate — -r vs fps Filter Guide
Change video frame rates with FFmpeg: fps filter vs -r option comparison and when each is correct, checking fps with ffprobe, 60→30→24fps conversion examples, timelapse creation, VFR handling, five error fixes, and five FAQ answers.