ffmpeg
ist ein mächtiges Werkzeug zur Bearbeitung von Bild- und Videodaten. Hier ein paar nützliche Kommandos:
fmpeg -framerate Z -pattern_type glob -i ‘*.jpeg’ -vcodec mpeg4 -y test.avi
ffmpeg -f concat -safe 0 -i DATEI -y test.avi
DATEI
verweist auf eine Datei mit folgendem Inhalt:file 'bild.jpeg' duration 0.5 file ...
ffmpeg -y -i test.avi -i ton.mp3 -acodec copy -vcodec copy -map 0:0 -map 0:1 film.avi
Powered by w3.css