You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# save2vid
2
2
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*.
@@ -13,7 +13,7 @@ A **savegame visualizer** for Paradox Interactive's [Europa Universalis IV](http
13
13
* Change `config/default.js` to match your game path and output preferences. See [configuration](#configuration) for details.
14
14
*`node app.js [path to your uncompressed save file]`
15
15
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`
17
17
18
18
## Compatibility
19
19
* Use a recent version of Node.js. Tested with 6.5.0, but should work in older versions.
0 commit comments