Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
pub:linux-timelapse [2014/06/10 11:08] Marco Kragepub:linux-timelapse [2014/06/10 11:20] (aktuell) Marco Krage
Zeile 12: Zeile 12:
 height 720 height 720
 quality 90 quality 90
 +snapshot_interval 5
 target_dir /tmp/motion target_dir /tmp/motion
 snapshot_filename %s snapshot_filename %s
Zeile 19: Zeile 20:
  
 ===== Create Timelapse Video ===== ===== Create Timelapse Video =====
-<code bash>+Das Paket ffmpeg ist jetzt unter ''libav-tools'' zu finden 
 + 
 +  apt-get install libav-tools 
 + 
 +<code bash timelapse.sh>
 # change to motion storage # change to motion storage
 cd /tmp/motion cd /tmp/motion
Zeile 43: Zeile 48:
  
 ===== Live Image in Browser ===== ===== Live Image in Browser =====
-<code html>+Läd einmal pro Sekunde das angegebende Bild neu. 
 +<code html webcam.html>
 <html> <html>
 <body> <body>
 <style> <style>
 * { box-sizing: border-box; } * { box-sizing: border-box; }
-html, body, iframe { height: 100%; width: 100%; margin: 0; padding: 0; }+html, body { height: 100%; width: 100%; margin: 0; padding: 0; }
 img { max-width: 100%; max-height: 100%; } img { max-width: 100%; max-height: 100%; }
 </style> </style>
pub/linux-timelapse.1402391316.txt.gz · Zuletzt geändert: 2014/06/10 11:08 von Marco Krage