ffmpeg安装(windows)

ffmpeg安装-windows

前言

ffmpeg的安装也是开箱即用的,并没有小码哥说的那么难

ffmpeg安装路径


这就下载好了!

安装说明

将上面的bin目录加入到环境变量,然后在cmd中测试一下:

bash 复制代码
C:\Users\12114\Desktop\test\TaskmgrPlayer\x64\Debug>ffmpeg -i BadApple.flv audio.wav -y
ffmpeg version 2024-11-28-git-bc991ca048-essentials_build-www.gyan.dev Copyright (c) 2000-2024 the FFmpeg developers
  built with gcc 14.2.0 (Rev1, Built by MSYS2 project)
  configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-ffnvcodec --enable-libvpl --enable-nvdec --enable-nvenc --enable-vaapi --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband
  libavutil      59. 47.101 / 59. 47.101
  libavcodec     61. 26.100 / 61. 26.100
  libavformat    61.  9.100 / 61.  9.100
  libavdevice    61.  4.100 / 61.  4.100
  libavfilter    10.  6.101 / 10.  6.101
  libswscale      8. 12.100 /  8. 12.100
  libswresample   5.  4.100 /  5.  4.100
  libpostproc    58.  4.100 / 58.  4.100
Input #0, flv, from 'BadApple.flv':
  Metadata:
    metadatacreator : Yet Another Metadata Injector for FLV - Version 1.8
    hasKeyframes    : true
    hasVideo        : true
    hasAudio        : true
    hasMetadata     : true
    canSeekToEnd    : true
    datasize        : 14106509
    videosize       : 12158100
    audiosize       : 1884353
    lasttimestamp   : 219
    lastkeyframetimestamp: 219
    lastkeyframelocation: 14107750
  Duration: 00:03:39.07, start: 0.000000, bitrate: 515 kb/s
  Stream #0:0: Video: h264 (High), yuv420p(progressive), 512x384, 441 kb/s, 30 fps, 30 tbr, 1k tbn
  Stream #0:1: Audio: aac (LC), 44100 Hz, stereo, fltp, 65 kb/s
Stream mapping:
  Stream #0:1 -> #0:0 (aac (native) -> pcm_s16le (native))
Press [q] to stop, [?] for help
Output #0, wav, to 'audio.wav':
  Metadata:
    metadatacreator : Yet Another Metadata Injector for FLV - Version 1.8
    hasKeyframes    : true
    hasVideo        : true
    hasAudio        : true
    hasMetadata     : true
    canSeekToEnd    : true
    datasize        : 14106509
    videosize       : 12158100
    audiosize       : 1884353
    lasttimestamp   : 219
    lastkeyframetimestamp: 219
    lastkeyframelocation: 14107750
    ISFT            : Lavf61.9.100
  Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s
    Metadata:
      encoder         : Lavc61.26.100 pcm_s16le
[out#0/wav @ 00000233d6dd22c0] video:0KiB audio:37752KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.000202%
size=   37752KiB time=00:03:39.14 bitrate=1411.2kbits/s speed=1.85e+03x
相关推荐
n***632733 分钟前
DeepSeek API 调用 - Spring Boot 实现
windows·spring boot·后端
I***26152 小时前
Windows环境下安装Redis并设置Redis开机自启
数据库·windows·redis
localbob3 小时前
Windows 11跳过微软账户登录的三种方法(支持家庭版和专业版) Windows 11 跳过微软账户、本地账户安装、OOBE命令、注册表修改、bypassnro
windows·microsoft·win11·win11本地账户·windows添加本地账户·windows跳过微软
6***v4173 小时前
windows手动配置IP地址与DNS服务器以及netsh端口转发
服务器·windows·tcp/ip
晨晖23 小时前
MyBatisPlus的条件构造器
java·数据库·windows
好好沉淀4 小时前
IDEA如何设置以新窗口打开新项目
linux·windows·intellij-idea
谷雪_6584 小时前
Windows硬盘管理实战:从基本磁盘到RAID-5卷全流程实验指南
windows·磁盘管理·服务器管理·基本磁盘·动态磁盘
mortimer5 小时前
视频自动翻译里的“时空折叠”:简单实用的音画同步实践
python·ffmpeg·aigc
j***29485 小时前
如何在Windows系统上安装和配置Node.js及Node版本管理器(nvm)
windows·node.js