FFmpeg Quick Start in Windows

Source: Internet
Author: User


FFmpeg Quick Start in Windows

Author: A. TNG
Email: Jiyucn@163.com
Refer: Http://www.ffmpeg.com.cn/

FFmpeg Introduction

What is FFmpeg?

FFmpeg is a complete solution for recording, conversion, and streaming audio and video, includingLibavcodec, A set of leading Audio/Video Codec class libraries. FFmpeg is developed on Linux and can be compiled in most operating systems, including Windows.


Note

  • FFmpeg is highly dependent on GCC, so it is not easy to compile FFmpeg with VC even on Windows. Use GCC to compile FFmpeg as much as possible.

The official FFmpeg website is http://ffmpeg.mplayerhq.hu /.

Chinese Wiki is http://www.ffmpeg.com.cn/, a lot of information.


Composition of FFmpeg

FFmpeg consists of the following parts:

  • Libavcodec: a library that contains all FFmpeg audio/video codecs. To ensure optimal performance and high reusability, most codecs are developed from scratch.

  • Libavformat: a library that contains all the normal audio and video formats.

  • The three instances are complex and can be used as API User Manual:
    • Ffmpeg: Specifies the video format conversion program of the command line.
    • Ffplay: Specifies the video playing program. (SDL support required)
    • Ffserver: Multimedia Server

After learning about the composition structure, you will find that if you are looking for a video format conversion method, FFmpeg is definitely your first choice,LibavcodecIt is the weight of weight. If the API is not used, see ffmpeg. c, ffplay. c, ffserver. c, apiexample. c (Decoding), and output_example.c (encoding ).


FFmpeg Compilation

To use FFmpeg, the first step is to compile. For Linux users, see <

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.