Fortraneries/BloubWorld/encode.sh

14 lines
398 B
Bash
Raw Normal View History

2022-02-08 02:53:49 +01:00
#!/bin/bash
DDIR="frames/"
ffmpeg -nostdin \
-loglevel info \
-y -r 25 -f image2 -i $DDIR/%05d.png \
-metadata artist='---[ tTh ]---' \
-metadata title='---[ BloubWorld ]---' \
-c:v libx264 -pix_fmt yuv420p \
bloubworld.mp4