Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Jpg's opslaan in video  (gelezen 680 keer)

Jpg's opslaan in video
« Gepost op: 2016/07/31, 16:31:37 »
Waarom gaat onderstaande fout?

$ sudo add-apt-repository ppa:kdenlive/kdenlive-testing
$ sudo apt-get update && sudo apt-get upgrade
$ sudo apt-get install kdenlive

Heb in de map Downloads enkele jpg foto's gezet.

$ mogrify -resize 800x800 Downloads/*.jpg
$ convert Downloads/*.jpg -delay 10 -morph 10 Downloads/%05d.jpg
$ ffmpeg -r 25 -qscale 2 -i Downloads/%05d.jpg output.mp4
Krijg dan error:
Option qscale (use fixed quality scale (VBR)) cannot be applied to input file Downloads/%05d.jpg -- you are trying to apply an input option to an output file or vice versa. Move this option before the file it belongs to.
Error parsing options for input file Downloads/%05d.jpg.
Error opening input files: Invalid argument