cramicule is comming !
This commit is contained in:
@@ -25,15 +25,15 @@ echo "file type :" $filetype
|
||||
#
|
||||
case $filetype in
|
||||
PNG) extension=".png" ;;
|
||||
Netpbm) extension=".pgm" ;;
|
||||
Netpbm) extension=".pnm" ;;
|
||||
*) extension=".binary" ;;
|
||||
esac
|
||||
echo "extension :" $extension
|
||||
|
||||
TITLE='---{ voxelisation experimentale }---'
|
||||
TITLE='---{ fortranerie experimentale }---'
|
||||
ffmpeg -nostdin \
|
||||
-loglevel warning \
|
||||
-y -r 30 -f image2 -i $SDIR/%05d.png \
|
||||
-y -r 30 -f image2 -i $SDIR/%05d$extension \
|
||||
-metadata artist='--{ tTh des Bourtoulots }--' \
|
||||
-metadata title="${TITLE}" \
|
||||
-preset veryslow \
|
||||
|
||||
Reference in New Issue
Block a user