[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
/mpv/
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /g/ - Technology

Thread replies: 255
Thread images: 29
File: mpv-miley-wball.jpg (148 KB, 730x730) Image search: [Google]
mpv-miley-wball.jpg
148 KB, 730x730
> Low performance preset.
vo=opengl:deband
hwdec=auto


> Medium performance preset.
vo=opengl-hq
hwdec=auto


> High performance preset.
vo=opengl-hq:interpolation:scale=ewa_lanczossharp:cscale=ewa_lanczossoft
video-sync=display-resample


> Insane performance preset.
vo=opengl-hq:interpolation:scale=ewa_lanczossharp:cscale=ewa_lanczossoft:prescale-luma=nnedi3:nnedi3-neurons=64:prescale-downscaling-threshold=1.5
video-sync=display-resample



Windows Builds:
Stable Releases: https://mpv.srsfckn.biz/
https://mpv.srsfckn.biz/mpv-x86_64-20160229.7z
https://mpv.srsfckn.biz/mpv-i686-20160229.7z

Nightly: https://bitbucket.org/rorgoroth/mpv-for-windows/downloads
https://bitbucket.org/rorgoroth/mpv-for-windows/downloads/mpv-latest-Win64.zip
https://bitbucket.org/rorgoroth/mpv-for-windows/downloads/mpv-latest-Win32.zip

Nightly with installer/updater/scripts, configs, icons:
https://bitbucket.org/rorgoroth/mpv-for-windows/downloads/mpv-2016.03.25-Win64.zip
https://bitbucket.org/rorgoroth/mpv-for-windows/downloads/mpv-2016.03.25-Win32.zip
>>
What is the best option considering quality for hwdec=?
>>
File: L _ I N.png (402 KB, 598x1021) Image search: [Google]
L _ I N.png
402 KB, 598x1021
Alright maybe you fegs can shed some light on this. The only thing I want mpv to do is adjust volume using the scroll button. Running latest stable build on Windows 7.
>>
>>53692871
I don't think it matters.

The only improvement having hwdec=no over anything else is timing/sync which shouldn't be an issue anyway.
>>
>>53692766
which preset should would be the best for my old HTPC
it has a amd r2 200 and amd x4 945 3ghz
>>
Is this really better than vlc?
>>
File: 1427915786080.png (155 KB, 500x487) Image search: [Google]
1427915786080.png
155 KB, 500x487
https://p.teknik.io/2673
>>
>>53693275
It has benefits at the cost of some ease of use I guess you could say.

Give it a fair trial and see what you think.
>>
>>53693328
Last time I tried that it lacked some basics like volume controls.
>>
>>53693570
MOUSE_BTN3 add volume -2
MOUSE_BTN4 add volume 2
in input.conf
>>
>>53693319
Thanks famalam.
>>
What can a Intel Core i7-4720HQ and a GTX 965M handle? I assume not insane.

This is on Linux.
>>
>>53694003
>nvidia
Just use vdpau
>>
>>53694003
just use medium
>>
How do I open ustream streams in mpv? RTMPDump didn't help and google didn't really help either.

Using firefox and windows.
>>
>>53694109
livestreamer

>Windows
Sorry.
>>
>>53692871
For quality you want
hwdec=no
unless you're on intel hardware and have access to egl interop.
>>
>>53694145
HARDWARE DECODING AND SOFTWARE DECODING MUST PRODUCE THE SAME PICTURE AS PER MPEG SPEC

RETARD


The only reason to not use hardware decoding is either buggy drivers or filters that aren't compatible with hardware decoding.
>>
>>53694128
Thanks, it worked.
However, is there a way to get the actual link out of this so that I can run it with "mpv 'link'" from command line? Livestreamer gave me 4 different links and none of them can be used for that.
>>
>>53694181
Everybody ignore this retard
>>
>>53694294
youtube-dl
>>
>>53694310
because he is right?
>>
>>53692766

> Timesink. The Player.
>>
>>53694181
Calm down senpai. Some hardware decoding APIs convert the image to RGB, which means the YUV conversion and chroma upsampling might be sub-par.

Also, not all files are spec compliant. In practice, FFmpeg software decoding can return more sensible results than hardware decoding APIs for broken files.
>>
>>53694181
>HARDWARE DECODING AND SOFTWARE DECODING MUST PRODUCE THE SAME PICTURE AS PER MPEG SPEC
Yeah well they don't. Only vaapi with egl-interop does. Hence my comment, dipshit.
>>
>>53694350
and dxva2
>>
>>53694314
I've actually been trying this before and couldn't find any way to make it work.
>>
>>53694350
>>53694344
So don't use shitty APIs, what exactly is the problem?
>>
>>53694364
Winbabbies need not apply
>>
>>53694378
That would be easy if everyone had the non shitty APIs. >>53694145 was correct.
>>
>>53694378
>So don't use shitty APIs
So don't use hwdec? That's exactly what I've been saying!
>>
>>53694365
dxva2 works only with backend=dxinterop
>>
I'm so glad the latest update for my intel gpu made dxva2/dxinterop not crash with mpv. It plays opengl-hq flawless where before with dxva2-copy it would drop frames unless I used the opengl:deband setting.
>>
>>53694386
most people mean dxva2 when asking about hwdec and you linux tards suggest them to not use it.
>>
>>53694364
Only in Direct3D mode, which requires copyback if you want to use it with mpv's OpenGL output driver.
>>
>>53694457
Which might actually be a problem on very high resolution files (e.g. 4K 60 Hz), mind. You're doubling your image bandwidth and increasing the critical signal latency.

Meanwhile software decoding will just work, unless you have a CPU from the last century.
>>
>>53694457
dxva2 doesn't require copyback
>>
>>53694478
You can't transfer a texture from Direct3D to OpenGL without copying back to system memory.
>>
>>53694487
You can though.

mpv uses this extension to do it: https://www.opengl.org/registry/specs/NV/DX_interop.txt
>>
>>53694487
idk, 4K 60fps video plays flawlessly with dxva2, but stutters badly with dxva2-copy
>>
>>53694511
>>53694512
>dxva2+dxinterop
That means the GPU ends up doing RGB conversion. dxva2-copy is the only one for which you get access to undistorted planes.
>>
>>53694546
>That means the GPU ends up doing RGB conversion.
And it doesn't even get the YUV->RGB conversion right, let alone the upscaling.
>>
>>53694606
I just compared software vs dxva2 (on nVidia) and dxva2 seems a bit better (sharper). I will continue using it.
>>
>>53694846
Try again with
cscale=ewa_lanczossharp
.

Also enjoy your inaccurate colors in many sources and generally unpredictable behavior.
>>
>>53694364
>>53694453
There is simply no way with the current APIs to access undistorted YCbCr planes via DXVA2 and without requiring copyback.

Only VAAPI and VDPAU are capable of it, and VDPAU only via some really obscure and probably unintended side effect of another “feature”.
>>
>2016
>using some obscure command line player

No thanks.
>>
>>53695464
Give it a try, you won't be able to live without it after. It's like a cancer that takes over and you cannot rid yourself of it.
>>
>>53695550
If you truly, deeply hate somebody - teach them to recognize video artifacts.
>>
>>53693319
Anyway to read mp3 metadata and set equalizer to metadata's Genre setting?
>>
>>53692900
mouse_btn3 add volume 5
mouse_btn4 add volume -5

Something like that.
>>
>>53692900
MOUSE_BTN3 add volume 2
MOUSE_BTN4 add volume -2

On your input.conf
>>
File: True_Hell.png (517 KB, 519x642) Image search: [Google]
True_Hell.png
517 KB, 519x642
>>53695866
>Watching TV
>Banding everywhere
>>
>>53696068
>banding
entry level

If you truly, deeply want somebody to never be able to enjoy media again, teach them to recognize
>clipping, aliasing, ringing etc.
>distortion scaler artifacts (e.g. warpsharp, NNEDI)
>excessive median filtering
>bilinear artifacts
>quantization artifacts
>MV prediction errors
>dropped/duped frames
>3:2 pulldown
>interlacing artifacts
>poor IVTC
>PAL speedup
>oversharpening
>dither patterns
>subsampling moiré
>YUV matrix fails
>gamut cutoff/mismatch
>frame tearing
>TFT blurring
>chromatic aberration
>asymmetric filter distortion
>subsampling artifacts
>wrong chroma subpixel offsets
>distorted aspect ratios
and probably more that I'm forgetting right now.
>>
>>53696205
Banding is one of the more obvious and common ones though.
>>
>>53696205
Daiz please
>>
>>53696205
Oh, and train their ability to detect the exact codec, encoder, quantization level and bitrate used from just visual inspection.

>>53696224
not even daiz m8
>>
>>53696205
I can recognize most of those and I enjoy it.
>>
>>53696262
Oh. Well, teach them to recognize plot holes.
>>
Teach mpv image viewing:

mpv.conf:
[extension.jpg]
pause

[extension.png]
pause

[extension.gif]
loop-file="inf"

[extension.webm]
loop-file="inf"


input.conf:
CTRL+LEFT  add video-pan-x -0.01
CTRL+DOWN add video-pan-y +0.01
CTRL+UP add video-pan-y -0.01
CTRL+RIGHT add video-pan-x +0.01
CTRL++ add video-zoom +0.1
CTRL+- add video-zoom -0.1
CTRL+SHIFT++ add window-scale +0.1
CTRL+SHIFT+- add window-scale -0.1
CTRL+0 cycle video-unscaled
CTRL+DEL run "/bin/sh" "-c" "rm ${path} && notify-send -u critical -i mpv 'mpv' '${filename} deleted'
|| notify-send -u critical -i mpv 'mpv' '${filename} could not be deleted'"
>>
>>53692766
>> Insane performance preset.
>
prescale-downscaling-threshold=1.5

This only gives better performance though, for "insane" it should be the default or higher, right?
>>
>>53692766
dumb question but how do i load these presets? i want to try out ther insane performance one
>>
>>53696432
mpv.conf
>>
>>53696374
>tfw no mouse dragging or mouse wheel zooming
You missed some stuff

Also mpv is slow as shit at opening images or switching between them, wouldn't use it as a daily driver image viewer. (compared to e.g. sxiv)

Also has very limited resolution support (compared to e.g. gwenview).
>>
File: 1448796552961.jpg (38 KB, 632x420) Image search: [Google]
1448796552961.jpg
38 KB, 632x420
>>53696205
lol just give me a CRT brah, we got it right the first time
>>
>>53696820
>muh CRT superiorityfag
gtfo with your shit gamut, limited diagonals, crappy uniformity and blurry aperture

I'll take OLED over CRT any day of the week
>>
>>53692766
What's wrong with mpc-hc
wasn't it the best player
>>
>>53696876
4 years ago.
>>
>>53696542
>>>tfw no mouse dragging or mouse wheel zooming
just add the binds yourself?
>Also mpv is slow as shit at opening images or switching between them
works on my machine(TM)
>Also has very limited resolution support
literally wat?
>>
>>53696846
What about Plasma?
>>
File: Untitled.png (6 KB, 1319x53) Image search: [Google]
Untitled.png
6 KB, 1319x53
>the best media player ever
sure i'll try it out
>doesn't work
>need some gplv3 build that's unfindable
I'll keep using MPC-HC
>>
>>53696970
>just add the binds yourself?
Mouse dragging is non-trivial. It would need to be a lua script.

>works on my machine(TM)
Post a webm of you going through a folder of 100 pictures using sxiv (hold down the ‘next file’ key) and mpv (make a repeatable keybinding for ‘playlist-next’).
>>
>>53696970
>literally wat?
Go open this file in mpv and then in gwenview. Report back.

wget http://paste.click/DsPuSL
>>
>>53697571
just use "prescale" instead of "prescale-luma"
>>
>>53697641
Or better yet, don't use prescaling. It just ruins the image quality.
>>
>>53697654
But it's on the OP's. Surely it brings better quality.
>>
>>53697679
Don't listen to the lies. Upscalers that aren't frequency-preserving always look like ass.
>>
>>53697571
Use high instead of insane and it will work. Nnedi doesn't look better and runs worse.
>>
>>53696846
Have you actually watched consumer OLED in its current state? it can't render shadow detail or smooth gradients for shit, its like a sea of noise floating on a greasy black canvas (with random frame drops just to fuck with you)

Sony needs to pull the stick from their ass and build a scaled up version of their BVMs so we can all forget about LCD/DLP/RP/CRT for good
>>
So on windows which is the best for amd gpu?

vo=opengl-hq:backend=dxinterop
hwdec=dvxa2-copy

vo=opengl-hq:backend=dxinterop
hwdec=dvxa2

vo=opengl-hq
hwdec=dvxa2-copy

vo=opengl-hq
hwdec=dvxa2
>>
>>53698574
Someone should create an auto setup that analyse the system and apply the best settings.
>>
>>53698574
I guess 1st
>>
Don't kick me but if mpv is that great why it's not used as component for software like kodi, emby or mediaportal?
>>
When I use backend=dxinterop I've got blue screen with ":(" and my machine reboot very slowly. How can I capture what's wrong and share it with the dev team? Is there an option to share debug protocols to devs?
>>
How do you load subtitles from a separate folder?
>>
>>53699569
--sub-file=
or drag and drop

rtfm
>>
>>53698574
Once of the first three, dxva2 only works with :backend=dxinterop
>>
how to use mpv scripts in smplayer? adding them to advanced options for mpv doesn't seem to work
>>
File: Arpeggio Kongou Figma.jpg (77 KB, 640x640) Image search: [Google]
Arpeggio Kongou Figma.jpg
77 KB, 640x640
I only care about watching Chinese cartoons.

Will this do it better than MPC-HC with Kawaii Codec Pack?
>>
>>53701554
>I only care about watching Chinese cartoons.

The whole point of mpv is chinese cartoons, for everything else it's worthless and pretty much worse than VLC.
>>
>>53692766
Can MPV playback 3D bluray images/iso files?
>>
>>53701588

Neat. I'll check it out.

I've always wondered why whenever I watch a show and they do a scene that pans across the whole screen slowly, there's noticeable stuttering. Anyone seen this or know what could cause this?
>>
Can you watch anime with mpv?
>>
what are good settings for intel hd3000 & i7 2620M ?
>>
>>53701814
Judder. 24fps video on a 60Hz screen means repeated frames. Use interpolation, or smoothmotion or something.

Or it could be that you're just seeing that it's pretty low framerate for a pan.
>>
File: no you don't understand.jpg (17 KB, 236x355) Image search: [Google]
no you don't understand.jpg
17 KB, 236x355
>>53702243

Oh I guess it's normal then. Bothers the hell out of me though, I'll look up smooth motion and interpolation.
>>
File: 1449794708376.jpg (141 KB, 392x309) Image search: [Google]
1449794708376.jpg
141 KB, 392x309
>>53696026
>>53696042
a bit late, but this worked perfectly. thanks anons.
>>
Has anybody tried the SVP integration for mpv? It was released a month ago. Does it have decent performance compared to mvtools?

>>53702144
My HD3000 can handle
opengl-hq:interpolation
in software decoding, which is really all I need. Anything higher is bordering placebo levels.
>>
>>53702953
>Has anybody tried the SVP integration for mpv?
I'm still using old SVP with MPC. Does the free version of the newer one provide the same smoothness?
>>
>>53702953
>Has anybody tried the SVP integration for mpv?
No because you have to buy it. I think it will be free eventually for linux/osx? It says you need mpv built with vapoursynth so it will probably be the same as the mvtools version that already exists anyway.
>>
This player is wonderful, that's just amazing.
This is my most used software just before my web browser, firefox.
>>
File: mpvchap.png (172 KB, 648x399) Image search: [Google]
mpvchap.png
172 KB, 648x399
OK so I finally made it (show chapter title while mouse hover) but I'm not convinced with the result.
Chapter title now appear inside the seekbar just below Time tooltip.
Where would be better to show the Chapter Title? Should it appear in a static position in the OSC instead of following mouse cursor like Time tooltip?
>>
if i use mpv with youtube-dl where does it store the temp cache for the video? on windows
>>
>hwdec=dxva2

Why didn't I do this before?

>hwdec=no
>can barely do nnedi3 32 without framedrops

>hwdec=dxva2
>nnedi3 64 neurons without any framedrops

What was the original reason for not using hwdec=dxva2?
>>
File: dxva2.jpg (102 KB, 1282x792) Image search: [Google]
dxva2.jpg
102 KB, 1282x792
>>53704399
nvm, now I remember. This happens when I pause, video resumes nicely when I playback again.

Also no screenshot capability with dxva2
>>
>>53704332
the OSD in mpv is shit.
It's rendered with libass like a fucking SSA file. It's so limited that you can't even see full size names or full playlist contents.
>>
>>53701814
>I've always wondered why whenever I watch a show and they do a scene that pans across the whole screen slowly, there's noticeable stuttering. Anyone seen this or know what could cause this?
You mean like this? :^)

mpv https://github.com/haasn/cms/raw/master/arrietty.mkv
>>
>>53704399
Holy shit this is some gold comedy.
>>
>>53704341
It doesn't. The cache is in RAM, unless you use the --cache-file option, then the cache file will be in the path you choose.
>>
H-hey... how do I know if my config file is working and the settings have changed?
>>
>>53706788
add pause to your config and when you start a video it will be paused
>>
>>53706788
open a video through the terminal, it'll tell you if any of your video settings are fucked up.
also >>53706854
>>
File: heh.png (19 KB, 882x177) Image search: [Google]
heh.png
19 KB, 882x177
>>53707147
I decided to turn off the OSC to see if the config file is working and it did; however, I don't see any difference between the default and High presets.
>>
>>53707339
You're playing a 1080p file on a 1080p display, what the fuck did you expect?
>>
>>53707495
Even though it's 1080p, shouldn't he be seeing a difference from interpolation, debanding and cscale?

Maybe he's just blind
>>
>posting an image of that nasty cunt
>>
>>53707733
>Error parsing option video-sync (option not found)
>>
>>53707733
your mpv version is probably too outdated, did you install with apt-get on ubuntu or something?
>>
>>53707812
yeah
>>
>>53707819
https://launchpad.net/~mc3man/+archive/ubuntu/mpv-tests
Look at "adding this ppa to your system"
>>
>>53707852
this repo doesn't seem to support ubuntu willy, i'll find another way
>>
How do I youtube-dl on windows?
>>
>>53707924
Put youtube-dl.exe in the same folder as mpv.exe
>>
This thread nearly died. Is mpv dying?
>>
>>53709931
yes
VLC for lyfe.
>>
>>53693275
>Is this really better than vlc?

Yes
>>
>>53693570
>Last time I tried that it lacked some basics like volume controls.

I just use my mousewheel for that.
>>
>>53693570
It has had volume controls since before MPC-HC and VLC existed.
>>
>>53710279
Are we just considering mpv the official continuation of mplayer now?
>>
File: thumbs.jpg (42 KB, 404x284) Image search: [Google]
thumbs.jpg
42 KB, 404x284
>>53710027

potplayer for life.

>thumbnail previews for life
>>
>>53704399
>>53704452
It requires dxinterop as backend which doesn't always work. Usually it's a problem on Intel intregrated gpu but an updater for several people in the last weeks fixed it in people with 4th gen and up intel hw.
>>
>>53698574
>So on windows which is the best for amd gpu?

vo=opengl
hwdec=dvxa2-copy

This gives the best results.
>>
>>53698831
>Don't kick me but if mpv is that great why it's not used as component for software like kodi, emby or mediaportal?

It's the new backend for Plex.
>>
>>53702035
>Can you watch anime with mpv?

Of course
>>
>>53698831
GPL
>>
>>53702144
>what are good settings for intel hd3000 & i7 2620M ?

--vo=opengl
--hwdec=no
>>
>>53711102
Oh nvm, I thought kodi etc. were proprietary. No idea, then.
>>
>>53704341
>if i use mpv with youtube-dl where does it store the temp cache for the video? on windows

In RAM.
>>
>>53707924
>How do I youtube-dl on windows?

put it in the same folder as mpv, then use "open with" extension for firefox to send web video to mpv.
>>
>>53710394
>Are we just considering mpv the official continuation of mplayer now?

Yes, it is completely replacing it.
>>
>>53710394
I'm personally considering it that, though some of the MPlayer devs might disagree.

MPlayer does still see activity, they are basically entirely separate projects now since neither side is even remotely interested in what the other side is doing.

It's hard to say where ‘mpv’ even started being a thing. Is it the point where somebody came up with a name? Is it the point where it got uploaded to github?

mpv's lineage traces back to a git branch on another git repo, though. And that one has been around for quite a while. And that is just a branch of another branch. And that one traces back to a branch in another repo. So uh..
>>
>>53711609
>It's hard to say where ‘mpv’ even started being a thing.

I'd say whenever wm4 started working seriously/regular on it otherwise mpv wouldn't be a thing now.
>>
>>53711648
wm4 was a regular contributor to mplayer2
>>
File: 1431560128853.jpg (25 KB, 433x380) Image search: [Google]
1431560128853.jpg
25 KB, 433x380
sorry for being this new, but how do i configure mpv? i just installed it on linux.
>>
>>53711110
stop spreading your useless configs
>>
>>53711735
https://mpv.io/manual/master/#configuration-files
>>
So, what are the disadvantages of using hwdec? I've both seen people say that it's shit and that it's good.
>>
>>53711898
vaapi-copy and dxva2-copy are ok but can be slow for a very high res video.
Other hwdec APIs should be also ok for a regular user
>>
File: mpv.png (6 KB, 1600x860) Image search: [Google]
mpv.png
6 KB, 1600x860
it seem to not work.
>>
>>53711965
But does it break any sort of scalers or filters? Or will it only help with decoding?
>>
Would mpv work with AMD Fluid Motion Video?
Stuff like the Bluesky Frame Rate Converter
>>
>>53692766
How do I playback 3D blurays with MPV
>>
>>53711996
as far as I know it doesn't break anything except only Ctrl + s screenshot works and https://mpv.io/manual/master/#video-filters don't work
>>
>>53711996
>But does it break any sort of scalers or filters?
Using hardware decoding means your GPU might need to do chroma upscaling and RGB conversion. Depending on the exact API involved, this means:

dxva2: You will get bad chroma scaling and driver-dependent, generally buggy RGB conversion - which will be wrong for a large number of source files and might even produce completely broken images.

vdpau: You will get bad to medium chroma scaling (depending on your vdpaupp settings). RGB conversion is influenced by mpv, but it only supports linear conversions (which might break some more obscure files, hard to say without testing it).

vaapi with backend=x11egl: Everything will work fine.

vaapi-copy or dxva2-copy: Everything will work fine, but performance might be bad (and in fact, might very well be worse than regular software decoding for large files). This requires a lot of GPU transfer bandwidth.

In general there is little reason to turn *on* hardware decoding if you can avoid it. It should only be used as necessary (e.g. on notebooks where battery life is a concern) as it breaks more than it helps.
>>
File: LAV settings.jpg (123 KB, 689x525) Image search: [Google]
LAV settings.jpg
123 KB, 689x525
>>53712171
Sorry, I don't use MPV but I've been using DXVA2 here. DXVA2-copy, is it same as copy-back?
>>
>>53712033
>>53712171
I was just trying it out, and most of my video files seem to fall back to software decoding anyway. And I don't exactly trust my GPU/drivers.
I'll just keep it off.
>>
>>53711898
Only use hwdec if your GPU is significantly faster than your CPU.
>>
>>53712246
I got 6700k non-OC and 980Ti

wat do
>>
>>53712222
yes
>>
>>53712254
Those are comparably fast so you don't need hwdec.

hwdec is only useful when your GPU makes your CPU look like shit. Like somebody running an i3 1st gen with a 980Ti
>>
>>53712281
I took a few screenshots and can't tell the difference between what I was using (CUVID/DXVA2) and DXVA2-copyback.

Then again, my library is mostly remuxes..
>>
>>53712312
It's not about image quality, it's about speed at which the video is decoded, ya doof.
>>
File: DXVA2ScalingAlgorithms.png (34 KB, 504x118) Image search: [Google]
DXVA2ScalingAlgorithms.png
34 KB, 504x118
only intel has good DXVA scaling algorithms (this pic 2.5 years old, nVidia is probably better now).
>>
>>53712857
and this is why I shouldn't use hw decoding? because it's shit? and just let software do it?
>>
>>53712878
most certainly if you use AMD GPU
>>
>>53701780
Can MPV do this or do I really need to *buy* a player for Wangblows to do this

I could even install Linux for this shit desu
>>
>>53712222
>I don't use MPV but I've been using DXVA2 here
Wrong thread bud

>DXVA2-copy, is it same as copy-back?
Exactly
>>
>>53712857
>No Jinc
I'll pass
>>
>>53692766
Haasn has changed his config again!
https://github.com/haasn/gentoo-conf/blob/nanodesu/home/nand/.mpv/mpv.conf

He is an important mpv's developer so why not using his conf as reference?
>>
>>53712917
I don't think anyone really knows, maybe ask on mpv ghithub or irc?

I didn't even know peoples still used blu-ray let alone some weird 3d version of it.
>>
What the fuck is this?
tscale=bcspline:tscale-param1=0:tscale-param2=0.6283185:tscale-radius=2
>>
>>53712969
dxva image upscaling/downscaling isn't used in mpv anyway. jinc is ewa_lanczos in mpv
>>
File: what-is-bob-player.png (531 KB, 920x920) Image search: [Google]
what-is-bob-player.png
531 KB, 920x920
What is bob's media player?
>>
can any1 actually see the difference between
bicubic chroma
http://www.avsforum.com/photopost/data/2233954/b/bc/bce6124a_madVRLevel4.png
and jinc3 chroma upscaler
http://www.avsforum.com/photopost/data/2233954/8/88/88634501_madVRLevel5.png
>>
It seems one of the developers is testing MediaFoundation support on mpv. That would be awesome on Windows.
>>
>>53698928
Try use backend=angle
>>
>>53713358
ANGLE was disabled in latest mpv release
>>
>>53713356
wm4 is testing the Media Foundation APIs as an alternative to raw DXVA2 for hardware acceleration on Windows. Hopefully it's not for generic pluggable codecs or anything. One of the advantages of mpv is that just uses FFmpeg directly instead of MS's awful video decoding stacks.
>>
>>53711772
Tell me a useful config.
>>
Why should I use hwdec=d3d11va-copy when I have 1% cpu usage with hwdec=dvxa2-copy?
>>
>>53713447
vo=opengl-hq
hwdec=watever u want
>>
>>53713462
>hwdec
makes no difference at all
>>
>>53713368
Because lachs0r is lazy.
Can try this https://sourceforge.net/projects/mpv-player-windows/files
hwdec=dxva2 works with backend angle
>>
>>53713397
Most interesting part is MF uses the Multimedia Class Scheduler Service (MMCSS), that prioritizes real time multimedia processing to reserve the resources required for the playback without any tearing or glitches.
>>
>>53713462
>>53713471
That was a question btw
>>
I tried default interpolation and haasn's tscale config.
But why it's so shitty compared to MPDN's fluidmotion?

Is there a tscale config to mimic the MPDN's fluidmotion?
>>
>>53713167
Patrick should have VLC. Bob should have MPC-HC.
>>
>>53692766
> --video-sync=display-resample

To use interpolation on latest mpv I need to have this option enabled but this fucks up with the audio. How can I solve this?
>>
>>53713496
mpv already interacts with MMCSS in a few ways. The audio-feed thread and the main playback thread associate themselves with the correct MMCSS tasks. The VOs enable MMCSS scheduling in the DWM. It would be cool if mpv could also take advantage of the thread ordering stuff, but I guess there would need to be some proof that it would actually give a noticeable improvement.

In any case, if you want more MMCSS integration, it should probably be added to mpv directly. Switching out FFmpeg for Media Foundation would basically make mpv a different video player.
>>
>>53713507
https://mpv.io/manual/stable/#options-hwdec
>>53712171
>>
>>53713593
I doubt you can notice the 0.13% audio resampling but if you do try any other video sync option like vdrop
>>
>>53713753
It messes up with the outro song on cowboy bebop. It's noticeable by anyone
>>
>>53713605
interesting. I do notice there is no audio hiccups while high cpu usage so that's why.
>>
>>53713774
this happens to me sometimes. Closing the player and opening it again fixes it for me. It could be a buffer audio problem.
>>
>>53713843
It happens 100% of the times for me.
>>
>>53713866
where i can download the file or a sample so I can test it?
>>
>>53713914
https://kat.cr/cbm-cowboy-bebop-1-26-complete-dual-audio-bdrip-720p-8bit-t7298131.html

Ep. 1
>>
>>53713593
audio-pitch-correction=yes
initial-audio-sync=yes
>>
>>53714009
Didn't change anything
>>
>>53713943
which audio track
>>
>>53714117
Japanese
>>
>>53714125
the ED song? I really can't notice any difference. I'm using vo=Direct3D without interpolation though.
>>
File: 0l2o64m.png (17 KB, 723x240) Image search: [Google]
0l2o64m.png
17 KB, 723x240
>>53714316
I think the issue might be SMPlayer but I can't figure out why. I'm not certain that's the issue either because I don't know how to output log files from mpv therefore I don't know if it's using the mpv.conf file correctly. Is this how it's supposed to look like and how do I tell mpv to output a log file?
>>
>>53714499
To clarify I'm using standalone mpv now and I want to output a log file. I know smplayer has its own logfiles.
>>
>>53714529
try adding this line to the mpv.conf

log-file=output.txt
>>
>>53714499
>SMPlayer
right now mpv support on that player is basic. For really use all the mpv potential it should use the mpvlib API but the developer thinks it's just too much work. Right now it uses mpv like it was mplayer2 and that's just wrong.
>>
>>53714611
Any other decent gui?
>>
>>53714575
does that work? I always need to launch mpv from cmd for that.

mpv --log-file=output.txt "file to play"
>>
>>53714575
http://pastebin.com/9R5nvqW6

Well it created a log but I still don't know if it's using any of the other commands such as video-sync=display-resample. smaplyer produces a more readable log and I'd like that

http://pastebin.com/BWG548vJ this is the mpv log smplayer produces

>>53714688
It works if you create the file and give a directory. For example create a folder called "test" in C:\ and inside create a file called "output.txt". Then set log-file=C:\test\output.txt in the conf file and it'll work
>>
>>53714656
no. You will need to play with config files for now.
>>
>>53714727
>Assuming 60.000000 FPS for display sync
either your screen is the best ever or that's just wrong.
60.019740 FPS for me as it's never 60 real fps.
If it detects wrongly the screen refreshrate then even sound can be screwed.
>>
>>53714727
so if you use standalone mpv the sound problem is gone? I bet Smplayer is resampling the sound. Look at the audio config and disable everything.
>>
File: 7265934.png (1 MB, 1280x1440) Image search: [Google]
7265934.png
1 MB, 1280x1440
>>53692766
Winfag here, I put these presets in my mpv.conf file, tried placing the file in the same folder as mpv.exe and later in my AppData/Roaming/mpv folder.
Either way, video quality literally doesn't change at all. Unless it's something that can't be captured in a screenshot it doesn't seem to be working.
Am I missing something? Do I need to give the .conf file a different name? Do I need to download/install filters myself? Someone please explain this, I don't get this program at all.
>>
>>53714882
>If it detects wrongly the screen refreshrate then even sound can be screwed.
How can I make it detect correctly?
>>
>>53714948
>Winfag
just open the player from cmd and try the presets as parameters first
>>
>>53714882
>>53715020
I've tested my refresh rate on retroarch and it always detects 59.998

https://github.com/libretro/RetroArch/wiki/Getting-optimal-vsync-performance
>>
>>53715020
>>53715077
that's a video drivers thing. Don't think too much about it if you don't have problems with the standalone mpv player.
>>
On Windows the best vo is Direct3D. OpenGL just sucks. Let's see if they make it work properly this time with Vulkan.
>>
>>53703026
It's not as good, at least from what I've seen on Windows

Too lazy to test on Arch
>>
They also keep changing the IPC method with each update
>>
File: 27563446.png (30 KB, 773x332) Image search: [Google]
27563446.png
30 KB, 773x332
>>53715071
Assuming I'm even doing this right, nothing happens still.
Any more advice? I know /g/ isn't tech support but I'd really like to get this working.
>>
>>53715305
You need -- in front of the parameter
>>
>>53715305
nope. On cmd parameters has to be like this
--vo=opengl-hq
>>
>>53715071
I'm not sure if my mpv.conf is working correctly. It looks like this >>53714499

I tried running those options as parameters through cmd and the output log looks this:
http://pastebin.com/TyZtsLD1

If I run a video by dragging I get this:
http://pastebin.com/am9G5ZAb

The first log has this:
[ 0.004][v][cplayer] Setting option 'video-sync' = 'display-resample' (flags = 8)
[ 0.004][v][cplayer] Setting option 'audio-pitch-correction' = 'yes' (flags = 8)
[ 0.004][v][cplayer] Setting option 'initial-audio-sync' = 'yes' (flags = 8)
[ 0.004][v][cplayer] Setting option 'hwdec' = 'no' (flags = 8)

The second doesn't.
>>
>>53714499
I can reproduce the sound problem on SMplayer too. Go to Preferences->General->Audio-> change the "Auto" pitch speed to "No"
>>
>>53712987
And again!
>>
File: mpv-shot0004.jpg (103 KB, 1280x720) Image search: [Google]
mpv-shot0004.jpg
103 KB, 1280x720
>>53715319
>>53715322
Thanks, that works, though the video still looks the same. Does opengl-hq simply make no difference?
>>
>>53715394
Not really

What were you expecting? Warpsharp filters?
>>
>>53712917
>>53713013
mpv has
--video-stereo-mode
, does that help?
>>
>>53715394
>1280x720
Seems like you're watching it at the native resolution, or at least screenshotting it at that. That means there are no scalers being used. That means it should be the same mostly.
>>
>>53715394
At least Symphogear had cute girls.
>>
>>53715394
it looks like shit because that series is shit
>>
>>53715394
now try with --vo=direct3d or --vo=direct3d-shaders
you should tell the difference
>>
>>53714948
Some stuff is placebo, depends on your source.

Old DVD anime releases with low bitrate can definitely be helped with better scaling algorithms.

For me it's smooth motion and the debanding that helps the most for any release.
>>
>>53715345
Try putting the mpv.conf next to mpv.exe.
>>
>>53714009
>audio-pitch-correction=yes
This should be =no
>>
>>53715345
it seems ok when done by parameters. Dragging a file should use the mpv.conf though.
Best you can do is create a folder "portable_config" where the mpv.exe is and put the mpv.conf inside that folder.
>>
>>53714948
>Am I missing something?
How are you taking the screenshots?
>>
>>53715394
use
vo=opengl-hq:sharpen=10
and you will see the difference
>>
>>53707529
>Even though it's 1080p, shouldn't he be seeing a difference from interpolation, debanding and cscale?
cscale most likely not. There are some prime example for "seeing" cscale which is usually hard red borders but in most occasions you don't see it easily.
debanding... well, when you don't have visible banding then you can't see debanding and you are playing a BD release from a group not exactly known to starve (etc.) their releases so I'd never expect there to be a lot visible banding to exist (except when the BD is fucked up to begin with)
and interpolation... yes, you should see it on pans
>>
How can I configure youtube-dl in windows to download best quality to use with mpv, by default It uses 720p.
>>
>>53715678
--ytdl-format=bestvideo+bestaudio
>>
>>53715749
Perfect, Thanks!
>>
>>53706440
Damn, what can I do with an i7 6700k and a 970 to make this pan smoothly?
>>
>>53706440
Is it normal for the scene to become blurry as fuck? Does my LCD simply suck ass?
>>
>>53715358
Indeed that seems to have fixed it
>>
>>53701588
This is fucking bullshit, why would the better (and actual correctly implemented jinc) only affect japanese cartoons with a target audience of beta teen boys? Also the debanding shader works wonders on live action stuff because unlike anime live action actually has lots of gradients and thus banding.

Not to mention that mpv is free software, works on all operating systems, has a simple single config file instead of some incomprehensible button+tab gui mess, works from the terminal and has cool lua scripting capabilities.
>>
>>53715817
SVP or -- considering your CPU -- MVTools should probably work as well.
>>
>>53716046
MVTools still judders, even with --framedrop=no
>>
>>53716115
Tune your script parameters. My i7 3770 could do it with the old, less optimized version so yours should be able to do so too...
>>
I'm compiling mpv for Windows in Msys2 but the final executable is just too small. (8Mb)
How can I compile the stand alone executable with all the libraries included (30Mb)?
>>
>>53717099
You can't do static builds with msys2, you'll have to run ldd and copy every dll it links to and ship with mpv.exe
>>
>>53717128
except that you can, only without libbluray
>>
>>53717249
how
>>
>>53717249
How? Never worked for me making static build on msys2.
>>
>>53717307
>>53717313
https://github.com/mpv-player/mpv/issues/2841
>>
>>53717307
>>53717313
and you will probably need to disable sdl in ffmpeg
Thread replies: 255
Thread images: 29

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.