VideoFrames

main

Convert between Video and Image Frames
heestand-xyz/VideoFrames

VideoFrames

Convert between Video and Image Frames

Install

.package(url: "https://github.com/heestand-xyz/VideoFrames", from: "0.1.0")

Example

func convertVideoToFrames(from url: URL, force: Bool = false) async throws -> [_Image]

CLI

To use the command line tools add VideoToFrames or FramesToVideo to /usr/local/bin/

$ VideoToFrames ~/Desktop/video.mov ~/Desktop/video_frames/ --format jpg --quality 0.8 
$ FramesToVideo ~/Desktop/video_frames ~/Desktop/video.mov --fps 30 --kbps 1000 

Description

  • Swift Tools 6.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Wed May 14 2025 17:11:13 GMT-0900 (Hawaii-Aleutian Daylight Time)