timelapse
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| timelapse [2019/11/18 11:11] – jose | timelapse [2022/04/18 06:15] (current) – removed jose | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | http:// | ||
| - | |||
| - | ffmpeg -i ' | ||
| - | |||
| - | |||
| - | avconv -y -r 10 -i ' | ||
| - | |||
| - | ====== Añadir hora: ====== | ||
| - | Para un fichero del tipo: 20191116_1146.jpeg | ||
| - | |||
| - | < | ||
| - | #!/bin/bash | ||
| - | while read linea | ||
| - | do | ||
| - | hora=`echo $linea | awk -F_ {' | ||
| - | minuto=`echo $linea | awk -F_ {' | ||
| - | convert -pointsize 40 -fill yellow -draw 'text 600,400 "' | ||
| - | done < <(ls *jpeg) | ||
| - | </ | ||
timelapse.1574075482.txt.gz · Last modified: by jose
