当前位置:网站首页>Ffmpeg download and installation tutorial and introduction
Ffmpeg download and installation tutorial and introduction
2022-07-03 03:34:00 【Water W】
Catalog
One 、 Download and install
(1) Enter official website Download FFmpeg

(2) Select the corresponding system according to your computer and click . I chose yes windows, Select the one that appears below “Windows builds from gyan.dev”,
(3) Choose one of the stable versions to download ,

(4) Wait for download to complete ,


(5) After downloading the compressed file , Unzip the file .

(6) take bin Folder added to Windows Environment path variable , In this way, we can run the tool without specifying the full path every time . Search for environment variables in the search bar , Then click environment variables .
open “ Start ”, Search and edit environment variables , open ,

find Path System variables , Click on “ edit ”,

(7) stay Path Create a new one in
Be careful : find Under your own installation path bin To create a new path

You can see , my bin Path is
D:\ffmpeg-5.0.1-essentials_build\ffmpeg-5.0.1-essentials_build\bin
So click the path in the user variable , Click New , And paste bin Full path folder .

Click on “ determine ”, Until I quit .
(8) Verify that the installation was successful , Open Command Prompt cmd Window input command , If you see it printed out FFmpeg edition , said FFmpeg Installation successful .
ffmpeg -version
OK, Returned to the installed version , Installation is successful .
Two 、FFmpeg Introduce
FFmpeg Has been used for YouTube and iTunes And other core processing of video platform . Most of us use things like VLC Such a media player to play video files .VLC Use FFmpeg Library as its core . Some video editors and mobile applications are also used behind the scenes FFmpeg. The code uses C language-written , And optimized for the best performance . Its commands are easy to run .
Set up FFmpeg Before , You need to know something . There is no official version of any operating system . But it is an open source project , You can get it from the Internet FFmpeg Source code . therefore , You can choose to build it yourself from the source code .
Some famous libraries are :
- libavcodec — contain FFmpeg All encoders and decoders supported .
- libavformat — Have all multiplexers and demultiplexers that handle various container formats .
- libavfilter — It consists of many filters , You can use them to modify audio or video as needed .
- libavdevice—— Support a variety of different input and output devices .
- libavutil — Assist in portable multimedia programming .
- libswscale — Perform highly optimized image scaling and color space and pixel format conversion .
- libswresample — Perform highly optimized audio resampling 、 Remix and sample format conversion operations .
Some tools are :
- FFmpeg — Main transcoding engine . It is usually called from the command line or other processes .
- ffplay — The smallest tool for playing audio or video .
- ffprobe — Quickly check the media to extract valuable information , For example, how many streams are there in the media 、 Frame rate of video, etc .
边栏推荐
- ffmpeg之 一张/多张图片合成视频
- 可分离债券与可转债
- Pytoch configuration
- 渤、黄海的潮汐特征
- Hi3536c v100r001c02spc040 cross compiler installation
- Summary of electromagnetic spectrum
- [mathematical logic] propositional logic (propositional and connective review | propositional formula | connective priority | truth table satisfiable contradiction tautology)
- FileZilla Client下载安装
- Don't use the new Dede collection without the updated Dede plug-in
- Solve high and send system Currenttimemillis Caton
猜你喜欢

Nanning water leakage detection: warmly congratulate Guangxi Zhongshui on winning the first famous brand in Guangxi

On the adjacency matrix and adjacency table of graph storage

Introduction à mongodb

Recursion: quick sort, merge sort and heap sort

渤、黄海的潮汐特征

Section 26 detailed explanation and demonstration of IPSec virtual private network configuration experiment - simulation experiment based on packettracer8.0

softmax的近似之NCE详解

Avec trois. JS fait une scène 3D simple

Pytoch configuration

PHP generates PDF tcpdf
随机推荐
Summary of determinant knowledge points in Chapter 1 of Linear Algebra (Jeff's self perception)
释放数据力量的Ceph-尚文网络xUP楠哥
Idea format code idea set shortcut key format code
C语言HashTable/HashSet库汇总
The series of hyperbolic function in daily problem
Don't use the new Dede collection without the updated Dede plug-in
MongoDB安装 & 部署
Introduction à mongodb
【DRM】DRM bridge驱动调用流程简单分析
[combinatorics] number of solutions of indefinite equations (number of combinations of multiple sets R | number of non negative integer solutions of indefinite equations | number of integer solutions
Applet get user avatar and nickname
900w+ data, from 17s to 300ms, how to operate
程序员新人上午使用 isXxx 形式定义布尔类型,下午就被劝退?
Pytorch配置
docker安装及启动mysql服务
403 error displayed when vs cloning
别再用 System.currentTimeMillis() 统计耗时了,太 Low,StopWatch 好用到爆!
Why does thread crash not cause JVM crash
Nce detail of softmax approximation
Vs 2019 configuration tensorrt