Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 228 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 228 Bytes

video-snapshot

Library for taking snapshots from videos

Example:

(use 'vs.core)

@(create-snapshot
   "/tmp/testvideo.mp4"
   0.20
   "image/png")

; {:error nil, :result /tmp/snapshot5938238847113782779.png}