increase video size

This commit is contained in:
Tonton Th 2025-01-16 15:07:06 +01:00
parent cf899967ce
commit 1eac9d4cfc
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ NBFRAMES=360
echo "Running $0 $SEQNAME" >> WS/log echo "Running $0 $SEQNAME" >> WS/log
DIMS="-W1024 -H768" DIMS="-W1280 -H1024"
POVOPT="+q9 +A -d ${DIMS} -WT6" POVOPT="+q9 +A -d ${DIMS} -WT6"
echo $POVOPT ; echo ; sleep 2 echo $POVOPT ; echo ; sleep 2

View File

@ -46,7 +46,7 @@ END { \
# cat -n $TMPFILE | tail # ; exit # cat -n $TMPFILE | tail # ; exit
gnuplot << __EOC__ gnuplot << __EOC__
set term png size 1024,768 set term png size 1280,1024
set output "timing.png" set output "timing.png"
set grid set grid
set xrange [:360] set xrange [:360]