Introduction · VideoIO.jl (original) (raw)

This library provides methods for reading and writing video files.

Functionality is based on a dedicated build of ffmpeg, provided via JuliaPackaging/Yggdrasil

Explore the source at github.com/JuliaIO/VideoIO.jl

Platform Notes:

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add VideoIO

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("VideoIO")