ffmpeg:extract_frames
This is an old revision of the document!
Table of Contents
ffmpeg - 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/extract_frames.1735857864.txt.gz ยท Last modified: 2025/01/02 22:44 by peter