User Tools

Site Tools


ffmpeg:create_a_video_from_images

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ffmpeg:create_a_video_from_images [2025/01/02 22:45] peterffmpeg: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 
-</code> 
- 
-<WRAP info> 
-**NOTE:**  This creates a video file from multiple images, such as: 
- 
-<code> 
-img001.jpg 
-img002.jpg 
-img003.jpg 
-</code> 
- 
-</WRAP> 
- 
----- 
- 
-===== Add all images with jpg extension to the output video ===== 
- 
-<code bash> 
-ffmpeg -framerate 1 -pattern_type glob -i '*.jpg' video.mp4 
-</code> 
- 
----- 
- 
-===== Create video from frames ===== 
- 
-<code bash> 
-ffmpeg -y -framerate $(frames) -pattern_type glob -i '$(path)/*.jpg' out.mp4 
-</code> 
ffmpeg/create_a_video_from_images.1735857920.txt.gz · Last modified: 2025/01/02 22:45 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki