Распаковка boot img windows

7.1.1 (March 12, 2025)

Visit developer’s site

Download ffmpeg 7.1.1 Windows 64-bit  52MB  Win64  Portable

Download ffmpeg 7.1.1 Mac 64-bit  24MB  Mac64

Download ffmpeg 7.1.1 Mac ARM 64-bit  20MB  MacARM64

Download ffmpeg 7.1.1 Linux  11MB  Linux

Download ffmpeg latest Beta/Nightly Portable Windows 64-bit  52MB  Win64  Portable

Download ffmpeg latest Beta/Nightly Mac  Mac

Download ffmpeg latest Beta/Nightly Linux  52MB  Linux

Download more daily ffmpeg builds here Win

Download even more daily ffmpeg builds here Win

Download ffmpeg old versions Archive

Free software / FOSS (Free and Open Source Software)

Windows Mac OS Linux

version 7.1.1:
avformat/hls: Partially revert «reduce default max reload to 3»
avformat/mov: (v4) fix get_eia608_packet
avformat/iff: Check that we have a stream in read_dst_frame()
avcodec/aac/aacdec_lpd: Limit get_unary()
avcodec/aac/aacdec_usac: Simplify decode_usac_scale_factors()
avcodec/aac/aacdec: Clear SFO on error
avformat/mlvdec: fix size checks
avformat/wavdec: Fix overflow of intermediate in block_align check
avformat/mxfdec: Check edit unit for overflow in mxf_set_current_edit_unit()
avformat/hls: Fix twitter
avcodec/vvc/refs: fix negative pps_scaling_win offsets
libavformat/hls: Be more restrictive on mpegts extensions
avformat/hls: .ts is always ok even if its a mov/mp4
avcodec/h263dec: Check against previous dimensions instead of coded
avformat/hls: Print input format in error message
avformat/hls: Be more picky on extensions
avformat/iamf_parse: ensure there’s at most one of each parameter types in audio elements
avformat/iamf_parse: add missing constrains for num_parameters in audio_element_oub()
avformat/iamf_parse: add missing av_free() call on failure path
lavc/hevcdec: unbreak WPP/progress2 code
fate: Add a dependency on ffprobe for fate-flcl1905
checkasm: aacencdsp: Actually test nonzero values in quant_bands
x86: aacencdsp: Fix negating signed values in aac_quantize_bands
rtmpproto: Avoid rare crashes in the fail: codepath in rtmp_open
configure: Improve the check for the rsync —contimeout option
avutil/downmix_info: add missing semicolon
doc/t2h: Support texinfo 7.1 and 7.2 pretest
avfilter/drawtext: fix memory leak when using «reinit» runtime command
avutil/downmix_info: zero the allocated buffer
avformat/mov: fix overflow in drift timestamp calculation
Changelog: update
avformat/mxfdec: Check avio_read() success in mxf_decrypt_triplet()
avcodec/huffyuvdec: Initialize whole output for decode_gray_bitstream()
avformat/iamf_reader: Initialize padding and check read in ff_iamf_read_packet()
avformat/ipmovie: Check signature_buffer read
avformat/wtvdec: Initialize buf
avcodec/cbs_vp9: Initialize VP9RawSuperframeIndex
avformat/vqf: Propagate errors from add_metadata()
avformat/vqf: Check avio_read() in add_metadata()
avcodec/ffv1enc: Fix RCT for GBR colorspace
avformat/dashdec: Check whitelist
avutil/avstring: dont mess with NULL pointers in av_match_list()
avfilter/vf_v360: Fix NULL pointer use
avcodec/mpegvideo_enc: Check FLV1 resolution limits
avcodec/ffv1enc: Fix handling of 32bit unsigned symbols
avformat/mov: perform sanity checks for heif before index building
avformat/mov: Factorize sanity check out
avcodec/vc1dec: Clear block_index in vc1_decode_reset()
avcodec/aacsbr_template: Clear n_q on error
avformat/iamf_parse: Check output_channel_count
avcodec/osq: Fixes several undefined overflows in do_decode()
swscale/output: Fix undefined overflow in yuv2rgba64_full_X_c_template()
avfilter/af_pan: Fix sscanf() use
avfilter/vf_grayworld: Use the correct pointer for av_log()
avfilter/vf_addroi: Add missing NULL termination to addroi_var_names[]()
avcodec/get_buffer: Use av_buffer_mallocz() for audio same as its done for video
avformat/jpegxl_anim_dec: clear buffer padding
avformat/rmdec: check that buf if completely filled
avcodec/cfhdenc: Clear dwt_tmp
avcodec/hapdec: Clear tex buffer
avformat/mxfdec: Check that key was read sucessfull
avformat/hevc: fix writing hvcC when no arrays are provided in hvcC-formatted input
avformat/rtpdec: int overflow in start_time_realtime
avcodec/decode: Fix incorrect enum type used in side_data_map()
avformat/mov: fix crash when trying to get a fragment time for a non-existing fragment
avformat/libssh: fix credential variables typo
avformat/hlsenc: check return value of avcodec_parameters_copy()
avformat/dashdec: format open_demux_for_component()
avformat/dashdec: check return code of avcodec_parameters_copy()
avformat/dashdec: return ret directly in open_demux_for_component()
avformat/smoothstreamingenc: check return value of avcodec_parameters_copy()
avcodec/cbs_av1: fix variable shadowing in cbs_av1_split_fragment()
doc/demuxers/dvdvideo: seeking is supported, remove outdated statement
avformat/dvdvideodec: check return code of ff_dvdclut_yuv_to_rgb()
avformat/dvdvideodec: fix missing last chapter marker due to off-by-one
avformat/dvdvideodec: don’t allow seeking beyond dvdnav reported duration
avformat/dvdvideodec: discard duplicate or partial AC3 samples
avformat/dvdvideodec: drop packets with unset PTS or DTS
avformat/dvdvideodec: remove unnecessary need_parsing argument
avformat/dvdvideodec: open subdemuxer after initializing IFO headers
avformat/dvdvideodec: remove auto value for menu_lu option
avformat/dvdvideodec: default menu_vts option to 1 and clarify description
avformat/dvdvideodec: check the length of a NAV packet when reading titles
avformat/dvdvideodec: reset the subdemuxer on discontinuity instead of flushing
avformat/dvdvideodec: simplify dvdvideo_read_packet()
avformat/dvdvideodec: enable chapter calculation for menus
avformat/dvdvideodec: standardize the NAV packet event signal
avformat/dvdvideodec: move memcpy below missed NAV packet warning
avformat/dvdvideodec: remove «auto» value for -pg option, default to 1
avformat/dvdvideodec: measure duration of the current menu VOBU in state
avformat/dvdvideodec: fix menu PGC number off-by-one in state
avformat/dvdvideodec: remove unused headers
lavc/aarch64: Fix ff_pred16x16_plane_neon_10
lavc/aarch64: Fix ff_pred8x8_plane_neon_10
aarch64/vvc: Fix clip in alf
vp9: recon: Use emulated edge to prevent buffer overflows
arm: vp9mc: Load only 12 pixels in the 4 pixel wide horizontal filter
aarch64: vp9mc: Load only 12 pixels in the 4 pixel wide horizontal filter
avformat/rpl: Fix check for negative values
avformat/mlvdec: Check avio_read()
avcodec/aac/aacdec: Free channel layout
avformat/mov: dereference pointer after null check
avcodec/utils: Fix block align overflow for ADPCM_IMA_WAV
avformat/matroskadec: Check pre_ns for overflow
tools/target_dec_fuzzer: Adjust threshold for EACMV
tools/target_dec_fuzzer: Adjust threshold for MVC1
tools/target_dec_fuzzer: Adjust Threshold for indeo5
avutil/timecode: Avoid fps overflow in av_timecode_get_smpte_from_framenum()
avcodec/aac/aacdec_usac: Dont leave type at a invalid value
avcodec/aac/aacdec_usac: Clean ics2->max_sfb when first SCE fails
avcodec/webp: Check ref_x/y
avcodec/ilbcdec: Initialize tempbuff2
swscale/swscale_unscaled: Fix odd height with nv24_to_yuv420p_chroma()
avcodec/hevc/hevcdec: initialize qp_y_tab
avformat/qcp: Check for read failure in header
avcodec/eatgq: Check bytestream2_get_buffer() for failure
avformat/dxa: check bpc
swscale/slice: clear allocated memory in alloc_lines()
avcodec/h2645_parse: Ignore NAL with nuh_layer_id == 63
MAINTAINERS: Lauri is still available but is really low on time nowadays
MAINTAINERS: Remove Guillaume Poirier and Romain Dolbeau
avcodec/mjpegdec: Disallow progressive bayer images
avformat/icodec: fix integer overflow with nb_pal
doc/developer: Document relationship between git accounts and MAINTAINERS
doc/infra: Document trac backup system
doc/infra: Document gitolite
avformat/vividas: Check avio_read() for failure
avformat/ilbc: Check avio_read() for failure
avformat/nistspheredec: Clear buffer
avformat/mccdec: Initialize and check rate.den
avformat/rpl: check channels
INSTALL: explain the circular dependency issue and solution
avformat/mpegts: Initialize predefined_SLConfigDescriptor_seen
avformat/mxfdec: Fix overflow in midpoint computation
swscale/output: used unsigned for bit accumulation
swscale/rgb2rgb_template: Fix ff_rgb24toyv12_c() with odd height
avcodec/rangecoder: only perform renorm check/loop for callers that need it
avcodec/ffv1: add a named constant for the quant table size
avcodec/ffv1: RCT is only possible with RGB
avcodec/ffv1enc: Fix RCT with RGB64
avcodec/ffv1dec: Fix end computation with ec=2
avcodec/ffv1enc: Move slice termination into threads
avcodec/ffv1enc: Prevent generation of files with broken slices
avformat/matroskadec: Check desc_bytes so bits fit in 64bit
avformat/mov: Avoid overflow in dts
avcodec/ffv1enc: Correct error message about unsupported version
avcodec/ffv1: Store and reuse sx/sy
avcodec/ffv1enc: Slice combination is unsupported
avcodec/ffv1enc: 2Pass mode is not possible with golomb coding
avfilter/buffersrc: check for valid sample rate
avcodec/libdav1d: clear the buffered Dav1dData on decoding failure
avformat/iamf_writer: ensure the stream groups are not empty
avformat/iamf_writer: fix setting num_samples_per_frame for OPUS
avformat/iamf_parse: fix setting duration for the last subblock in a parameter definition
avformat/iamf_parse: add checks to parameter definition durations
avformat/iamf_parse: reject ambisonics mode > 1
checkasm: Print benchmarks of C-only functions
avcodec/ac3dec: fix downmix logic for eac3
avcodec/codec_desc: remove Intra Only prop for AAC
avcodec/mediacodecdec: set set keyframe flag in output frames
avcodec/libfdk-aacenc: set keyframe in output packets
avcodec/libfdk-aacdec: set keyframe flag and profile in output frames
avcodec/audiotoolboxnec: set set keyframe flag in output packets
avcodec/audiotoolboxdec: set set keyframe flag in output frames
avcodec/aacenc: set keyframe flag in output packets
avcodec/aac/aacdec: set keyframe flag in output frames
avcodec/aac_parser: set key_frame and profile
avformat/mov: don’t unconditionally set all audio packets in fragments as key frames
avformat/matroskadec: set all frames in a keyframe simple box as keyframes
avformat/test/movenc: set audio packets as key frames
avformat/movenc: write stss boxes for xHE-AAC
avformat/spdifdec: parse headers for audio codecs
avformat/movenc: don’t disable edit lists when writing CMAF output
avcodec/libfdk-aacenc: export CPB properties
avformat/movenc: don’t write a calculated avgB…

View full changelog

(Latest version updated)

Libav  (Feb 12, 2018)

Acronyms / Also Known As

ffplay,ffprobe

Download ffmpeg Portable download from the Download links under Download and Download other versions!

Notify me when software updated or report software

Email me when it has been updated   
Report this software (dead link/new version)

@gripweed

This download is v6.1.

ffmpeg version 6.1-full_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg developers built with gcc 12.2.0 (Rev10, Built by MSYS2 project)

FFmpeg 6.1 «Heaviside»
6.1 was released on 2023-11-11. It is the latest stable FFmpeg release from the 6.1 release branch, which was cut from master on 2023-10-29.

FFmpeg 6.0.1 «Von Neumann»
6.0.1 was released on 2023-11-10. It is the latest stable FFmpeg release from the 6.0 release branch, which was cut from master on 2023-02-19.

Review by HemLok on
Nov 11, 2023 Version: 6.1
OS: Windows 10 64-bit Ease of use: 10/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10

All is well but shouldn’t this be listed as 6.0.1 and not 6.1?

Review by Gripweed on
Nov 11, 2023 Version: 6.0.1
OS: Windows 10 64-bit Ease of use: 10/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10

Works great! Just used this to render a Krita animation! Very simple and easy to use.

Review by swiss_szn on
Jul 14, 2022 Version: 5.0.1
OS: Windows 11 Ease of use: 10/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10

Rating by longwin on
Nov 6, 2021 Version: 4.4.1
OS: Windows 7 64-bit Ease of use: 1/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10

Superb project but 99% of users won’t have a clue how to use it or know what a command line is! Pazera MP4 Converter is my recommended GUI for that group of folks. My quibble is Ffmeg can deinterlace, but there must be an easier way to ivtc an NTSC based single Bob file source. Anyway I will master it someday using decimate in my script.
For those wanting one which will work in XP, link below.

https://opensourcepack.blogspot.com/2017/12/ffmpeg-for-windows-xp.html

Review by Rod on
Sep 2, 2020 Version: 4.3.1
OS: Windows 8 64-bit Ease of use: 1/10
Functionality: 9/10
Value for money: 10/10
Overall: 9/10

1 tool hits, Showing
1 to
1 tools

Explanation:
NEW SOFTWARE= New tool since your last visit
NEW VERSION= New version since your last visit
NEW REVIEW= New review since your last visit
NEW VERSION= New version

Latest version
Version number / Beta version number / Update version number and when it whas released.

Type and download
NO MORE UPDATES? = The software hasn’t been updated in over 2 years.
NO LONGER DEVELOPED = The software hasn’t been updated in over 5 years.
RECENTLY UPDATED = The software has been updated the last 31 days.
Freeware = Download Free software.
Freeware Trialware = Download Free software but some parts are trial/shareware.
Free software = Download Free software and also open source code also known as FOSS (Free and Open Source Software).
Free software Trialware = Download Free software and also open source code but some parts are trial/shareware.
Freeware Ads = Download Free software but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Free software Ads = Free Download software and open source code but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Trialware = Also called shareware or demo. Free Trial version available for download and testing with usually a time limit or limited functions.
Payware = No demo or trial available.

Portable version = A portable/standalone version is available. No installation is required.
v1.0.1 = Latest version available.
Download beta = It could be a Beta, RC(Release Candidate) or an Alpha / Nightly / Unstable version of the software.
Download 15MB = A direct link to the software download.
Win = Windows download version. It works on 32-bit and 64-bit Windows.
Win64 = Windows 64-bit download version. It works only on 64-bit Windows.
Mac = Mac download version. It works on 32-bit and 64-bit Mac OS.
Mac64 = Mac OS download version. It works only on 64-bit Mac OS.
Linux = Linux download version.
Portable = Portable version. No installation is required.
Ad-Supported = The software is bundled with advertising. Be careful when you install the software and disable addons that you don’t want!
Visit developers site = A link to the software developer site.
Download (mirror link) = A mirror link to the software download. It may not contain the latest versions.
Download old versions = Free downloads of previous versions of the program.

Download 64-bit version = If you have a 64bit operating system you can download this version.
Download portable version = Portable/Standalone version meaning that no installation is required, just extract the files to a folder and run directly.
Portable version available = Download the portable version and you can just extract the files and run the program without installation.
Old versions available = Download old versions of the program.
Version history available = Complete changelog on our site.
= Windows version available.
= Mac OS version available.
= Linux version available.
Our hosted software are virus and malware scanned with several antivirus programs using www.virustotal.com. (NOTE! Just one virustotal warning is 99.9% a false positive. And some software might receive 2-6 warnings but it’s if they are not all same virus/trojan then it’s 99% false positives.)

Rating
Rating from 0-10.

Browse software by sections

All In One Blu-ray Converters (9)

All In One DVD Converters (12)

All In One MKV to MP4, Blu-ray, UHD (11)

All In One Video Converters (19)

Animation (3D, 2D Animation) (11)

Audio Editors (21)

Audio Encoders (80)

Audio Players (19)

Authoring (Blu-ray, UHD, AVCHD) (12)

Authoring (DivX) (4)

Authoring (DVD) (26)

Authoring (SVCD, VCD) (9)

Bitrate Calculators (7)

Blu-ray to AVI, MKV, MP4 (15)

Blu-ray to Blu-ray, AVCHD (10)

Burn (CD,DVD,Blu-ray) (24)

Camcorders, DV, HDV, AVCHD (31)

Capture TV, DVD, VCR (30)

CD, DVD, Blu-ray recovery (3)

Codec Packs (6)

Codec, Video Identifiers (30)

Codecs (67)

Decrypters (DVD Rippers) (15)

Decrypters (UHD, Blu-ray Rippers) (8)

DigitalTV, DVB, IPTV (38)

DVD to DVD (20)

DVD to MP4, MKV, H264, H265 (16)

DVD to VCD, SVCD (5)

DVD to XviD, AVI, DivX (16)

ISO, Image (16)

Linux Video Tools (191)

MacOS Video Tools (228)

Media (Blu-ray, DVD, CD) (9)

Media Center, HTPC (23)

Other Useful Tools (141)

Photo Blu-ray, DVD, SlideShow (8)

Portable (Mobile, PSP) (35)

Region Free Tools (5)

Screen capture , Screen recording (27)

Screenshots , Thumbnails (13)

Subtitle Editors, Converters (70)

Tag Editors (3)

Video De, Multiplexers (66)

Video Editors (Advanced, NLE) (34)

Video Editors (Basic) (53)

Video Editors (H264, MP4, MKV, MTS) (19)

Video Editors (Lossless) (4)

Video Editors (MPG, DVD) (16)

Video Editors (WMV, AVI) (15)

Video Encoders (AV1, VP8, VP9) (2)

Video Encoders (AVI, WMV) (38)

Video Encoders (H264, H265, MP4, MKV) (45)

Video Encoders (MPG, DVD) (23)

Video Encoders , Converters (154)

Video Frameservers (9)

Video Players (48)

Video Repair, Fix (25)

Video Scripting (11)

Video Streaming (21)

Video Streaming Downloaders (101)


If you find FFmpeg useful, you are welcome to contribute
by donating.


More downloading options


Get packages & executable files

FFmpeg only provides source code. Below are some links that provide it already compiled and ready to go.

Linux Packages

Linux Static Builds

Windows EXE Files

macOS


Get the Sources

You can retrieve the source code through
Git
by using the command:

git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg


Cannot access Git or wish to speed up the cloning and reduce the bandwidth usage?

FFmpeg has always been a very experimental and developer-driven project. It
is a key component in many multimedia projects and has new features added
constantly.
Development branch snapshots work really well 99% of the
time so people are not afraid to use them.


Git Repositories

Since FFmpeg is developed with Git,
multiple repositories from developers and groups of developers are available.


Releases

Approximately every 6 months the FFmpeg project makes a new major release.
Between major releases point releases
will appear that add important bug fixes but no new features.
Note that these releases are intended for distributors and system integrators.
Users that wish to compile from source themselves are strongly encouraged to
consider using the development branch (see above), this is the only version on
which FFmpeg developers actively work. The release branches only cherry pick
selected changes from the development branch, which therefore receives much more
and much faster bug fixes such as additional features and security patches.

FFmpeg 4.2.2 «Ada»

4.2.2 was released on 2019-12-31. It is the latest stable FFmpeg release
from the 4.2 release branch, which was cut from master on 2019-07-21.

It includes the following library versions:

libavutil      56. 31.100
libavcodec     58. 54.100
libavformat    58. 29.100
libavdevice    58.  8.100
libavfilter     7. 57.100
libswscale      5.  5.100
libswresample   3.  5.100
libpostproc    55.  5.100

FFmpeg 4.1.5 «al-Khwarizmi»

4.1.5 was released on 2020-01-07. It is the latest stable FFmpeg release
from the 4.1 release branch, which was cut from master on 2018-11-02.

It includes the following library versions:

libavutil      56. 22.100
libavcodec     58. 35.100
libavformat    58. 20.100
libavdevice    58.  5.100
libavfilter     7. 40.101
libswscale      5.  3.100
libswresample   3.  3.100
libpostproc    55.  3.100

FFmpeg 4.0.5 «Wu»

4.0.5 was released on 2019-11-22. It is the latest stable FFmpeg release
from the 4.0 release branch, which was cut from master on 2018-04-16.

It includes the following library versions:

libavutil      56. 14.100
libavcodec     58. 18.100
libavformat    58. 12.100
libavdevice    58.  3.100
libavfilter     7. 16.100
libswscale      5.  1.100
libswresample   3.  1.100
libpostproc    55.  1.100

FFmpeg 3.4.7 «Cantor»

3.4.7 was released on 2019-12-02. It is the latest stable FFmpeg release
from the 3.4 release branch, which was cut from master on 2017-10-11.

It includes the following library versions:

libavutil      55. 78.100
libavcodec     57.107.100
libavformat    57. 83.100
libavdevice    57. 10.100
libavfilter     6.107.100
libavresample   3.  7.  0
libswscale      4.  8.100
libswresample   2.  9.100
libpostproc    54.  7.100

FFmpeg 3.3.9 «Hilbert»

3.3.9 was released on 2018-11-18. It is the latest stable FFmpeg release
from the 3.3 release branch, which was cut from master on 2017-04-02.

It includes the following library versions:

libavutil      55. 58.100
libavcodec     57. 89.100
libavformat    57. 71.100
libavdevice    57.  6.100
libavfilter     6. 82.100
libavresample   3.  5.  0
libswscale      4.  6.100
libswresample   2.  7.100
libpostproc    54.  5.100

FFmpeg 3.2.14 «Hypatia»

3.2.14 was released on 2019-05-14. It is the latest stable FFmpeg release
from the 3.2 release branch, which was cut from master on 2016-10-26.

It includes the following library versions:

libavutil      55. 34.100
libavcodec     57. 64.101
libavformat    57. 56.101
libavdevice    57.  1.100
libavfilter     6. 65.100
libavresample   3.  1.  0
libswscale      4.  2.100
libswresample   2.  3.100
libpostproc    54.  1.100

FFmpeg 2.8.16 «Feynman»

2.8.16 was released on 2020-04-28. It is the latest stable FFmpeg release
from the 2.8 release branch, which was cut from master on 2015-09-05.
Amongst lots of other changes, it includes all changes from
ffmpeg-mt, libav master of 2015-08-28, libav 11 as of 2015-08-28.

It includes the following library versions:

libavutil      54. 31.100
libavcodec     56. 60.100
libavformat    56. 40.101
libavdevice    56.  4.100
libavfilter     5. 40.101
libavresample   2.  1.  0
libswscale      3.  1.101
libswresample   1.  2.101
libpostproc    53.  3.100

Old Releases

Older versions are available at the Old
Releases page.

🔧 Установка FFmpeg на Windows

Эта инструкция поможет установить FFmpeg — утилиту, необходимую для обработки видео и аудио, в том числе для работы таких ИИ-инструментов, как OpenAI Whisper.

Содержание

  • 🔧 Установка FFmpeg на Windows

    • 📥 Шаг 1. Скачивание FFmpeg
    • 📂 Шаг 2. Распаковка архива
    • ⚙️ Шаг 3. Добавление в системный PATH
    • ✅ Шаг 4. Проверка установки
    • 🧠 Важно знать

Перейдите на официальный сайт сборок FFmpeg:
👉 https://www.gyan.dev/ffmpeg/builds/

В разделе release builds скачайте:

  • ffmpeg-release-full.7z — полная сборка с максимальной поддержкой кодеков

📝 Примечание: Сборка essentials подходит для базовых задач, но full лучше для совместимости и работы с Whisper.


📂 Шаг 2. Распаковка архива

  1. Установите 7-Zip если он не установлен.
  2. Распакуйте архив ffmpeg-release-full.7z в удобное место, например:
    C:\Tools\ffmpeg
  3. Внутри будет структура:
    C:\Tools\ffmpeg\ffmpeg-<версия>\bin\ffmpeg.exe

⚙️ Шаг 3. Добавление в системный PATH

Чтобы использовать ffmpeg из любой папки, нужно добавить его в переменную среды:

  1. Откройте «Панель управления» → «Система» → «Дополнительные параметры системы»
  2. Нажмите кнопку «Переменные среды»
  3. В разделе «Системные переменные» найдите строку Path → нажмите «Изменить»
  4. Нажмите «Создать» и добавьте путь до папки bin, например:
    C:\Tools\ffmpeg\ffmpeg-7.1.1-full_build\bin
  5. Сохраните изменения, нажав ОК во всех окнах

✅ Шаг 4. Проверка установки

Откройте новую командную строку (Win + R → cmd) и введите:

ffmpeg -version

Если всё установлено правильно, вы увидите информацию о версии FFmpeg, лицензии и поддерживаемых кодеках.


🧠 Важно знать

  • FFmpeg необходим для OpenAI Whisper, чтобы конвертировать и обрабатывать аудиофайлы.
  • Без него Whisper не сможет «понять», что за аудио вы передаёте.
  • FFmpeg работает полностью офлайн, без интернета.
  • Подходит как для Windows 10, так и для Windows 11.

FFmpeg Windows Builds

FFmpeg is a «complete, cross-platform solution to record, convert and stream audio and video». We provide easy to use binaries for Windows.

Our binaries are compiled using GitHub Actions and made available on SoureForge for download. Nightly builds start at midnight UTC and are available about 2 hours later. Release builds are manually triggered when new releases are made available by FFmpeg.

We are providing statically linked, 64-bit windows builds, with GPL enabled. More build types to come.

Download Nightly Builds

Download Release Builds

Credit to Roger Pack for the build scripts https://github.com/rdp/ffmpeg-windows-build-helpers.

Download binary files for FFmpeg suite


Jump to version:
   
6.1
 
5.1
 
4.4.1
 
4.2.1
 
4.2
 
4.1
 
4.0
 
3.4
 
3.3
 
3.2
 


ffmpeg ffprobe ffplay ffserver
windows-64 Download Download
linux-32 Download Download
linux-64 Download Download
linux-armhf Download Download
linux-armel Download Download
linux-arm64 Download Download
osx-64 Download Download


ffmpeg 5.1 binaries

ffmpeg ffprobe ffplay ffserver
windows-64 Download Download
linux-32 Download Download
linux-64 Download Download
linux-armhf Download Download
linux-armel Download Download
linux-arm64 Download Download
osx-64 Download Download


ffmpeg 4.4.1 binaries

ffmpeg ffprobe ffplay ffserver
windows-64 Download Download Download
linux-32 Download Download
linux-64 Download Download
linux-armhf Download Download
linux-armel Download Download
linux-arm64 Download Download
osx-64 Download Download Download


ffmpeg 4.2.1 binaries

ffmpeg ffprobe ffplay ffserver
windows-32 Download Download Download
windows-64 Download Download Download
linux-32 Download Download
linux-64 Download Download
linux-armhf Download Download
linux-armel Download Download
linux-arm64 Download Download
osx-64 Download Download Download


ffmpeg 4.2 binaries

ffmpeg ffprobe ffplay ffserver
windows-32 Download Download Download
windows-64 Download Download Download
linux-32 Download Download
linux-64 Download Download
linux-armhf Download Download
linux-armel Download Download
linux-arm64 Download Download
osx-64 Download Download Download


ffmpeg 4.1 binaries

ffmpeg ffprobe ffplay ffserver
windows-32 Download Download Download
windows-64 Download Download Download
linux-32 Download Download
linux-64 Download Download
linux-armhf Download Download
linux-armel Download Download
linux-arm64 Download Download
osx-64 Download Download Download


ffmpeg 4.0 binaries

ffmpeg ffprobe ffplay ffserver
windows-32 Download Download Download
windows-64 Download Download Download
linux-32 Download Download
linux-64 Download Download
linux-armhf Download Download
linux-armel Download Download
linux-arm64 Download Download
osx-64 Download Download Download


ffmpeg 3.4 binaries

ffmpeg ffprobe ffplay ffserver
windows-32 Download Download Download
windows-64 Download Download Download
linux-32 Download Download Download
linux-64 Download Download Download
linux-armhf Download Download Download
linux-armel Download Download Download
linux-arm64 Download Download Download
osx-64 Download Download Download Download


ffmpeg 3.3 binaries

ffmpeg ffprobe ffplay ffserver
windows-32 Download Download Download
windows-64 Download Download Download
linux-32 Download Download Download
linux-64 Download Download Download
linux-armhf Download Download Download
linux-armel Download Download Download
osx-64 Download Download Download Download


ffmpeg 3.2 binaries

ffmpeg ffprobe ffplay ffserver
windows-32 Download Download Download
windows-64 Download Download Download
linux-32 Download Download Download Download
linux-64 Download Download Download Download
linux-armhf Download Download Download
linux-armel Download Download Download
osx-64 Download Download Download Download

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Teams windows x64 exe
  • Windows запуск службы из консоли
  • Whatsapp exe for windows
  • Что делать установка windows на данный диск невозможна на выбранном диске находится таблица mbr
  • Как проверить открыт порт или нет windows 10