User Tools

Site Tools


timelapse

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
timelapse [2020/05/30 13:49] josetimelapse [2020/05/30 14:42] jose
Line 1: Line 1:
 http://mahugh.com/2015/04/29/creating-time-lapse-videos/#prettyPhoto http://mahugh.com/2015/04/29/creating-time-lapse-videos/#prettyPhoto
  
-  ffmpeg -r 24 -pattern_type glob -i '*.jpeg' -s hd1080 -vcodec libx264 timelapse.mp4+  ffmpeg -r 24 -pattern_type glob -i '*.jpeg' -vcodec libx264 timelapse.mp4
  
 +Si añadimos -s hd1080 nos hace formato 1080 que es 1920x1080
  
-avconv -y -r 10 -i '%*.jpg' -r 10 -vcodec libx264 -q:v 3  -vf crop=800:600,scale=iw:ih timelapse.mp4+Comando con avconv (deprecated): 
 + 
 +  avconv -y -r 10 -i '%*.jpg' -r 10 -vcodec libx264 -q:v 3  -vf crop=800:600,scale=iw:ih timelapse.mp4
  
 ====== Añadir hora: ====== ====== Añadir hora: ======