pickover evolutif
This commit is contained in:
15
Fraktalism/encode.sh
Executable file
15
Fraktalism/encode.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
DDIR="frames/pick3d"
|
||||
|
||||
echo "Encoding from " $DDIR
|
||||
|
||||
ffmpeg -nostdin \
|
||||
-loglevel warning \
|
||||
-y -r 25 -f image2 -i $DDIR/%05d.png \
|
||||
-metadata artist='---[ tTh ]---' \
|
||||
-metadata title='---[ experiment ]---' \
|
||||
-c:v libx264 -pix_fmt yuv420p \
|
||||
clifford-evolv-0.mp4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user