update to current wopzer
This commit is contained in:
parent
f105d95571
commit
8c9625b7df
@ -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]'
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user