分享

Install FFmpeg Under Windows the Easy Way

 鸥友 2018-01-01

FFmpeg is a comprehensive—and for some the de facto standard—software library collection for video conversion on Linux and BSD platforms. While some Linux distributions (e.g., Ubuntu, Gentoo, Slackware, Arch Linux, OpenSuSE) include FFmpeg, Windows users have to install additional packages to setup FFmpeg: MinGW/MSYS or cygwin or a special version of the gcc compiler with related tools or MSVC.

For those who find compiling FFmpeg tedious can use FFmpeg builds. Download and unzip the static package from http://ffmpeg./builds/. This FFmpeg build was configured with the following:

  --disable-static
  --enable-shared
  --enable-gpl
  --enable-version3
  --disable-w32threads
  --enable-avisynth
  --enable-bzlib
  --enable-fontconfig
  --enable-frei0r
  --enable-gnutls
  --enable-iconv
  --enable-libass
  --enable-libbluray
  --enable-libbs2b
  --enable-libcaca
  --enable-libdcadec
  --enable-libfreetype
  --enable-libgme
  --enable-libgsm
  --enable-libilbc
  --enable-libmodplug
  --enable-libmp3lame
  --enable-libopencore-amrnb
  --enable-libopencore-amrwb
  --enable-libopenjpeg
  --enable-libopus
  --enable-librtmp
  --enable-libschroedinger
  --enable-libsoxr
  --enable-libspeex
  --enable-libtheora
  --enable-libtwolame
  --enable-libvidstab
  --enable-libvo-aacenc
  --enable-libvo-amrwbenc
  --enable-libvorbis
  --enable-libvpx
  --enable-libwavpack
  --enable-libwebp
  --enable-libx264
  --enable-libx265
  --enable-libxavs
  --enable-libxvid
  --enable-lzma
  --enable-decklink
  --enable-zlib

Done! You are now ready to use FFmpeg on Windows. The folder structure contains ffmpeg.exe in the bin folder, which can be executed from the command line and supports a variety of parameters, as revealed by ffmpeg -help:

FFmpeg -help

The available codecs can be listed using the ffmpeg -codecs command:

FFmpeg -codecs

Note that FFmpeg is open source, so developers can use the FFmpeg source code for their own projects, as long as they provide the right attribution.

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多