1. Home
  2. Browse
  3. ffmpeg

ffmpeg

v7.1.1#1Latest

A library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.

FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations.

Install

Run the following Vcpkg command to install the port.

vcpkg install ffmpeg

Usage

ffmpeg provides CMake integration:

find_package(FFMPEG REQUIRED)

target_include_directories(main PRIVATE ${FFMPEG_INCLUDE_DIRS})

target_link_directories(main PRIVATE ${FFMPEG_LIBRARY_DIRS})

target_link_libraries(main PRIVATE ${FFMPEG_LIBRARIES})

ffmpeg provides pkg-config modules:

# FFmpeg codec library

libavcodec

# FFmpeg device handling library

libavdevice

# FFmpeg audio/video filtering library

libavfilter

# FFmpeg container format library

libavformat

# FFmpeg utility library

libavutil

# FFmpeg audio resampling library

libswresample

# FFmpeg image rescaling library

libswscale

Features

Dependencies

See source

Version

v7.1.1#1

Publication

Supports

All

GitHub

ffmpeg/ffmpeg

Homepage

ffmpeg.org

Subtree

1ee0653352

License

Complex license

Definition

Manifest