mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-26 07:52:05 +03:00
adding some gifs to the front page
This commit is contained in:
parent
1567664b43
commit
f68fe3fd11
@ -8,3 +8,7 @@ to this work, but is otherwise unaffiliated with it.
|
|||||||
|
|
||||||
This is currently an experimental project. Please contact me at
|
This is currently an experimental project. Please contact me at
|
||||||
<dabreegster@gmail.com> if you're interested in the premise of this game.
|
<dabreegster@gmail.com> if you're interested in the premise of this game.
|
||||||
|
|
||||||
|
![traffic signal UI](docs/demos/traffic_signals.gif)
|
||||||
|
|
||||||
|
![agents moving](docs/demos/movement.gif)
|
||||||
|
BIN
docs/demos/movement.gif
Normal file
BIN
docs/demos/movement.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
BIN
docs/demos/traffic_signals.gif
Normal file
BIN
docs/demos/traffic_signals.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 MiB |
@ -1,5 +1,5 @@
|
|||||||
# Videos
|
# Videos
|
||||||
|
|
||||||
ffmpeg -f x11grab -r 25 -s 1024x768 -i :0.0 -vcodec huffyuv raw.avi
|
ffmpeg -f x11grab -r 25 -s 1920x1080 -i :0.0 -vcodec huffyuv raw.avi
|
||||||
|
|
||||||
ffmpeg -ss 10.0 -t 5.0 -i raw.avi -f gif screencast.gif
|
ffmpeg -ss 10.0 -t 5.0 -i raw.avi -f gif -filter_complex "[0:v] fps=12,scale=1024:-1,split [a][b];[a] palettegen [p];[b][p] paletteuse" screencast.gif
|
||||||
|
Loading…
Reference in New Issue
Block a user