Skip to content

Releases: bscotch/steam-gifs

Steam Store GIF Generator v0.5.1

26 Nov 20:15
Compare
Choose a tag to compare

Same as last version, but now with a visible version number in the app and builds for Mac and Linux.

Warning

Now building Mac, but these builds might not work! Only the Windows version is tested.

Improvements and Fixes:

  • New GIFs are now sorted first, since those are the ones you probably want to see!
  • Fixed issue with fractional seconds being lost when trimming (e.g. you couldn't start at 1.5 seconds -- it'd always round down to 1 second).
  • Fixed issue where you'd get an error when the output image had odd pixel dimensions. ffmpeg requires even-length pixel dimensions for this set of transformations. This tool now crops an extra pixel if needed to get to an even number instead of erroring out.
  • Now checks for ffmpeg and ffprobe on boot, informing you if they cannot be found. Much less confusing than letting you try to do stuff and then telling you, "WHOOPS SORRY now I can't do it!"
  • Now creating automatic builds via GitHub for Windows, Linux, and Mac!
  • Error messages now direct you to the console (right-click and "Inspect" to see it) rather than confusingly telling you to make sure ffmpeg is available.
  • The local cache is now cleared on start, making it more friendly on your storage
  • The app version is now displayed in the UI so you can tell if you're out of date.

See the README for details and requirements.

steam-gifs-gui.mp4

Steam Store GIF Generator v0.4.0

26 Nov 17:16
Compare
Choose a tag to compare

Improvements and Fixes for the GUI version:

  • New GIFs are now sorted first, since those are the ones you probably want to see!
  • Fixed issue with fractional seconds being lost when trimming (e.g. you couldn't start at 1.5 seconds -- it'd always round down to 1 second).
  • Fixed issue where you'd get an error when the output image had odd pixel dimensions. ffmpeg requires even-length pixel dimensions for this set of transformations. This tool now crops an extra pixel if needed to get to an even number instead of erroring out.
  • Now checks for ffmpeg and ffprobe on boot, informing you if they cannot be found. Much less confusing than letting you try to do stuff and then telling you, "WHOOPS SORRY now I can't do it!"
  • Error messages now direct you to the console (right-click and "Inspect" to see it) rather than confusingly telling you to make sure ffmpeg is available.
  • The local cache is now cleared on start, making it more friendly on your storage

See the README for details and requirements.

steam-gifs-gui.mp4

Steam Store GIF Generator v0.3.0

26 Nov 01:03
Compare
Choose a tag to compare

Now with a GUI version!

See the README for details and requirements.

steam-gifs-gui.mp4

Steam Store GIF Generator v0.2.0

18 Nov 20:27
Compare
Choose a tag to compare

Adds support for specifying more options when generating GIFs:

  • Specify max colors (defaults to 90)
  • Trim (change start/end time)
  • Crop

See the README for details.

Steam Store GIF Generator v0.1.0

12 Nov 22:43
Compare
Choose a tag to compare

First draft of the GIF generator for Steam store pages.