mpv
mpv copied to clipboard
🎥 Command line video player
With --ignore-path-in-watch-later-config, --write-filename-in-watch-later-config still writes the absolute path of files in the comment, even though the hash is calculated from the basename. Make it write the basename to avoid confusion....
It is almost never wanted that videos are blown up to twice their native image resolution and then have mpv play make believe that that is indeed the correct video...
By preserving the conffile in the `# redirect entry` I am amble to cross-reference the referent in order to associate one with the other when building menus for resuming playback....
### mpv version and platform N/A, Windows 10 x64 ### Reproduction steps Play a 24fps video using a monitor which has adaptive sync but which does not have built-in low-framerate...
so i took a screen with vo=gpu-next and vo=gpu the tone curve is barely touched it's mostly get's a green tint in it... and i wondered why? so played file...
dvb_teletext subtitles/pages decoded by lavc are only supported in bitmap form. Currently setting `--sub-lavc-o=txt_format=1` (text) or `--sub-lavc-o=txt_format=2` (ass) causes: ``` sub/lavc: unsupported subtitle type from libavcodec ``` It is hard-coded...
This change allows stdout to remain free for encoder output or similar tasks like vo=tct. Before commit 4939570e17, all messages were printed to stdout, except status messages, which were printed...
EDIT: removed images, because it is evolving.
Read this before you submit this pull request: https://github.com/mpv-player/mpv/blob/master/DOCS/contribute.md Reading this link and following the rules will get your pull request reviewed and merged faster. Nobody wants lazy pull requests.
When I use a symlink to run mpv, so that I can `killall `, `mpv` changes back iits name to `mpv`, disrespecting an user's choice. ### Important Information Provide following...