mpv icon indicating copy to clipboard operation
mpv copied to clipboard

🎥 Command line video player

Results 808 mpv issues
Sort by recently updated
recently updated
newest added

LRC subtitles can have lines with multiple timestamps, e.g. [00:00.00][00:02.00]foo [00:01.00]bar Currently mpv shows only the "foo" that was decoded first, because it compares the packet file position to check...

Feature request as it works much better with scripts/aliases: Add --user= and --pass= for http and maybe other network protocols...Much easier than entering it in the URL directly.

meta:feature-request
core:option-param-conf

A spiritual successor to #9621 but it also implements vo_gpu_next support. This depends on this libplacebo [MR](https://code.videolan.org/videolan/libplacebo/-/merge_requests/637). This splits `--alpha` into two options: `--alpha` and `--blend`. `alpha` strictly controls whether...

### Important Information Provide following Information: - mpv version ``` mpv v0.37.0 Copyright © 2000-2023 mpv/MPlayer/mplayer2 projects built on Jan 19 2024 09:09:45 libplacebo version: v6.338.2 FFmpeg version: n6.1.1 FFmpeg...

Hi strange behavior since driver 551.23 just installed as usual (clean install with DDU) - mpv version : 0.37 + mpv v3 20240128 nightly = same behavior = won't start...

os:win

### Important Information System Version: macOS 14.3 (23D56) Model Identifier: MacBookAir10,1 mpv version: git-2024-02-11-71598ca FFmpeg version: git-2024-02-11-66231e5 ### Reproduction steps 1. `$ mpv --no-config foo.m4a --sub-file=foo.srt` 2. Press `←` or...

core:terminal

This is also meant to fix #12615 but with more conservative changes to hopefully have an earlier merge into upstream (I know it's bad manner and practice, but the issue...

### Important Information Provide following Information: - mpv version: 0.35.1-r1 - Linux Distribution and Version: Gentoo 17.1 - Source of the mpv binary: emerge/portage - If known which version of...

os:linux

I'm sure something's broken since there's way too many sub options (whose fault could that be). Anyways, please test. cc @dawidpotocki

With `VOCTRL_SET_UNFS_WINDOW_SIZE`, currently it only results in a `SetWindowPos` call to resize the window. However, `SetWindowPos` doesn't change the window maximized state, so Windows still thinks that the window is...