FFmpeg

From ytptenniswiki
Revision as of 01:26, 14 October 2024 by Admin (talk | contribs) (Created page with "Category:FOSS Programs Category:Programs '''FFmpeg''' is a collection of libraries for handling audio and video. It is used primarily in Linux, however ports for most other operating systems exist. It's often considered the "swiss army knife" of simple AV manipulation, being able to convert between tons of file formats, along with manipulating subtitles and simple effects (like transformations). https://ffmpeg.org/ https://ffmpeg-batch.sourceforge.io/ - A...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


FFmpeg is a collection of libraries for handling audio and video. It is used primarily in Linux, however ports for most other operating systems exist. It's often considered the "swiss army knife" of simple AV manipulation, being able to convert between tons of file formats, along with manipulating subtitles and simple effects (like transformations).

https://ffmpeg.org/

https://ffmpeg-batch.sourceforge.io/ - A GUI frontend for FFmpeg with a focus on batch conversion

Usage

FFmpeg is, standalone, a CLI (command line) only tool.