Decrease animated snapshot resolution

This commit is contained in:
Zach Fox 2016-11-15 12:14:22 -08:00
parent 5e8afb04c7
commit ad5c3e6f15

View file

@ -20,7 +20,7 @@
// If the snapshot width or the framerate are too high for the
// application to handle, the framerate of the output GIF will drop.
#define SNAPSNOT_ANIMATED_WIDTH (720)
#define SNAPSNOT_ANIMATED_WIDTH (480)
// This value should divide evenly into 100. Snapshot framerate is NOT guaranteed.
#define SNAPSNOT_ANIMATED_TARGET_FRAMERATE (25)
#define SNAPSNOT_ANIMATED_DURATION_SECS (3)