mpv
mpv copied to clipboard
🎥 Command line video player
### mpv Information ```bash mpv v0.38.0-539-g1225bcbd41 Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects built on Jun 24 2024 07:02:29 libplacebo version: v7.349.0 (v7.349.0-rc1-3-g1fd3c7bd) FFmpeg version: git-2024-06-23-0b67c83 FFmpeg library versions: libavcodec 61.8.100 libavdevice...
We wrap the default Lua allocator to allow used memory tracking. This works well, except that we never destroy the default allocator or notify it that we are closing. Since...
Integrating wcwidth from https://github.com/rmyorston/busybox-w32/blob/master/libbb/wcwidth_alt.c allows clearing the correct number of lines when they wrap because of characters that span 2 cells. It can also be exposed to scripts later. We...
Print "Image" instead of "Video" for video tracks. This fixes #8561. Print the hls-bitrate in select.lua. Show the same flags in loadfile.c, select.lua and stats.lua. The only differences are that...
### mpv Information ```bash mpv v0.38.0-dirty Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects built on May 23 2024 10:30:57 libplacebo version: v6.338.2 FFmpeg version: n7.0.1 FFmpeg library versions: libavutil 59.8.100 libavcodec 61.3.100...
commit 1: console.lua: remove the scale script-opt This is redundant because you can set font_size and border_size to have the same effect. commit 2: console.lua: minor tweaks - Remove the...
Sometimes the `cookies` field output from yt-dlp will have a cookie with a quoted value, e.g. when it contains a special character such as `=`: ``` yt-dlp --print "%(.{formats.-1.cookies})#j" "https://www.tiktok.com/@conner_omalley_/video/7365919655254347050"...
Slightly tighten the refresh seek requirement for https://github.com/mpv-player/mpv/pull/14399 to make sure not to unnecessarily seek video streams.
### Expected behavior of the wanted feature When the mouse pointer is hovering over the time bar, can see a thumbnail of that time. There used to be a relevant...
### mpv Information ```bash [ 0.003][v][cplayer] mpv v0.38.0-559-g22fc2e6a Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects [ 0.004][v][cplayer] built on Jun 26 2024 12:07:11 [ 0.004][v][cplayer] libplacebo version: v7.349.0 (v7.349.0-rc1-3-g1fd3c7b-dirty) [ 0.004][v][cplayer] FFmpeg...