Skip to content

Commit 132db2f

Browse files
committed
Add instructions for gif output and add gif to readme
1 parent 4fa4096 commit 132db2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# save2vid
22
A **savegame visualizer** for Paradox Interactive's [Europa Universalis IV](http://www.europauniversalis4.com/) that renders the political map mode over time as a configurable video using *ffmpeg*.
33

4-
![Sample map preview](doc/map.png)
4+
![Sample map preview](doc/map.gif)
55

66
## Setup
77
* Install [ffmpeg](https://ffmpeg.org/download.html).
@@ -13,7 +13,7 @@ A **savegame visualizer** for Paradox Interactive's [Europa Universalis IV](http
1313
* Change `config/default.js` to match your game path and output preferences. See [configuration](#configuration) for details.
1414
* `node app.js [path to your uncompressed save file]`
1515

16-
Make sure EU4 is installed in the specified directory and ffmpeg is in your path.
16+
Make sure EU4 is installed in the specified directory and ffmpeg is in your path. You can use ffmpeg to produce a gif: `ffmpeg -ss 00:00:00.000 -i out/video1.mp4 -pix_fmt rgb24 -r 1 -t 00:00:10.000 output.gif`
1717

1818
## Compatibility
1919
* Use a recent version of Node.js. Tested with 6.5.0, but should work in older versions.

doc/map.gif

860 KB
Loading

0 commit comments

Comments
 (0)