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 [2019/11/18 11:08] josetimelapse [2019/11/18 11:11] jose
Line 9: Line 9:
 Para un fichero del tipo: 20191116_1146.jpeg Para un fichero del tipo: 20191116_1146.jpeg
  
-</code>+<code>
 #!/bin/bash #!/bin/bash
 while read linea while read linea
Line 17: Line 17:
 convert -pointsize 40 -fill yellow -draw 'text 600,400 "'$hora':'$minuto'" ' $linea data/$linea convert -pointsize 40 -fill yellow -draw 'text 600,400 "'$hora':'$minuto'" ' $linea data/$linea
 done < <(ls *jpeg) done < <(ls *jpeg)
-<code>+</code>