Skip to content

Commit

Permalink
revert testing change
Browse files Browse the repository at this point in the history
  • Loading branch information
vlanard committed Nov 2, 2015
1 parent 8656187 commit 13a59b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sprites/makesprites.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#TODO determine optimal number of images/segment distance based on length of video? (so longer videos don't have huge sprites)

USE_SIPS = False #True to use sips if using MacOSX (creates slightly smaller sprites), else set to False to use ImageMagick
USE_SIPS = True #True to use sips if using MacOSX (creates slightly smaller sprites), else set to False to use ImageMagick
THUMB_RATE_SECONDS=45 # every Nth second take a snapshot
THUMB_WIDTH=100 #100-150 is width recommended by JWPlayer; I like smaller files
SKIP_FIRST=True #True to skip a thumbnail of second 1; often not a useful image, plus JWPlayer doesn't seem to show it anyway, and user knows beginning without needing preview
Expand Down

0 comments on commit 13a59b0

Please sign in to comment.