remove file formats

This commit is contained in:
JMARyA 2024-02-29 14:42:27 +01:00
parent b7286a509c
commit aab318b25e
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 5 additions and 64 deletions

View file

@ -9,7 +9,7 @@ FFmpeg is a free and open-source software project consisting of a suite of libra
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](../../internet/websites/clearnet/YouTube.md) and Bilibili. Encoders and decoders for many audio and video [file formats](../../files/File%20Formats.md) are included, making it highly useful for the transcoding of common and uncommon media files.
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](../../internet/websites/clearnet/YouTube.md) and Bilibili. Encoders and decoders for many audio and video [file formats](../../files/MIME.md) are included, making it highly useful for the transcoding of common and uncommon media files.
**Example:**
```shell