change metadata

This commit is contained in:
tTh
2026-06-13 13:07:37 +02:00
parent 8251db06e2
commit a452cf572b

View File

@@ -30,14 +30,11 @@ case $filetype in
esac esac
echo "extension :" $extension echo "extension :" $extension
TITLE='---{ voxelisation experimentale }---'
TITLE='---{ experimental }---'
ffmpeg -nostdin \ ffmpeg -nostdin \
-loglevel warning \ -loglevel warning \
-y -r 30 -f image2 -i $SDIR/%05d.png \ -y -r 30 -f image2 -i $SDIR/%05d.png \
-metadata artist='---{ tTh }---' \ -metadata artist='--{ tTh des Bourtoulots }--' \
-metadata title="${TITLE}" \ -metadata title="${TITLE}" \
-preset veryslow \ -preset veryslow \
-c:v libx264 -pix_fmt yuv420p \ -c:v libx264 -pix_fmt yuv420p \