/mpv/ - the Jow Forumsreatest media player

Downloads
mpv.io/installation/

Manual
mpv.io/manual/master/

Wiki
github.com/mpv-player/mpv/wiki

FAQ
github.com/mpv-player/mpv/wiki/FAQ

User Scripts
github.com/mpv-player/mpv/wiki/User-Scripts

Stuff to do
github.com/mpv-player/mpv/wiki/Stuff-to-do

Attached: mpv.jpg (1920x1080, 930K)

Other urls found in this thread:

github.com/hoyon/mpv-mpris
pastebin.com/nGSVfsDe
pastebin.com/Jur5viBW
haasn.xyz/posts/2017-10-05-how-to-benchmark-mpvs-raw-throughput.html
github.com/mpv-player/mpv/issues/5126
github.com/torque/mpv-progressbar
twitter.com/NSFWRedditImage

why does this need its own thread? i have the latest mpv installed but what do I do now?

I like the MPRIS-2 plugin from here, since it works with kdeconnect github.com/hoyon/mpv-mpris

>mpv
Sell me on it, I use predominantly mpc-hc. Why is this better?

Anyone use mpv-build? I am trying to ./update but I get
error: Your local changes to the following files would be overwritten by checkout:
configure
Please commit your changes or stash them before you switch branches.
Aborting

git stash drop doesnt work.

that would be Movies&TV

what's the shortcut for open url?

on smplayer i can ctrl-v and it autopopulates the url-open dialog with the pasted content, is this possible in mpv?

cd ffmpeg
git checkout -- .
cd ../mpv
git checkout -- .
cd ../libass
git checkout -- .
cd ..
./update

how do I make the picture in picture script move the window to a corner?

I right click and select mpv using the open with extension. Otherwise you can drag and drop urls onto mpv or use the terminal.

Attached: openwith.png (474x760, 55K)

yea i have those too, but soemtimes i have a text file, and it's easier to ctrl-c ctrl-v with keyboard into the window than drag/drop

Then ctrl+c and ctrl+v into the terminal...

well the point is to keep the window open

Attached: incredulousmeadowsoprano.png (761x763, 766K)

it didnt work for me so I just deleted the entire git repo and did a fresh install. :(

That bit of info would have been helpful upfront

well i did say "on smplayer" which implied a window...

You didn't imply that specific behaviour as a requirement...
And you can keep the window open with mpv...

you can drag the url on mpv :^)

Attached: reeeeeeeeeeedy.jpg (767x899, 137K)

Sure, but you need to implement it yourself. Worry not, I got you covered.
Save this script as:
folder_with_mpv.exe/scripts/utilities/clipboard.lua
pastebin.com/nGSVfsDe

And this one in:
folder_with_mpv.exe/scripts/load_file_from_and_copy_path_to_clipboard.lua
pastebin.com/Jur5viBW

Now, you have 3 commands exposed:
load_file_from_clipboard
append_file_from_clipboard
copy_file_path_to_clipboard


You can bind them to whatever shortcut you want to in input.conf file.
In case you have no such file - create it as
folder_with_mpv.exe/input.conf
Here's an example:
Ctrl+v script-message load_file_from_clipboard
Ctrl+Shift+v script-message append_file_from_clipboard
Ctrl+c script-message copy_file_path_to_clipboard


I hope that it still works well on windows, been a while since I used it there. Let me know if it doesn't work, I'll fix it and idk, maybe post on github alongside with some other scripts I wrote.

PS. Append just appends the file to the current playlist, you can achieve same behavior by drag-dropping a file/url onto mpv's window while holding down SHIFT.

on linux, and thanks, gonna try now

Make sure you have xclip installed

yeah it was giving an error until i did that
other than not opening a dialog (but that was extra) it works great, thanks
and the adding "copy to clipboard" is nice

Attached: asskathumbsup.gif (308x296, 1.39M)

# Video settings
gpu-api=d3d11
hwdec=d3d11va
d3d11va-zero-copy=yes
video-sync=display-resample

profile=gpu-hq
scale=haasnsoft
cscale=haasnsoft
dscale=catmull_rom
temporal-dither=yes
glsl-shader="~~/mpv-shaders/ravu-r3-smoothtest1.hook"
r8?

animu/20

you're welcome

this should work shouldnt it, in input.conf?

S async screenshot window

Yes, doesn't work if you're using Vulkan tho.

ah i see

Why?
Any reason to use vulkan by the way? I assume it's the best one on loonex, but is it better than d3d11?

>this is because mpv implements window screenshots by copying the rendered image back from the frontbuffer. This isn't always possible with modern graphics APIs for performance reasons. It's only possible with ra_d3d11 because it uses a Windows 8-era flip/sequential swapchain and not a Windows 10-era flip/discard swapchain.
>The solution for this is to render another copy of the video image when a window screenshot is taken. This would fix it for Vulkan and D3D flip/discard swapchains.

You can test both and see the best for your pc.
>haasn.xyz/posts/2017-10-05-how-to-benchmark-mpvs-raw-throughput.html

My player doesnt auto close after the file has reached the end
How do I get it to automatically make mpv's window close?

what's your config?

will wm4s commits get merged

threadly reminder there seems to be no fix for my issue with ogg streams

Attached: my_radio_experience.png (706x578, 123K)

I think its one of the config made for anime that someone could have posted here sometime ago

and you cant post your own config because?

really wish I could control a running mpv instance from the command line easier without dealing with some javascript based socket IPC crap
I just want to be able to add videos to a playlist and skip to the next and stuff

Weren't you told this is an ffmpeg issue before?

github.com/mpv-player/mpv/issues/5126

Attached: 1540739785275.png (1410x249, 39K)

yes, which doesnt really solve a thing

And why would reporting it to a random mpv thread solve it? Why wouldn't you make a report to ffmpeg devs?

keep-open=yes
Remove this from your config.

Too much work second sfan5 and jeeb.

>smoothtest1
WHEEZE.

It looks better than normal version.

how do i stop mpv from showing osd when taking screenshot?

nevermind
s no-osd screenshot

>s screenshot video
also works i guess

Mikoto is cute!

Attached: ad60769effb6c18b9f192933d6a75754.jpg (610x854, 100K)

I'm using progress bar github.com/torque/mpv-progressbar can I set bar-hide-inactive=true from another script?

There is a way to doubling 1080p content and then downscale it with a 1080p monitor?

Maybe if you change the script-binding stuff to script-message. I've not read the code though maybe it already has script-message.

why the fuck would you do that?