Attached: mpv-logo-128-0baae5aa.png (128x128, 10K)
/mpv/
Levi Baker
Other urls found in this thread:
github.com
mpv.io
mpv.io
github.com
mpv.io
mpv.io
github.com
github.com
mpv.io
haasn.xyz
github.com
github.com
github.com
twitter.com
Brandon Rogers
Fist time trying out a more advanced (=meme) config. Is this what my stats are supposed to look like?
Jace Torres
Wiki:
github.com
Manual:
Stable: mpv.io
Git: mpv.io
User Scripts & Shaders:
github.com
High quality video output profile (goes into mpv.conf):
profile=gpu-hq
Configuration Files:
mpv.io
mpv.io
Input.conf:
github.com
Post your system specs and config if you're asking performance related questions.
Blake Murphy
Abandonware. JEEB is useless and even wm4's fork has been nuked now. mpv has no future.
Lucas Walker
I could use it forever like it is now and would still prefer it to all other players I know.
Grayson Myers
Those are good timings. IIRC you want the total at ~16k or below with interpolation.
Asher Garcia
>wm4's fork has been nuked now
Again? What happened this time?
Michael Flores
>github.com
SFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN5
Benjamin Gonzalez
is it possible to make display an image (set in the config) whenever it is idling or playing only audio?
Ryder Peterson
it depends on your refresh rate. 16k (~16ms) is the length of a frame at 60hz
dunno, but the repo is no longer on his profile
Matthew Young
*without fucking with the program source
Samuel Cook
So who's going to be what mpv was to vlc but now to mpv but probably written in rust and javascript. And what name will such creature adopt?
Levi Garcia
First for IINA is best front end.
Alexander Jenkins
What now?
Xavier James
scale=ewa_lanczossharp
tscale=oversample
video-sync=display-resample
interpolation
Jaxson Rivera
##Video##
gpu-api=d3d11
gpu-context=d3d11
hwdec=d3d11va
profile=gpu-hq
video-sync=display-resample
##Audio##
alang=eng,en
volume-max=200
##Subtitle##
slang=eng,en
sub-auto=fuzzy
sub-ass-force-margins=yes
embeddedfonts=no
sub-font="Clear Sans"
sub-ass-force-style=FontName="Clear Sans"
sub-color="#ffffffff"
sub-border-color="#101010"
sub-gray=yes
sub-gauss=.75
##Screenshot##
screenshot-format=jpg
screenshot-tag-colorspace=yes
screenshot-template=C:\Users\user\Pictures\%F_%p_%n
##Misc##
ontop
border=no
msg-module
no-osd-bar
keep-open=yes
loop-file=inf
priority=high
autofit=100%
geometry=50%:50%
cursor-autohide=200
prefetch-playlist=yes
force-window=immediate
save-position-on-quit
watch-later-directory=C:\Users\user\Videos\mpv\watch_later
##UI##
script-opts=osc-title=${filename},osc-layout=bottombar,osc-seekbarstyle=bar,osc-deadzonesize=0,osc-minmousemove=2,osc-hidetimeout=1000,osc-vidscale=no
##Stream##
[protocol.https]
ytdl-format=bestvideo[height
Wyatt Foster
Not enough memes.
Eli Nelson
I don't have time to meme
Jace Evans
For several months my stats overlay timings have not been working at all, they just show up as 00000 and 00%, what went wrong?
I used to use the stats.lua script but it broke and switched to the built in one and it is still broken
Josiah Flores
What's the difference between mpv and mpv.net
Hunter Sanchez
doesn't work with vulkan/libplacebo atm
Sebastian Richardson
mpv.net is a front-end for mpv that introduces it's own set of bugs
Aiden Murphy
>doesn't work with vulkan
Thanks, didn't know that
Caleb Young
Nothing, sit back and watch some movies :)
Aaron Murphy
>upload frame (naive)
Eli Moore
how to save png instead of jpg?
Ethan Taylor
screenshot-format=png
Christian Murphy
stupid dusty aboriginal
Jordan Fisher
I typed mpv --screenshot=png in CL but the change wasn't made
Michael Harris
go home user you're drunk
Julian Peterson
Okay I worked out how to get png if I play the file using CL, but I'm after the feature universally
Ayden Allen
How do I set MPV as my default photo viewer on wincuck?
I got the batch file and set it up as default video player, but can't figure out for photo viewer?
Asher Hughes
make a config file and put what I wrote in it...
Chase Harris
use irfanview for images
Jaxson Nguyen
>cscale=ewa_lanczossoft (chroma)
No, it should definitely not look like this.
Robert Turner
>playing only audio
You could try using auto-profiles to load an external source (the image).
Nathan Walker
### General ###
no-border
loop=yes
osd-font="Roboto Mono"
### Audio ###
volume-max=200
### Sreenshots ###
screenshot-format=png
screenshot-high-bit-depth=yes
screenshot-png-compression=0
screenshot-template="~/Desktop/%F %p %n"
### Video ###
profile=gpu-hq
scale=lanczos
linear-downscaling=no
sigmoid-upscaling=no
glsl-shader="~~/FSRCNNX_x2_16-0-4-1.glsl"
glsl-shader="~~/SSimSuperRes_Mitchell.glsl"
glsl-shader="~~/SSimDownscaler.glsl"
glsl-shader="~~/KrigBilateral.glsl"
# adaptive-sharpen can be toggled with n
### Image Profiles ###
[switch-fsrcnnx]
glsl-shaders-del=0
glsl-shader="~~/FSRCNNX_x2_56-16-4-1.glsl"
[rgb-to-yuv]
# Convert RGB to YUV in order to use FSRCNNX
vf=format=yuva444p
[extension.jpg]
pause
profile=switch-fsrcnnx
[extension.png]
pause
profile=switch-fsrcnnx
profile=rgb-to-yuv
[extension.webp]
pause
profile=switch-fsrcnnx
# I mostly work with lossless WebP (ARGB)
profile=rgb-to-yuv
[extension.gif]
scale=nearest
### Artsy Black and White ###
# Toggled with b/Ctrl+b
[artsy-black-and-white]
saturation=-100
dither=error-diffusion
dither-depth=1
error-diffusion=sierra-3
[no-artsy-black-and-white]
saturation=0
dither=no
Carter Adams
Never used it before, will mpv.net play video files better than vlc right off the bat, or does it need some configuring?
Jayden Sanders
What argument can I use for anti-aliasing?
I have a shitty webcam that I stream via rtsp and the low-latency profile.
Easton Rogers
mpv is probably better when comparing playback defaults but adding profile=gpu-hq makes it even better and is easy to do
Leo Sanchez
>screenshot-high-bit-depth=yes is default btw
William Howard
In its default state it's less likely to produce corrupted playback. When you need to scale your videos you should at least use profile=gpu-hq though. mpv uses bilinear scaling by default for compatibility reasons (and looking at mpv.net's config, it doesn't change that), while VLC uses superior bicubic scaling. profile=gpu-hq will remedy that by switching to better scaling algorithms and the added debanding will also make low quality videos far more pleasant to watch.
Anthony Smith
Thanks. I could've sworn the manual said "default: no", but you are right.
Bentley Miller
I just realized that the quality is bad because of the no-keepasect. Can I improve the way it handles the downscale from the resized window?
Tyler Perez
How do I know vulkan is working properly then?
Justin Cruz
Why does the git manual still not show --linear-downscaling and --linear-upscaling as two separate options?
Jaxon Martinez
Run mpv with the verbose arg and ctrl+f for vulkan mpv -v video.mkv
Or make a log file mpv.io
This is a good idea to do whenever you change your conf or update to see if you have any errors or if anything has changed
Wyatt Gutierrez
And use this to get the most accurate performance reading
haasn.xyz
Jackson Edwards
>scale=lanczos
>glsl-shader="~~/SSimSuperRes_Mitchell.glsl"
Think again.
>dither=no
Just change depth to auto instead, or switch to fruit if performance is a concern
Why? Because no one updated it the page on the site.
The man pages in repo are up to date. So at least you get the current info in your install and by browsing the github page.
Aiden Garcia
# Video
gpu-api=d3d11
hwdec=d3d11va
d3d11va-zero-copy=yes
video-sync=display-resample
profile=gpu-hq
scale=ewa_hanning
scale-radius=3.2383154841662362
cscale=ewa_lanczos
cscale-radius=3.2383154841662362
dscale=ewa_robidouxsharp
target-prim=bt.601-525
# Audio
alang=jp,jap,en,eng
volume=40
volume-max=100
# Subtitles
slang=en,eng,jp,jpn
sub-ass-override=force
sub-font="source han sans jp"
sub-bold=yes
sub-font-size=44
sub-color="#ffffff"
sub-border-size=2.2
sub-border-color="#262626"
sub-shadow-offset=1
sub-shadow-color="#000000"
# osd
osc=no
osd-bar=no
osd-font="source han sans jp"
osd-bold=yes
osd-font-size=40
osd-color="#ffffff"
osd-border-size=2
osd-border-color="#262626"
osd-shadow-offset=1
osd-shadow-color="#000000"
# Screenshot
screenshot-format=png
screenshot-png-compression=0
screenshot-png-filter=0
screenshot-tag-colorspace=yes
screenshot-template="mpv-screenshot%n"
# window
force-window=immediate
geometry=50%:50%
autofit-larger=90%x90%
autofit-smaller=10%x10%
border=no
keep-open=yes
# Other
no-load-stats-overlay
no-input-default-bindings
no-taskbar-progress
msg-module
ytdl-format=bestvideo[height
Dominic Johnson
>Think again.
No, I like it.
>Just change depth to auto instead,
Maybe you're right. I forgot that gpu-hq sets it to auto as well.
>or switch to fruit if performance is a concern
dither=no is just supposed to deactivate the dither applied by the previous profile. I don't really care about dithering otherwise.
Anthony Perry
Already dead?
Carter Mitchell
dither=no disables it altogether. It doesn't revert to the previous setting if that's what you're saying.
William Reed
fucc meme player
>fall to Jow Forums meme
>say it better than vlc
>stuttering when playing, even with 480p videos in 8250u
#video
#profile=gpu-hq
video-sync=display-resample
gpu-api=d3d11
hwdec=d3d11va
d3d11va-zero-copy=yes
video-sync=display-resample
Ethan Mitchell
Works for me.
Lincoln Ramirez
no offense but i try it in linux desktop, just profile=gpu-hq still stuttering, same output, so i think the problem is not in my end
Evan Powell
no problems here with a i5-7200u (a pile of shit btw)
fix your system
Ian Allen
How can you fuck up so much when doing so little?
Babby go back to your retard player, please.
No one should waste their time spoonfeeding your dumb ass.
Luke Gomez
it's bloat tho
mpv is nice and beautiful
Jordan Cook
>No, I like it.
Alright.
You do you, but that's a very odd combination. Lots of ringing and overcompensated edges, but if I'm getting the functions right in my head it should have zero blocking or aliasing, so there's that.
Wyatt Foster
>it's bloat
Irfanview is a better image viewer since it provides more tools and configurations just for that. Yes, you can use mpv with user scripts to view images, but its like using a knife to cut a small pudding, instead of a spoon.
Carson Torres
Yes, I realized that thanks to you. I also realized that there's no indication of fruit dithering in the stats overview, even when active. The whole time I was under the impression that dither-depth=auto never activated dithering for me and I could just replace it with dither=no.
Now I change dither-depth to auto and dither to fruit to revert the settings to their previous values.
Yeah, I know that it's not something for everybody. I'm very deaf to ringing.
Robert Johnson
Liam Price
> lessee if we can get that swift5'ification finally in today :P
More mac shit.
Dylan Edwards
mpv has the best meme upscaling and proper color management though. It's the best image viewer in terms of accuracy and quality.
Michael Bailey
any idea how to set it up as default image viewer on wincuck user?
Carson Scott
>mpv has the best meme upscaling and proper color management though. It's the best image viewer in terms of accuracy and quality.
*cough*
github.com
*cough*
Matthew Harris
right click on an image > select mpv > check always use this app > click ok
Noah Thomas
>macshit
Lincoln Barnes
pain in the ass to do it with each association but ig it works.
And idea how to scroll through images in a dir? Like click one photo, then scroll through the rest. That was the one other thing I couldn't figure out.
Ryan Lee
Use the autoload.lua user script, add your usual image extensions to its list and bind your mouse wheel to going forward/backward in a playlist.
James Stewart
drag and drop the folder onto mpv to create a playlist or use something like autoload
github.com
Alexander Reyes
It's only macshit for now, but if resolved properly it'll be a step forward for correct color management on every OS
Jeremiah Smith
>Dragging and dropping folder
was pain in ass desu
Autoload userscript seems to be what I need.
But uh what are the keybinds I have to set for scrolling?
playlist-next
playlist-prev
Is it those? Because doesn't seem to work.
Justin Butler
click the arrows on the OSC or press enter or < >
Or something like thisMBTN_FORWARD playlist-next
MBTN_BACK playlist-prev does work
John Lopez
Try
WHEEL_UP playlist-prev
WHEEL_DOWN playlist-next
Hudson Ramirez
Can't seem to get it hmm.. Not sure if the script is fucking up?
I tried putting it in the home directory of my MPV as well as throwing it in a /scripts/ folder.
Isaac Allen
Pain in the ass but if you want it to save position on quit and pick up from where you left off without having to remember I think you need to load the entire directory
It 100% works. Make sure you saved it as a .lua file and not .txt
And those settings go in input.conf
Jaxson Ortiz
>fbo-format=rgba32f
Is this a meme?
Nathan Phillips
Largely, yes.
Maybe with a fantastic monitor and übermensch vision would you actually notice a difference.
Caleb Lewis
If you like your pc to double as a space heater when watching chinese cartoons with meme scalers and interpolation at high res/refresh: no.
William Phillips
>mpv 0.24.0
>macshit
Okay kid
David Anderson
Here's your (You)
>It's only macshit for now, but if resolved properly it'll be a step forward for correct color management on every OS
Bentley Diaz
quick question
I torrent a movie
I get subtitles
they are out of sync
I sync them using "z" and "x" hotkeys
I now want to save them, when they are in sync
can I?
Easton Anderson
Yes, but not on mpv.
Carson Stewart
use a real OS kid
Joshua Hernandez
Shift the subtitles in aegisub or whatever subtitle editor you want
mpv is not made to edit files
Liam Miller
mpv has the best color management on macos though
Adrian Watson
Do lanchorz builds not have gpu-context?
Landon Russell
Why is ANGLE not on lanchorz builds?
Andrew Lewis
Error parsing option cache-default (option not found)
Why doesn't this work on shinshiro?
Jason Butler
Use demuxer.
David Sanchez
example?
Tyler Garcia
His latest build is from October of last year. That might be why.
Might be because it's being replaced?
demuxer-seekable-cache=yes
demuxer-max-bytes=2048MiB
demuxer-max-back-bytes=1024MiB
Robert Mitchell
did anyone save wm4s fork before he nuked it
it had a lot of shit that weren't in the wm4 v2 PR
James Morgan
what's a good ffmpeg command to convert a standard movie to around 2-3 gb? with best quality as possible. a kind of local yify...
Adrian Howard
>with best quality as possible.
>a kind of local yify...
Choose one.
Jordan Peterson
When using demuxer-lavf-o=loop=1, mpv loops/dupilicates the image when playing a series of PNG flies. Is it possible to replicate this exact behavior with a series of JPEG files?
Elijah Gonzalez
>Might be because it's being replaced?
Why?
Justin Diaz
Yeah but was any of it useful. I don't care about memes like backward playback. He caught a memory leak that was already merged upstream so who cares at this point.