Introduction

Introduction

This library provides methods for reading and writing video files.

Functionality is based on a dedicated build of ffmpeg 4.1, provided via FFMPEGBuilder

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

Platform Nodes:

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")