Skip to content

Commit

Permalink
videotape: round frames = fps*duration
Browse files Browse the repository at this point in the history
  • Loading branch information
azimut committed Nov 5, 2024
1 parent 72fcd21 commit 13f7d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/videotape.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@
(with-videotape (fps duration filename width height)
(with-viewport (make-viewport `(,width ,height))
(record-render :stop)
(record-render :start (* fps duration))))
(record-render :start (round (* fps duration)))))
(skitter-cleanup))

0 comments on commit 13f7d45

Please sign in to comment.