Create a stop motion video with ffmpeg: Unterschied zwischen den Versionen

Aus Markus' Wiki
Wechseln zu: Navigation, Suche
(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…“)
 
(kein Unterschied)

Aktuelle Version vom 27. Juni 2016, 22:55 Uhr

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/