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
echo "extension :" $extension
TITLE='---{ experimental }---'
TITLE='---{ voxelisation experimentale }---'
ffmpeg -nostdin \
-loglevel warning \
-y -r 30 -f image2 -i $SDIR/%05d.png \
-metadata artist='---{ tTh }---' \
-metadata artist='--{ tTh des Bourtoulots }--' \
-metadata title="${TITLE}" \
-preset veryslow \
-c:v libx264 -pix_fmt yuv420p \