Compare commits

...

2 Commits

Author SHA1 Message Date
tTh
6d5c8d6c5f pass number of frame by povray command line 2026-06-17 06:28:47 +02:00
tTh
a452cf572b change metadata 2026-06-13 13:07:37 +02:00
3 changed files with 5 additions and 12 deletions

View File

@@ -7,7 +7,8 @@
INCFILE="WS/bloubs.inc" INCFILE="WS/bloubs.inc"
TMPPNG="/dev/shm/bloubs7.png" TMPPNG="/dev/shm/bloubs7.png"
POVOPT="+Q9 +a -v -d -W1920 -H1080 -WT4" NBIMG=2000
POVOPT="+Q9 +a -v -d Declare=NbFrames=$NBIMG -W1920 -H1080 -WT4"
DDIR="frames/a" DDIR="frames/a"
LOGERR="log.error" LOGERR="log.error"
TXTCOLOR="#db4090" TXTCOLOR="#db4090"
@@ -19,7 +20,6 @@ BARYDATAS="WS/log.barycentres"
BLBS_IN="/dev/shm/in.blbs" BLBS_IN="/dev/shm/in.blbs"
BLBS_OUT="/dev/shm/out.blbs" BLBS_OUT="/dev/shm/out.blbs"
NBIMG=2000
make all make all
err=$? err=$?
@@ -28,8 +28,6 @@ if [ $err -ne 0 ] ; then
exit 1 exit 1
fi fi
printf "\n#declare NbImg = %d;\n" $NBIMG > WS/nbimg.inc
# #
# first, we have to make a seminal buch of bloubs # first, we have to make a seminal buch of bloubs
# --> this function need to be parametrizable # --> this function need to be parametrizable

View File

@@ -11,9 +11,7 @@ global_settings {
#include "colors.inc" #include "colors.inc"
#include "WS/nbimg.inc" #declare NormClock = clock / NbFrames;
#declare NormClock = clock / NbImg;
// ---------------------------------------------------------- // ----------------------------------------------------------

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 \