Contents

heestand-xyz/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 

Package Metadata

Repository: heestand-xyz/videoframes

Default branch: main

README: README.md