Skip to content

Releases: clsid2/mpc-hc

Development Builds

03 Sep 16:28
Compare
Choose a tag to compare
Development Builds Pre-release
Pre-release

Below are development builds for testing purposes.

Latest development build: 2.3.5.27 (September 16th 2024)

Latest stable release build: 2.3.5
https://github.com/clsid2/mpc-hc/releases/tag/2.3.5

2.3.5

02 Sep 13:41
Compare
Choose a tag to compare

Donations are appreciated. There is now a PayPal option.

Changes from 2.3.4 to 2.3.5:

Updates:

  • Updated LAV Filters to version 0.79.2-19-g2bf67
  • Updated MPC Video Renderer to version 0.8.6.2282

Changes/additions/improvements:

  • The "Default Style" subtitle option has been renamed to "Override Default Style". Hopefully it should be more clear now what it does. It now also only affects the style named "Default" and a second option has been added to override all embedded styles of a subtitle (SSA/ASS format). The setting has also been reset (default = disabled) because too many dumb people change options that they do not understand and then complain that things do not work as expected. Just to be very clear: this option should remain unchecked if you want subtitles to render correctly and as intended by its creator.
  • Mouse settings have been moved from Keys options page to a new Mouse options page. Mouse related settings have been reset. Note: when assigning commands, you can click on the three dots (...) at bottom of the dropdown list to select from a full list of all available actions.
  • The modern volume slider now scales along with the toolbar buttons.

Fixes:

  • Several small fixes and improvements.

MPC Video Renderer

Frequently Asked Questions

Overview of features

A lot of people seem to be unaware of some of the awesome features that have been added to MPC-HC in the past years. Here is a list of useful options and features that everyone should know about:

  • Play HDR video
    This requires using either MPC Video Renderer (MPCVR) or madVR.
    These renderers can be selected here:
    Options > Playback > Output
    With other video renderers, the colors will be wrong!
    MPCVR is now included. MadVR needs to be installed separately. MPCVR also supports Dolby Vision. MadVR does not.
    For optimal performance you should change the hardware decoder to D3D11 in LAV Video Decoder settings when using MPCVR on Windows 10/11, because this renderer uses DirectX11.
  • The installer of MPC-HC is very basic (and that will not change).
    I therefore recommend using K-Lite Codec Pack. That includes MPC-HC and other essential components. It has a very advanced installation that can automatically create file associations, and helps you with easy configuration of important MPC-HC settings.
    The Standard version should be sufficient for most people. Use Full version of you like to use MadVR.
  • Modern GUI Theme (Dark or Light)
    Options > Player > User Interface
    It is also possible to change the height of the seekbar and size of the toolbar buttons.
  • Video preview on the seekbar
    Options > Player > User Interface > Hover type
  • Ability to search for subtitles
    Press D for manual search.
    Or enable automatic search in: Options > Subtitles > Misc
  • Adjust playback speed
    Menu > Play > Playback rate
    The buttons in the player that control playback rate take a 2x step by default. This can be customized to smaller values (like 10%):
    Options > Playback > Speed step
    Adjusting playback speed works best with the internal audio renderer. This also has automatic pitch correction.
    Options > Playback > Output > Audio Renderer
  • MPC-HC can remember playback position, so you can resume from that point later
    Options > Player > History
  • You can quickly seek through a video with Ctrl + Mouse Scrollwheel.
  • You can jump to next/previous file in a folder by pressing PageUp/PageDown.
  • You can perform automatic actions at end of file. For example to go to next file or close player.
    Options > Playback > After Playback (permanent setting)
    Menu > Play > After Playback (for current file only)
  • A-B repeat
    You can loop a segment of a video. Press [ and ] to set start and stop markers.
  • You can rotate/flip/mirror/stretch/zoom the video
    Menu > View > Pan&Scan
    This is also easily done with hotkeys (see below).
  • There are lots of keyboard hotkeys and mouse actions to control the player. They can be customized as well.
    Options > Player > Keys
    Tip: there is a search box above the table.
  • You can stream videos directly from Youtube and many other video websites
    Put yt-dlp.exe in the MPC-HC installation folder.
    Then you can open website URLs in the player: Menu > File > Open File/URL
    You can even download those videos: Menu > File > Save a copy
    Tip: to be able to download in best quality with yt-dlp, it is recommended to also put ffmpeg.exe in the MPC-HC folder.
    Several YDL configuration options are found here: Options > Advanced
    This includes an option to specify the location of yt-dlp.exe in case you don't want to put it in MPC-HC folder.
    Note 1: You also need to install Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)
    Note 2: yt-dlp nightly build (very latest version made daily)
  • Besides all these (new) features, there have also been many bugfixes and internal improvements in the player in the past years that give better performance and stability. It also has updated internal codecs. Support was added for CUE sheets, WebVTT subtitles, etc.

Development Builds

15 Aug 11:25
Compare
Choose a tag to compare
Development Builds Pre-release
Pre-release

Below are development builds for testing purposes.

Latest development build: 2.3.4.40 (August 30th 2024)

Latest stable release build: 2.3.4
https://github.com/clsid2/mpc-hc/releases/tag/2.3.4

2.3.4

06 Aug 14:35
Compare
Choose a tag to compare

Donations are appreciated. There is now a PayPal option.

Changes from 2.3.3 to 2.3.4:

Updates:

  • Updated MPC Video Renderer to version 0.8.5.2275

Changes/additions/improvements:

  • Added advanced option to skip file delete confirmation prompt.
  • Durations are now stored in MPCPL playlist files.
  • Added /thumbnails command line parameter to generate a thumbnail sheet. Player automatically closes when done.
  • The main control window now has small size when playing fullscreen on a different monitor.
  • When opening an URL extracted by yt-dlp, the useragent and referrer are now used by LAV Splitter. This should fix/improve playback of streams that require those parameters.

Fixes:

  • A few fixes.

Development Builds

05 Aug 21:40
Compare
Choose a tag to compare
Development Builds Pre-release
Pre-release

Below are development builds for testing purposes.

Latest development build: 2.3.3.27 (August 5th 2024)

Latest stable release build: 2.3.3
https://github.com/clsid2/mpc-hc/releases/tag/2.3.3

2.3.3

18 Jul 17:53
Compare
Choose a tag to compare

Donations are appreciated. There is now a PayPal option.

Changes from 2.3.2 to 2.3.3:

Updates:

  • Updated MPC Video Renderer to version 0.8.5.2268

Changes/additions/improvements:

  • The modern theme volume slider now shows % value
  • The options to show audio and video format details in statusbar are now enabled by default
  • The file delete function now shows a confirmation prompt on Windows 10/11, because Windows may not show one by itself anymore like it did in the past.

Fixes:

  • A few small fixes.

Development Builds

09 Jul 16:03
Compare
Choose a tag to compare
Development Builds Pre-release
Pre-release

Below are development builds for testing purposes.

Latest development build: 2.3.2.40 (July 16th 2024)

Latest stable release build: 2.3.2
https://github.com/clsid2/mpc-hc/releases/tag/2.3.2

2.3.2

01 Jul 18:01
Compare
Choose a tag to compare

Donations are appreciated. There is now a PayPal option.

Changes from 2.3.1 to 2.3.2:

Updates:

  • Updated LAV Filters to version 0.79.2-18-ga7212
  • Updated MediaInfo to version 24.06
  • Updated MPC Video Renderer to version 0.8.4.2263

Changes/additions/improvements:

  • The video is now paused/unpaused automatically when dragging the seekbar. Can be turned of in advanced settings for old behavior.
  • Now writes MultiSelectModel value in file association ProgIDs. This allows opening a selection of up to 100 files, instead of Windows default limit of 15.

Fixes:

  • A few small fixes.

2.3.1

22 Jun 13:31
Compare
Choose a tag to compare

Donations are appreciated. There is now a PayPal option.

Changes from 2.3.0 to 2.3.1:

Updates:

  • Updated LAV Filters to version 0.79.2-14-g49d8b

Changes/additions/improvements:

  • When closing filter graph takes too long, for example due to a deadlock situation in a filter, a prompt is now shown to ask you if you want to terminate the player process or wait longer.

Fixes:

  • A non-responding player instance will now no longer block opening a new instance (when re-use same instance option is enabled).
  • Fixed issue where /fullscreen command line parameter did not work in combination with FullScreenSeparateControls option.
  • Fixed issue that caused DVB subs to be unavailable.
  • A few other small fixes.

MPC Video Renderer

Frequently Asked Questions

Overview of features

A lot of people seem to be unaware of some of the awesome features that have been added to MPC-HC in the past years. Here is a list of useful options and features that everyone should know about:

  • Play HDR video
    This requires using either MPC Video Renderer (MPCVR) or madVR.
    These renderers can be selected here:
    Options > Playback > Output
    With other video renderers, the colors will be wrong!
    MPCVR is now included. MadVR needs to be installed separately. MPCVR also supports Dolby Vision. MadVR does not.
    For optimal performance you should change the hardware decoder to D3D11 in LAV Video Decoder settings when using MPCVR on Windows 10/11, because this renderer uses DirectX11.
  • The installer of MPC-HC is very basic (and that will not change).
    I therefore recommend using K-Lite Codec Pack. That includes MPC-HC and other essential components. It has a very advanced installation that can automatically create file associations, and helps you with easy configuration of important MPC-HC settings.
    The Standard version should be sufficient for most people. Use Full version of you like to use MadVR.
  • Modern GUI Theme (Dark or Light)
    Options > Player > User Interface
    It is also possible to change the height of the seekbar and size of the toolbar buttons.
  • Video preview on the seekbar
    Options > Player > User Interface
  • Ability to search for subtitles
    Press D for manual search.
    Or enable automatic search in: Options > Subtitles > Misc
  • Adjust playback speed
    Menu > Play > Playback rate
    The buttons in the player that control playback rate take a 2x step by default. This can be customized to smaller values (like 10%):
    Options > Playback > Speed step
    Adjusting playback speed works best with the internal audio renderer. This also has automatic pitch correction.
    Options > Playback > Output > Audio Renderer
  • MPC-HC can remember playback position, so you can resume from that point later
    Options > Player > History
  • You can quickly seek through a video with Ctrl + Mouse Scrollwheel.
  • You can jump to next/previous file in a folder by pressing PageUp/PageDown.
  • You can perform automatic actions at end of file. For example to go to next file or close player.
    Options > Playback > After Playback (permanent setting)
    Menu > Play > After Playback (for current file only)
  • A-B repeat
    You can loop a segment of a video. Press [ and ] to set start and stop markers.
  • You can rotate/flip/mirror/stretch/zoom the video
    Menu > View > Pan&Scan
    This is also easily done with hotkeys (see below).
  • There are lots of keyboard hotkeys and mouse actions to control the player. They can be customized as well.
    Options > Player > Keys
    Tip: there is a search box above the table.
  • You can stream videos directly from Youtube and many other video websites
    Put yt-dlp.exe in the MPC-HC installation folder.
    Then you can open website URLs in the player: Menu > File > Open File/URL
    You can even download those videos: Menu > File > Save a copy
    Tip: to be able to download in best quality with yt-dlp, it is recommended to also put ffmpeg.exe in the MPC-HC folder.
    Several YDL configuration options are found here: Options > Advanced
    This includes an option to specify the location of yt-dlp.exe in case you don't want to put it in MPC-HC folder.
    Note 1: You also need to install Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)
    Note 2: yt-dlp nightly build (very latest version made daily)
  • Besides all these (new) features, there have also been many bugfixes and internal improvements in the player in the past years that give better performance and stability. It also has updated internal codecs. Support was added for CUE sheets, WebVTT subtitles, etc.

Development Builds

17 Jun 12:39
Compare
Choose a tag to compare
Development Builds Pre-release
Pre-release

Below are development builds for testing purposes.

Latest development build: 2.3.0.25 (June 20th 2024)

Latest stable release build: 2.3.0
https://github.com/clsid2/mpc-hc/releases/tag/2.3.0