Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:video [2024/04/12 23:20]
cyril [mp3] mp3cut usage
software:video [2024/05/12 22:48] (current)
cyril [ffmpeg]
Line 183: Line 183:
 </code> </code>
  
-  * encode video from images sequence:<code> +  * encode video from images sequence (eg for timelapse):<code> 
-ffmpeg -r 50 -i 01/all/image_1_%07d.pgm -r 50 -c:v libx264 -b:v 800k video_01.avi+ffmpeg -r 50 -i 01/all/image_1_%07d.pgm -c:v libx264 -b:v 800k video_01.avi 
 +ffmpeg -r 10 -pattern_type glob -i "*.JPG" -c:v libsvtav1 -qp 20 video.mp4
 </code> </code>
  
software/video.1712964017.txt.gz · Last modified: 2024/04/12 23:20 by cyril
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0