Mpv плеер для windows 10

mpv player (Windows)

a free, open source, and cross-platform media player

  • Summary

  • Files

  • Reviews

  • Support

  • Build Script

Home

Name Modified Size InfoDownloads / Week
64bit-v3 2023-10-08

5,644
5,644 weekly downloads

64bit 2023-10-08

7,405
7,405 weekly downloads

32bit 2023-10-08

420
420 weekly downloads

libmpv 2023-10-08

563
563 weekly downloads

release 2023-08-01

788
788 weekly downloads

debug-symbol 2022-01-16

0

bootstrapper.zip 2022-08-28 4.7 kB

6,751
6,751 weekly downloads

README.rst 2021-11-28 1.1 kB

170
170 weekly downloads

Totals: 8 Items   5.8 kB 21,741

Player freezing when switching to fullscreen?

In mpv.conf file, try add this line:
angle-flip=no or d3d11-flip=no for D3D11 backend.

Gimme old OSC back!

In mpv.conf file, add this line:
script-opts=osc-layout=box,osc-seekbarstyle=slider,osc-deadzonesize=0,osc-minmousemove=3

Where is angle backend?

The build still compiled with angle but you need to put libEGL.dll & libGLESv2.dll in mpv directory.
These files can be found in Chrome or Firefox installation directory

Source: README.rst, updated 2021-11-28

Make hybrid work a reality with Robin Icon

Whether you want to make it easier to find, book meeting rooms or search and reserve shared desks, Robin empowers office managers and employees alike to make the office work for them, and not the other way around.



Поставить оценку
Средний рейтинг 3.5, всего оценок — 14

  • Скачать программу
  • Описание и функции
  • Скриншоты интерфейса
  • Комментарии пользователей
Название→ MPV
Версия→ 0.34.0
Лицензия→ Бесплатно
Поддержка→ Windows 10, 8, 7, Vista, XP
Размер файла→ 22.0 Мб
Разработчик→ RJNo1
Обновлено→ 30 января 2023

MPV — бесплатная легковесная программа для воспроизведения мультимедийного контента.

Скачать для Windows

Скачайте последнюю версию MPV 0.34.0 по прямой ссылке. Программа совместима с операционными системами Windows 10, 8, 7, Vista, XP разрядностью 32/64-bit, размер установочного файла — 22.0 Мб. Данный программный продукт разработан RJNo1 и распространяется бесплатно. Также вы можете скачать программу с официального сайта.

Описание программы

MPV разрабатывался по тому же принципу, что и более известный MPlayer. Создатели проигрывателя позаимствовали все лучшее из MPlayer, добавив много других полезных функций. В базовой версии у проигрывателя нет графического интерфейса, пользователь сам решает, как использовать программу: в чистом виде или скачав любую подходящую графическую оболочку.

Одно из главных достоинств MPV — поддержка всех известных форматов. Для видео предусмотрена поддержка субтитров, которые можно настраивать, исходя из своих предпочтений. Проигрыватель поддерживает все популярные аудио и видеокодеки, OpenGL, воспроизведение с онлайн-сервисов. Видео можно масштабировать, настраивать яркость, контраст, цветопередачу. Для тех, кто предпочитает использовать программу в консольном режиме, есть множество готовых команд для управления.

MPV поддерживает не только сторонние скины, но и большое количество плагинов. Так, с помощью плагинов можно получить инструменты для прожига дисков, грабер музыкальных CD, инструменты для создания рипов.

Преимущества и недостатки

  • Малый вес, нетребовательный к ресурсам
  • Настраиваемые горячие клавиши
  • Журнал интернет-соединений
  • Высокое качество аудио и видео
  • Сложный в освоении
  • Многие привычные инструменты устанавливаются отдельно плагинами
  • Только портативная версия

Скриншоты интерфейса

Комментарии пользователей

mpv logo

mpv

  • External links
  • Overview
  • System requirements
  • Downloads
  • Changelog
  • Compilation
  • Release cycle
  • Bug reports
  • Contributing
  • License
  • Contact

External links

  • Wiki
  • FAQ
  • Manual

Overview

mpv is a free (as in freedom) media player for the command line. It supports
a wide variety of media file formats, audio and video codecs, and subtitle types.

There is a FAQ.

Releases can be found on the release list.

System requirements

  • A not too ancient Linux, Windows 10 or later, or macOS 10.8 or later.
  • A somewhat capable CPU. Hardware decoding might help if the CPU is too slow to
    decode video in realtime, but must be explicitly enabled with the --hwdec
    option.
  • A not too crappy GPU. mpv’s focus is not on power-efficient playback on
    embedded or integrated GPUs (for example, hardware decoding is not even
    enabled by default). Low power GPUs may cause issues like tearing, stutter,
    etc. The main video output uses shaders for video rendering and scaling,
    rather than GPU fixed function hardware. On Windows, you might want to make
    sure the graphics drivers are current. In some cases, ancient fallback video
    output methods can help (such as --vo=xv on Linux), but this use is not
    recommended or supported.

mpv does not go out of its way to break on older hardware or old, unsupported
operating systems, but development is not done with them in mind. Keeping
compatibility with such setups is not guaranteed. If things work, consider it
a happy accident.

Downloads

For semi-official builds and third-party packages please see
mpv.io/installation.

Changelog

There is no complete changelog; however, changes to the player core interface
are listed in the interface changelog.

Changes to the C API are documented in the client API changelog.

The release list has a summary of most of the important changes
on every release.

Changes to the default key bindings are indicated in
restore-old-bindings.conf.

Compilation

Compiling with full features requires development files for several
external libraries. Mpv requires meson
to build. Meson can be obtained from your distro or PyPI.

After creating your build directory (e.g. meson setup build), you can view a list
of all the build options via meson configure build. You could also just simply
look at the meson_options.txt file. Logs are stored in meson-logs within
your build directory.

Example:

meson setup build
meson compile -C build
meson install -C build

Essential dependencies (incomplete list):

  • gcc or clang
  • X development headers (xlib, xrandr, xext, xscrnsaver, xpresent, libvdpau,
    libGL, GLX, EGL, xv, …)
  • Audio output development headers (libasound/ALSA, pulseaudio)
  • FFmpeg libraries (libavutil libavcodec libavformat libswscale libavfilter
    and either libswresample or libavresample)
  • zlib
  • iconv (normally provided by the system libc)
  • libass (OSD, OSC, text subtitles)
  • Lua (optional, required for the OSC pseudo-GUI and youtube-dl integration)
  • libjpeg (optional, used for screenshots only)
  • uchardet (optional, for subtitle charset detection)
  • nvdec and vaapi libraries for hardware decoding on Linux (optional)

Libass dependencies (when building libass):

  • gcc or clang, yasm on x86 and x86_64
  • fribidi, freetype, fontconfig development headers (for libass)
  • harfbuzz (required for correct rendering of combining characters, particularly
    for correct rendering of non-English text on OSX, and Arabic/Indic scripts on
    any platform)

FFmpeg dependencies (when building FFmpeg):

  • gcc or clang, yasm on x86 and x86_64
  • OpenSSL or GnuTLS (have to be explicitly enabled when compiling FFmpeg)
  • libx264/libmp3lame/libfdk-aac if you want to use encoding (have to be
    explicitly enabled when compiling FFmpeg)
  • For native DASH playback, FFmpeg needs to be built with —enable-libxml2
    (although there are security implications, and DASH support has lots of bugs).
  • AV1 decoding support requires dav1d.
  • For good nvidia support on Linux, make sure nv-codec-headers is installed
    and can be found by configure.

Most of the above libraries are available in suitable versions on normal
Linux distributions. For ease of compiling the latest git master of everything,
you may wish to use the separately available build wrapper (mpv-build)
which first compiles FFmpeg libraries and libass, and then compiles the player
statically linked against those.

If you want to build a Windows binary, you either have to use MSYS2 and MinGW,
or cross-compile from Linux with MinGW. See
Windows compilation.

Release cycle

Every other month, an arbitrary git snapshot is made, and is assigned
a 0.X.0 version number. No further maintenance is done.

The goal of releases is to make Linux distributions happy. Linux distributions
are also expected to apply their own patches in case of bugs and security
issues.

Releases other than the latest release are unsupported and unmaintained.

See the release policy document for more information.

Bug reports

Please use the issue tracker provided by GitHub to send us bug
reports or feature requests. Follow the template’s instructions or the issue
will likely be ignored or closed as invalid.

Using the bug tracker as place for simple questions is fine but IRC is
recommended (see Contact below).

Contributing

Please read contribute.md.

For small changes you can just send us pull requests through GitHub. For bigger
changes come and talk to us on IRC before you start working on them. It will
make code review easier for both parties later on.

You can check the wiki
or the issue tracker
for ideas on what you could contribute with.

License

GPLv2 «or later» by default, LGPLv2.1 «or later» with -Dgpl=false.
See details.

History

This software is based on the MPlayer project. Before mpv existed as a project,
the code base was briefly developed under the mplayer2 project. For details,
see the FAQ.

Contact

Most activity happens on the IRC channel and the github issue tracker.

  • GitHub issue tracker: issue tracker (report bugs here)
  • User IRC Channel: #mpv on irc.libera.chat
  • Developer IRC Channel: #mpv-devel on irc.libera.chat

mpv screenshot

mpv screenshot 2

0.36.0 / 20231008 Nightly (October 8, 2023)

Visit developer’s site

Download mpv 0.36.0 Windows 64-bit  28MB  Win64  Portable

Download mpv 0.36.0 Windows  26MB  Win  Portable

Download mpv 0.36.0 Mac  Mac

Download mpv 0.36.0 Linux  Linux

Download mpv 20231008 Nightly Portable Windows 64-bit  27MB  Win64  Portable

Download mpv 0.36.0 v3 Windows 64-bit, it has these instructions enabled by default: avx avx2 bmi bmi2 fma lzcnt movbe sse3 sse4 sse4.1 sse4.2 ssse3 xsave sahf mwait crc32 cx16 popcnt f16c

Download mpv old versions

Free software / FOSS (Free download and also Free and Open Source Software)

WinWindows MacMac OS LinuxLinux

Download mpv-config for Mac — This is a collection of MPV configuration files, intended for high quality rendering of traditional live TV and video disc formats. On Macs, you can download and install them in your ~[user profile]/.config/mpv folder.

Download mpv-scripts — A collection of scripts written for mpv over the years.

v0.36.0

This release requires FFmpeg 4.4 or newer.

This is the last release to contain the waf build system.
Meson is the primary and actively supported build system while waf is considered deprecated.

Features
New
player: add window-id property
vo_kitty: introduce modern sixel alternative
wayland: add wp-fractional-scale-v1 support
player/command: add user-data property (replacement for shared-script-properties)
vo_gpu_next: support mapping HDR10+ dynamic metadata
vo_gpu_next: allow screenshots in native colorspace
vo_gpu_next: parse Dolby Vision metadata for dynamic scene brightness
video: allow csp equalizer adjustments with floating point precision
command: add platform property
demux_mkv: support ARIB captions
hwdec_vulkan: add support for Vulkan-based hardware decoding
player: better handling of forced-only subtitles and a toggle in the OSC
vo_dmabuf_wayland: add osd support
Changed
TOOLS/umpv: prefer $XDG_RUNTIME_DIR
ffmpeg: increase minimum required version to 4.4
player: choose speed of smallest acceptable factor for display sync
player: don’t force saving start in watch-later-options
build: officially deprecate waf
vf_sub: undeprecate
player: set playlist title to media title if not set already
player: use and respect XDG_STATE_HOME and XDG_CACHE_HOME by default
wayland: bump required version to 1.20 and wayland-protocols to 1.25
ao_pipewire: require at least libpipewire 0.3.48
vo: hwdec: prioritise drmprime over drmprime_overlay
vo_gpu/vo_gpu_next: enable gpu shader and icc cache by default
Removed
drm: remove support for legacy (non-atomic) API
stream/dvb: drop support for DVB API before Linux 3.7
hwdec_cuda: drop support for PL_HANDLE_WIN32_KMT (Windows 7 only)
vo_dmabuf_wayland: drop linux-dmabuf-v2 support
Options and Commands
Added
player: add —force-render option
demux: add —demuxer-hysteresis-secs option to save power with caching
ao_pipewire: allow usage of global volume control via —pipewire-volume-mode
vo_gpu_next: add —tone-mapping-visualize
sub: add —sub-fonts-dir and —osd-fonts-dir options
player: add —auto-window-resize
console.lua: add a script-opt for the border size
player: add —drag-and-drop option
vo_gpu_next: add —corner-rounding option
player: add more precise sub fallback options —subs-fallback and —subs-fallback-forced
player: add —input-cursor-passthrough option
TOOLS/lua/autoload: allow extending ext sets from script-opts
demux_playlist: add —directory-mode option to control recursive directory loading
vo_gpu_next: add —target-contrast and —hdr-contrast-recovery/smoothness
Changed
vd_lavc: add «auto» choice for —vd-lavc-dr and make it the default
(notably this change was also backported to v0.35.1)
wayland: add auto choice to —wayland-configure-bounds
image_writer: change —screenshot-tag-colorspace default to yes
vo_gpu_next: expose —tone-mapping=st2094-40 and st2094-10
wayland: make —wayland-edge-pixels-pointer default to 16
options: enable scripts related opts also with cplugins
player/screenshot: add filename return field
options: set —subs-with-matching-audio to off by default
options: default —slang to auto, which uses the settings of the user’s OS
vd_lavc: allow user to specify a priority list in —hwdec
vd_lavc: map hwdec=yes to hwdec=auto-safe and change ctrl+h to use auto-safe
Deprecated
drm: deprecate —drm-atomic (now always enabled)
Removed
vo_gpu_next: remove —tone-mapping-crosstalk
Fixes and Minor Enhancements
ao_pipewire: log version and other useful debug info
wayland: error out if essential protocol support is missing
wayland: add support for content-type protocol
wayland: also log refresh rate on surface entrance
vo_gpu_next: fix undefined behavior on alpha-first formats
meson: prepend MPV_CONFDIR path with prefix
meson: unbreak dl check on BSDs without libdl
lcms: fix crash with lcms2-related options if lcms is disabled
meson: fix stdatomic detection on bsd
osc: don’t spam window-controls bindings on every render
wayland: check for resize/move in touch event first
ao_coreaudio: use device’s nominal sample rate for latency properties
hwdec_drmprime: support yuv420p format
ao_pipewire: properly clean up resources
vo/{sixel,tct}: use the alternate buffer to restore terminal
vo_sixel: add option to skip clear while drawing
filter_kernels: fix kaiser
hwdec/d3d11va: fix a possible memory leak
external_files: set log level for potential files to trace
external_files: recognize webp files as cover art
vo_opengl: do not blindly reject all Microsoft’s OpenGL implementations
ao_coreaudio: use AudioUnitReset as ao_driver.reset to prevent long restart
hwdec_drmprime: fix memory leak
vo: hwdec: fix libdrm-related memory leak
draw_bmp: ensure last slice width is less than total width
demux: boost read EBU R128 gain values to ReplayGain’s reference level
version.py: bump copyright year
TOOLS/umpv: support shell-quotes in $MPV
vulkan: fix build error for 32bit builds with clang
TOOLS/lua/autoload: improve and optimize the natural sorting
vo_wlshm: properly support video panscan
vo_dmabuf_wayland: support panscan and panning
ra_d3d11: fix incorrect type
meson: also search for rst2html with .py extension
audio: fix crash during uninit with ao_lavc
wayland: only warn about GNOME when actually missing idle inhibit support
mp_image: fix XYZ primaries default
msg: preserve early messages when log-file is set in mpv.conf
x11: fix issue with xpresent timing feedback
meson: reuse libmpv objects for cplayer to save 50% of compile steps
player/client: support observing sub-properties
m_property: implement new deletion operation on properties
vo_lavc: set frame rate on encoder to fix non-conforming outputs
player/video: don’t resync audio if video is an image
stream: accept webdav:// and webdavs:// urls
video/image_writer: avoid stripping colorspace info when writing image
stats.lua: display HDR peak in nits
image_pool: fix memory leak with frames
options: transition from OPT_FLAG to OPT_BOOL
vd_lavc: sort hwdecs without hwdevices last for autoprobing
ytdl_hook: don’t overwrite force-media-title
lua: use user-data for interop between osc.lua and console.lua
vo: fix race condition with redraw requests
various: more fixes to ensure correct playback of XYZ colorspace
ytdl_hook: fix fragment-related issue that broke YouTube DASH playback
command: expose hls-bitrate and program-id as track-list subproperties
ao_pipewire: use realtime scheduling for data thread
auto_profiles: check for non-existent properties
d3d11: retry device creation without debug, if SDK is not available
win32: follow Windows settings and update dark mode state
ytdl_hook.lua: fix clip start and end
hwdec_drmprime: support custom rpi4_8 and rpi4_10 formats
sub: fix UPDATE_SUB_HARD for converted and external subtitles
charset_conv: fix memory corruption in mp_iconv_to_utf8
options: read config file as stream
wayland: improve guessing when mpv is focused
player: always try to detect subtitle language from file name
vo: fix mp_frame_perf thread safety
lua: read_options: find script-opts prefix at index 1 exactly
path: handle URLs consistently in mp_basename
ao_wasapi: remove infinite loop hack in AOCONTROL_UPDATE_STREAM_TITLE
ao_wasapi: use client name instead of hardcoded string
vd_lavc: fix crash if hwdec devices fail to create
vo_drm: fix null dereference and using closed fd
image_writer: respect jpeg-quality when using ffmpeg for writing
image_writer: add support for AVIF
TOOLS/lua/autoload: avoid unnecessary playlist manipulation, performance
various: correctly ignore cache files with —no-config
terminal-unix: better error detection logic
json: raise parse depth to 50 for the sake of utils.parse_json()
player: delete watch_later file only after successful load
wayland: fix memory leak with multiple monitors
vd_lavc: prefer d3d11va-copy over dxva2-copy
vd_lavc: fix hwdec for videos with less than less than 3 frames
wayland: add support for suspended toplevel state
draw_bmp: ensure last slice is less than total width (again)
console.lua: sort the output from the help command
vd_lavc: try other hwdecs when falling back after an hwdec failure
sd_ass: don’t reconfigure ass on every frame (performance regression)
sd_ass: fix converted subtitles having too-wide borders
loadfile: compute audio language for sub selection when using lavfi-complex
wayland: fix modifier keys in certain situations
vd_lavc: corrections towards hwdec and swdec fallback
zimg: fix broken sig_peak (HDR) handling
screenshot: implement screenshot window in sw for most VOs
osc: don’t add margins to osc-deadzonesize
vo_vaapi: fix segfault in draw_osd
vo_dmabuf_wayland: correctly handle force-window
ao_pipewire: fix error with pipewire 0.3.75 or later

View full changelog

Streamlined CLI options

MPlayer’s options parser was improved to behave more like other CLI programs, and many option names and semantics were reworked to make them more intuitive and memorable.

On Screen Controller

While mpv has no official GUI, it has a small controller that is triggered by mouse movement.

High quality video output

mpv has a OpenGL based video output that is capable of many features loved by videophiles, such as video scaling with popular high quality algorithms, color management, frame timing, interpolation, and more.

GPU video decoding

mpv leverages the FFmpeg hwaccel APIs to support VDPAU, VAAPI, DXVA2, VDA and VideoToolbox video decode acceleration.

Embeddable

A straightforward C API was designed from the ground up to make mpv usable as a library and facilitate easy integration into other applications.

Active development

mpv is under active development, focusing on code refactoring and cleanups as well as adding features.

IINA

MPV-EASY Player

mpv.net

SMPlayer

Acronyms / Also Known As

mpv media player

Download mpv 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)

The playback is extraordinarily smooth and pleasing. It’s also very robust in playing corrupted/incomplete video files.

Review by MusiqueRabbit on
Aug 7, 2023 Version: 0.36.0 nightly
OS: Windows 11 64-bit Ease of use: 9/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10

Rating by Esprit on
Jan 21, 2023 Version: 0.34.0
OS: Windows 10 64-bit Ease of use: 10/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10

Rating by sottil on
May 27, 2022 Version: 5.7.0.0
OS: Windows 11 64-bit Ease of use: 10/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10

Rating by Romsryu on
May 31, 2021 Version: 0.33
OS: Windows 10 64-bit Ease of use: 10/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10

Works well, light Media Player. can use hardware decoder (CPU with i-GPU or APU), tone mapping, tuning parameter, audio equalizer, and not consuming too much resource or eating your system.

maybe it’s not for ordinary people who just click and watch, need configuration.

recommended for expert or advanced user, in my opinion, the best media player after Daum Pot Player

Review by Amariami on
Mar 7, 2021 Version: 0.33.0-88-gd1be8bb606
OS: Windows 10 64-bit Ease of use: 7/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/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 = Windows version available.
Mac OS = Mac OS version available.
Linux = 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 (10)

All In One DVD Converters (13)

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 (82)

Audio Players (19)

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

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 (28)

Codecs (67)

Decrypters (DVD Rippers) (15)

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

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 (181)

MacOS Video Tools (226)

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

Media Center, HTPC (38)

Other Useful Tools (134)

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 (71)

Tag Editors (3)

Video De, Multiplexers (64)

Video Editors (Advanced, NLE) (33)

Video Editors (Basic) (51)

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

Video Editors (MPG, DVD) (16)

Video Editors (WMV, AVI) (16)

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

Video Encoders (AVI, WMV) (39)

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

Video Encoders (MPG, DVD) (23)

Video Encoders , Converters (154)

Video Frameservers (9)

Video Players (47)

Video Repair, Fix (24)

Video Scripting (11)

Video Streaming (22)

Video Streaming Downloaders (110)

Virtualdub Tools (11)

MPV Player for Windows 10 PC: Download MPV Player for Windows 10/8/7 64-bit/32-bit. ✓ Safe and secure download! MPV Player is one of the most popular Video Software apps nowadays! Install MPV Player latest official version on your PC/laptop for free.

A free, open source, and cross-platform media player for PC!

Table of Contents

MPV Player Latest Version Overview

Download MPV Player for Windows 10

MPV Player is a very fast, small, compact and innovative Video Software for Windows PC. It is designed to be uncomplicated for beginners and powerful for professionals. This app has unique and interesting features, unlike some other Video Software apps. MPV Player works with most Windows Operating System.

MPV Player is a Video Software application like Video Splitter, HitFilm, and HyperCam from MPV Player Team. It has a simple and basic user interface, and most importantly, it is free to download. MPV Player is an efficient software that is recommended by many Windows PC users.

Although there are many popular Video Software software, most people download and install the Open Source version. However, don’t forget to update the programs periodically. You can get MPV Player free and download its latest version for Windows 10/8/7 PC from below.

MPV Player Technical Details

It’s better to know the app’s technical details and to have a knowledge about the app. Therefore, you can find out if MPV Player will work on your Windows device or not.

Download MPV Player for Windows 10

App Name: MPV Player
Developer: MPV Player Team
Category Video Software
License: Open Source

Download MPV Player for Windows 10 (64/32-bit) PC/laptop

Download MPV Player (latest version) free for Windows 10 (64-bit and 32-bit) PC/laptop/tablet. Safe Download and Install from the official link!

MPV Player 64-bit and 32-bit download features:

  • Compatible with Windows 10 64-bit and 32-bit
  • MPV Player direct, free and safe download
  • Latest version update
  • Download MPV Player for your PC or laptop

MPV Player Setup Installer

Download & install the latest offline installer version of MPV Player for Windows PC / laptop. It works with both 32-bit & 64-bit versions of Windows 10/8/7.

✓ MPV Player 0.32.0 (32-bit)
✓ MPV Player 0.32.0 (64-bit)

What is New in the MPV Player Latest Version?

✓ Compatibilities improvement for new Windows update.
✓ Fixes bugs.

Best MPV Player Alternative Apps for Windows

Isn’t MPV Player what you were looking for? We prepared a list of alternatives below!

  1. Avenue for Windows 10 Avenue
  2. MPlayer for Windows 10 MPlayer
  3. Twixtor for Windows 10 Twixtor
  4. Free Cam for Windows 10 Free Cam
  5. My Screen Pro for Windows 10 My Screen Pro

Avenue, MPlayer, and Twixtor is the strong competitor of MPV Player. Otherwise, Free Cam and My Screen Pro also quite good as the alternative of this software. There are also other similar apps such as HyperCam, HitFilm, and Video Splitter that also need to try if you want to find the best alternative of MPV Player.

In Conclusion

The MPV Player for Windows PC is unquestionably the best Video Software that you can find nowadays. It also is the most reliable when it comes to performance and stability. You can find that out for yourself. That is why a lot of PC users recommend this app.

Get superb and impressive experience using this MPV Player application developed by MPV Player Team. MPV Player nowadays are already getting better each time.

If you have some questions related to this app, feel free to leave your queries in the comment section. Or you can share with us your experience when using this MPV Player on your Windows 10 PC. And if you know other people who want to experience MPV Player for Windows PC, you can share this article to help them. Enjoy using MPV Player for Windows PC.

Find other interesting articles that will help you how to download Avenue for Windows 10 PC, install MPlayer for Windows 10, Twixtor review, or about best Free Cam alternative apps for Windows 10.

MPV Player FAQ (Frequently Asked Questions)

Q: What is MPV Player for PC?
A: For more information about this app, please go to the developer link on the above of this page.

Q: Is this MPV Player will typically run on any Windows?
A: Yes! The MPV Player for PC will typically work on most recent Windows operating systems 64-bit and 32-bit.

Q: Is MPV Player free? If not, how much does it price to download this app?
A: Absolutely no cost! You can download this app from official websites for free by this website—any extra details about the license you can found on the owner’s websites.

Q: What’s the difference between 64-bit and 32-bit versions of MPV Player?
A: The MPV Player 64-bit version was specially designed for 64-bit Windows Operating Systems and performed much better on those. The MPV Player 32-bit version was initially intended for 32-bit Windows Operating Systems, but it can also run on 64-bit Windows Operating Systems.

Q: How do I access the free MPV Player download for Windows PC?
A: It is easy! Just click the free MPV Player download button in the above of this page. Clicking the download button will start the installer to download MPV Player free for a PC/laptop.

Q: What’s the importance of downloading the latest version of MPV Player?
A: We recommend downloading the latest version of MPV Player because it has the most recent updates, which improves the quality of the application.

Disclaimer

MPV Player is an application that builds by MPV Player Team. All trademarks, product names, company names, and logos mentioned here are their respective owners’ property. This site (autotechint.com) is not affiliated with them directly. All information about applications, programs, or games on this website has been found in open sources on the Internet.

We don’t host or store MPV Player on our servers. Downloads are done through the Official Site. We are firmly against piracy, and we do not support any sign of piracy. If you think that the application you own the copyrights is listed on our website and want to remove it, please contact us.

We are always compliant with DMCA regulations and respect the application owners. We are happy to work with you. Please find the DMCA / Removal Request page below.

  • Ms sans serif для windows 7
  • Mpv player для windows скачать
  • Mp3 dancer для windows 10
  • Mpt device драйвер скачать windows 10
  • Mp navigator ex для canon lide 200 windows 10