Compare commits
No commits in common. "5706911bdea38609892b1a091bfa8f4d817f20d1" and "876d574eec6a5e82cdd6edd16f4145a8a64c1f9c" have entirely different histories.
5706911bde
...
876d574eec
@ -1,14 +1,4 @@
|
|||||||
# statics datas
|
# 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 :
|
|
||||||
, used by this
|
|
||||||
[script](tools/build-ega-mp4.sh).
|
|
||||||
@ -35,4 +35,4 @@ done
|
|||||||
ff_encodage "EGA/" "ega-$SEQ.mp4"
|
ff_encodage "EGA/" "ega-$SEQ.mp4"
|
||||||
|
|
||||||
fin=$(date +%s)
|
fin=$(date +%s)
|
||||||
echo "$SEQ -> ega" $(( fin-debut )) "secondes" >> WS/log
|
echo "$SEQ -> EGA" $(( fin-debut )) "secondes" >> WS/log
|
||||||
|
|||||||
@ -62,6 +62,5 @@ echo
|
|||||||
|
|
||||||
ff_encodage $SEQNAME wip-${SEQNAME}.mp4
|
ff_encodage $SEQNAME wip-${SEQNAME}.mp4
|
||||||
|
|
||||||
echo "build of $SEQNAME done" | tee -a WS/log
|
echo "+------- build of $SEQNAME done"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user