update to current wopzer

This commit is contained in:
tTh 2022-12-05 12:51:22 +01:00
parent f105d95571
commit 8c9625b7df
2 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ case $filetype in
esac
echo "extension :" $extension
TITLE='---{ experimental gravity field }---'
TITLE=$(printf -- '---{ experimental gravity field %d }---' $$)
ffmpeg -nostdin \
-loglevel warning \
@ -37,6 +37,6 @@ ffmpeg -nostdin \
-c:v libx264 -pix_fmt yuv420p \
$FNAME
echo
echo $FNAME ' ..... [done]'

View File

@ -2,9 +2,9 @@
set -e # stop on error
make essai
make animation
time ./essai | tee essai.log
time ./animation | tee animation.log
./encode.sh WS/field/ foo.mp4
./encode.sh WS/nanim/ quux.mp4