Skip to content

Commit

Permalink
change timecut URL
Browse files Browse the repository at this point in the history
  • Loading branch information
phiarchitect committed Dec 22, 2020
1 parent e19ce06 commit 8e93bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh/timecut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ D=$(date +"%Y%m%d-%T")
FPS=24
DURATION=10

node node_modules/timecut/cli.js "$1/index.html" \
node node_modules/timecut/cli.js "http://constructions.local/$1" \
--viewport=1920,1080 \
--fps=$FPS\
--duration=$DURATION \
Expand Down

0 comments on commit 8e93bfe

Please sign in to comment.