Create a stop motion video with ffmpeg

Aus Markus' Wiki
Version vom 27. Juni 2016, 22:55 Uhr von Markus (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Here is the command: ffmpeg -qscale 5 -r 4 -b 9600 -i camera/bild_%04d.jpg camera/filmchen.mp4 Source: http://raspberrypiguide.de/howtos/raspberry-pi-camer…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

Here is the command:

ffmpeg -qscale 5 -r 4 -b 9600 -i camera/bild_%04d.jpg camera/filmchen.mp4

Source:

http://raspberrypiguide.de/howtos/raspberry-pi-camera-how-to/