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

Hi, I was wondering why there wasn't cplugins support for windows, so I gave it a try and it worked fine with a toy extension I'm developing. I'm not very...

priority:stalled

When `af_scaletempo2.c:process()` detects a format change, it goes back through `mp_scaletempo2_init()` to reinitialize everything. However, `mp_scaletempo2.input_buffer` is not necessarily reallocated due to a check in `af_scaletempo2_internals.c:resize_input_buffer()`. This is a problem...

When using Xcode, `struct entry` already exists (from ), so the one we declare in audio/format.c needs to be named differently.

mpv allows us to play videos that are being downloaded such as via yt-dltp or what was the name of the improved youtube-dl successor. At like 50% of a video...

meta:feature-request

The current version of the fd and fdclose protocols can only get the file descriptor from the url, which causes path-based features like remembering the playback position and getting the...

### Important Information Provide following Information: - mpv version: mpv-dev-x86_64-v3-20220909-git-d433c5d - Windows Version: Windows 10 21H2 - Source of the mpv binary: shinchiro winbuild repo - Hardware: AMD RX580 /...

os:win

### Important Information Provide the following Information: - MPV version: test in 0.34.1 and HEAD(https://github.com/mpv-player/mpv/commit/37aea112c15958052bcc6d0582593edf3bfead8f) - libplacebo version: test in 4.208.0 and HEAD(https://github.com/haasn/libplacebo/commit/6ed1b0097460472c375a3e5ec22af0c1632123b9) - Linux Distribution and Version: Arch Linux...

os:linux
down-upstream:nvidia

### Important Information Provide following Information: - mpv-x86_64-20220918 - Windows 10 Home 21H2 19044.2006 I have many files with multiple video tracks. Whenever I use the cycle video track key,...

approach based on https://github.com/mpv-player/mpv/pull/5602#issuecomment-796826604 In short you can tell MediaCodec to render into an [AImageReader](https://developer.android.com/ndk/reference/group/media#aimagereader) and then retrieve the frames from it, no JNI required. unsolved: - [x] ~~hardcoded maximum...

As example log like: ``` 16-09-2022 14:23-14:33 /home/user/Downloads/video1.mp4 16-09-2022 14:40-14:51 /home/user/Downloads/video1.mp4 16-09-2022 15:00-15:20 /home/user/Downloads/video1.mp4 17-09-2022 15:00-16:40 /home/user/Downloads/cinema.mkv ``` I propose to log the playback time (even with acceleration) or the...

meta:feature-request