Exploring FFMPEG libav video codecs with C++ and CMake on Windows

Описание к видео Exploring FFMPEG libav video codecs with C++ and CMake on Windows

Exploring FFMPEG libav video codecs with C++ and CMake on Windows
Join our little discord server, we'll be happy to have you there:
http://discord.codotaku.com
Share the channel with your nerdy friends!
http://codotaku.com

FFMPEG (from Wikipedia):
FFmpeg is a free and open-source software project consisting of a suite of libraries and programs for handling video, audio, and other multimedia files and streams. At its core is the command-line ffmpeg tool itself, designed for processing video and audio files. It is widely used for format transcoding, basic editing (trimming and concatenation), video scaling, video post-production effects, and standards compliance (SMPTE, ITU).

FFmpeg also includes other tools: ffplay, a simple media player, and ffprobe, a command-line tool to display media information. Among included libraries are libavcodec, an audio/video codec library used by many commercial and free software products, libavformat (Lavf), an audio/video container mux and demux library, and libavfilter, a library for enhancing and editing filters through a GStreamer-like filtergraph.

FFmpeg is part of the workflow of many other software projects, and its libraries are a core part of software media players such as VLC, and has been included in core processing for YouTube and Bilibili. Encoders and decoders for many audio and video file formats are included, making it highly useful for the transcoding of common and uncommon media files.

FFmpeg is published under the LGPL-2.1-or-later or GPL-2.0-or-later, depending on which options are enabled.

Комментарии

Информация по комментариям в разработке