ffmpeg:create_a_video_from_images
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ffmpeg:create_a_video_from_images [2023/06/13 16:06] – peter | ffmpeg:create_a_video_from_images [2025/01/29 21:30] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ffmpeg - Create a video from images ====== | ||
- | |||
- | <code bash> | ||
- | ffmpeg -r 1/5 -start_number 2 -i img%03d.png -c:v libx264 -r 30 -pix_fmt yuv420p out.mp4 | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | < | ||
- | img001.jpg | ||
- | img002.jpg | ||
- | img003.jpg | ||
- | </ | ||
- | |||
- | </ | ||
ffmpeg/create_a_video_from_images.1686672411.txt.gz · Last modified: 2023/06/13 16:06 by peter