1. Home
  2. Browse
  3. ffmpeg

ffmpeg

v7.1#2Latest

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

To use ffmpeg add the following to your CMake project:

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

Features

Dependencies

See source

Version

v7.1#2

Publication

Supports

All

GitHub

ffmpeg/ffmpeg

Homepage

ffmpeg.org

Subtree

5a1b13ca83

License

Complex license

Definition

Manifest