Compare commits

..

No commits in common. "5706911bdea38609892b1a091bfa8f4d817f20d1" and "876d574eec6a5e82cdd6edd16f4145a8a64c1f9c" have entirely different histories.

3 changed files with 3 additions and 14 deletions

View File

@ -1,14 +1,4 @@
# statics datas
This directory is the home of things like :
Things like `height_fields` or `image_map` files...
- `height_fields`, or « Champs d'altitude »
- `image_map`, or « Papier peint »
But you have to provide your homebrewed one, who must be of high
quality, larger than 512x512 pixels. On the other side, you are
free to experiment with ugly files *:)*
You can also see the colors for the EGA conversion :
![16 colors](ega-16colors.png), used by this
[script](tools/build-ega-mp4.sh).

View File

@ -35,4 +35,4 @@ done
ff_encodage "EGA/" "ega-$SEQ.mp4"
fin=$(date +%s)
echo "$SEQ -> ega" $(( fin-debut )) "secondes" >> WS/log
echo "$SEQ -> EGA" $(( fin-debut )) "secondes" >> WS/log

View File

@ -62,6 +62,5 @@ echo
ff_encodage $SEQNAME wip-${SEQNAME}.mp4
echo "build of $SEQNAME done" | tee -a WS/log
echo "+------- build of $SEQNAME done"