first step in revamping
This commit is contained in:
@@ -22,7 +22,7 @@ echo "file type :" $filetype
|
||||
|
||||
case $filetype in
|
||||
PNG) extension=".png" ;;
|
||||
Netpbm) extension=".pgm" ;;
|
||||
Netpbm) extension=".pnm" ;;
|
||||
*) extension=".pnm" ;;
|
||||
esac
|
||||
echo "extension :" $extension
|
||||
@@ -32,7 +32,7 @@ TITLE=$(printf -- '---{ experimental gravity field %d }---' $$)
|
||||
ffmpeg -nostdin \
|
||||
-loglevel warning \
|
||||
-y -r 30 -f image2 -i ${SDIR}/%05d${extension} \
|
||||
-metadata artist='---{ tTh }---' \
|
||||
-metadata artist='tTh des Bourtoulots' \
|
||||
-metadata title="${TITLE}" \
|
||||
-c:v libx264 -pix_fmt yuv420p \
|
||||
$FNAME
|
||||
|
||||
Reference in New Issue
Block a user