ffmpeg:video:extract_frames
This is an old revision of the document!
Table of Contents
ffmpeg - Video - Extract Frames
Extract original
ffmpeg -i $(video_in) -vf fps=$(FPS) $(path)/$(name)_%02d_out.jpg
Extract resized
ffmpeg -i $(video_in) -vf scale=-1:$(resize_width),fps=$(FPS) $(path)/$(name)_%02d_out.jpg
ffmpeg/video/extract_frames.1736691347.txt.gz ยท Last modified: 2025/01/12 14:15 by peter