this part need a lot of more work !

This commit is contained in:
tTh
2023-02-11 17:00:58 +01:00
parent 87191666b4
commit 6c9f562c13
13 changed files with 84 additions and 50 deletions

View File

@@ -2,7 +2,7 @@
set -e
POVOPT=" -q9 +a -W1024 -H768 +WT2 -d -v "
POVOPT=" -q9 +a -W1280 -H1024 +WT2 -d -v "
SOURCE="vision.pov"
TMPF="/dev/shm/gravfield.png"
@@ -29,10 +29,12 @@ convert ${TMPF} \
-fill Orange \
-annotate +15+22 "$timestamp" \
-annotate +15+48 "$texte" \
-pointsize 16 \
-pointsize 14 \
-gravity south-west \
-annotate +15+9 "tTh & Konrad" \
${outfile}
sleep 3
}
# ---------------------------------------
@@ -51,5 +53,6 @@ ffmpeg -nostdin \
-metadata artist='---{ tTh and Konrad }---' \
-metadata title="Experiment on Gravity Field" \
-c:v libx264 -pix_fmt yuv420p \
bar.mp4
-preset veryslow \
gravity-field.mp4