Skip to content

Commit

Permalink
Add 30fps output setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffski committed Dec 30, 2020
1 parent 6f7eb99 commit fb66602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/images.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ timeline
let output = new Shotstack.Output;
output
.setFormat('mp4')
.setResolution('sd');
.setResolution('sd')
.setFps(30);

let edit = new Shotstack.Edit;
edit
Expand Down

0 comments on commit fb66602

Please sign in to comment.