Fortraneries/BloubWorld/encode.sh

14 lines
285 B
Bash
Raw Permalink Normal View History

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