Current location:

FFmpeg multimedia processing tool v5.1.4

Collection
report
FFmpeg is an open source computer program that can be used to record, convert digital audio and video, and convert them into streams. It includes the leading audio/video coding library libavcodec. FFmpeg is developed under Linux, but it can be compiled in most operating systems, including Windows. This project was initiated by Fabrice Bellard and is now hosted by Michael Niedermayer. It can easily realize mutual conversion between multiple video formats, such as
  • Author:
    None
  • Demo site:
    None
  • Current version:
    v5.1.4
  • Date:
    2024-02-05
  • Related links:
    Home Page
  • Classification:
    Utilities C++
  • Software rating:
  • Download popularity:
    one thousand and fifty-five
Free download
Source code details
Free download
Contact customer service/join the group
Source code attribute
to grant authorization Open Source
size 18.09MB
language C++
Operating environment C/C++
Function introduction

FFmpeg is an open source computer program that can be used to record, convert digital audio and video, and convert them into streams. It includes the leading audio/video coding library libavcodec. FFmpeg is developed under Linux, but it can be compiled in most operating systems, including Windows. This project was initiated by Fabrice Bellard and is now hosted by Michael Niedermayer. It can easily realize the mutual conversion between various video formats, for example, the video avi recorded can be converted to the flv format used by video websites.


Project composition:

FFmpeg is an open source computer program that can be used to record, convert digital audio and video, and convert them into streams. It includes the leading audio/video coding library libavcodec, etc.
Libavformat: used to generate and analyze various audio and video packaging formats, including obtaining the information required for decoding to generate decoding context structure
And reading audio and video frames;
Libavcodec: used for various types of audio/image codec;
Libavutil: contains some public utility functions;
Libswscale: used for video scene scaling and color mapping conversion;
Libpostproc: used for post effect processing;
Ffmpeg: a tool provided by the project, which can be used for format conversion, decoding or real-time encoding of TV cards;
Ffsever: an HTTP multimedia real-time broadcast streaming server;
Ffplay: It is a simple player, which is parsed and decoded using ffmpeg library and displayed through SDL;

Paid services
Template/plug-in

Contact customer service

Mobile version

Scan to enter the mobile version

Back to top