/mpv/ - libplacebo when?

Attached: mpv.jpg (1200x630, 217K)

Other urls found in this thread:

mpv.io/manual/master/#options-spirv-compiler
mpv.io/manual/master/#options-gpu-context
my.mixtape.moe/dxgbdq.webm
hastebin.com/ocahelehus.coffeescript
mpv.io/manual/master/#options-priority
mpv.io/manual/master/#options-gpu-api
archive.rebeccablacktech.com/g/thread/67237943/#q67278229
forum.doom9.org/showthread.php?p=1852667#post1852667
github.com/haasn/libplacebo/issues/40
artoriuz.github.io/mpv_upscaling.html
github.com/igv/FSRCNN-TensorFlow/commit/d532b0c29690655d2d5abf561b38010aea1dc3f7
twitter.com/NSFWRedditVideo

Will hannas libplacebo talk at VLC dev days be on youtube?

Supposedly they will upload videos in a few days

Can anyone make a howto on using the vulkan output?
I always get:
[vo/gpu/vulkan] Failed initializing SPIR-V compiler!
[vo/gpu] Failed initializing any suitable GPU context!
Error opening/initializing the selected video_out (--vo) device.

I'm not sure what I'm supposed to do.

GNU/Linux?

What does it mean? !!!

OS? mpv version?

Do you have shaderc?
mpv.io/manual/master/#options-spirv-compiler

also see options for gpu-context
mpv.io/manual/master/#options-gpu-context

"That"

Attached: b267706ce0ab1f181f754d77ba0a9342.gif (640x480, 423K)

Anyone got a script that would allow me to change the screenshot directory with a hotkey?

I'd like to keep my 3D tv and Anime screenshots in separate folders.

Nah! Seriously!

You can cycle through directories like this
x cycle-values screenshot-directory "~/Pictures/TV" "~/Pictures/anime"

Or have a different key to screenshot a different directory
s set screenshot-directory "~/Pictures/TV"; async screenshot
S set screenshot-directory "~/Pictures/anime"; async screenshot

Where do I put that first line?
I tried in mpv.conf but it doesn't seem to be working

input.conf

if only there was a gui instead of manually changing individual lines in a conf file like an animal

my.mixtape.moe/dxgbdq.webm

and have less option?

What's the recommended config setup these days?

The one that works with your OS, hardware, and preferences.

Windows 10, 6950 2GB, anime

I mean I just haven't touched mine in MONTHS, I'm sure by now half of this shit is deprecated.

# Video settings
profile=opengl-hq
video-sync=display-resample

# Audio settings
ao=pulse
audio-channels=stereo
volume-max=200

# Language settings
alang=en, eng, english
slang=en, eng, english

# Screenshot settings
screenshot-format=jpg
screenshot-jpeg-quality=100
screenshot-tag-colorspace=yes
screenshot-template=~/Pictures/mpv screens/%F - %p

# Window settings
keep-open=yes
force-window=yes
autofit-larger=90%x90%
geometry=50%:50%

# Miscellaneous settings
ytdl=yes
save-position-on-quit

# Output some video stats
term-playing-msg='Resolution: ${width}x${height}, Framerate: ${fps}'

# Extensions
[extension.jpg]
pause

[extension.png]
pause

[extension.gif]
loop-file=inf

[extension.webm]
loop-file=inf

gpu-api=d3d11
gpu-context=d3d11
hwdec=d3d11va
profile=gpu-hq
video-sync=display-resample
interpolation
priority=high

I have a 6700k too, but I don't think CPU is that important for mpv.

>priority=high
>gpu-api=d3d11
>gpu-context=d3d11
What do these do?

Here's my current conf
hastebin.com/ocahelehus.coffeescript

nothing much changed recently because wm4 went on a break for a few months

I don't have shaderrc, it's not packaged for my distro

>term-playing-msg='Resolution: ${width}x${height}, Framerate: ${fps}'
what does this look like

>What do these do?
mpv.io/manual/master/#options-priority
mpv.io/manual/master/#options-gpu-api
mpv.io/manual/master/#options-gpu-context

is opengl better than d3d11?

Honestly it seems super unecessary now since it essentially tells you these things anyways.

Attached: Screenshot from 2018-09-23 19-36-39.png (617x127, 33K)

d3d11 and vulkan are the best for windows. d3d11 performs just slightly better than vulkan for me last time I checked.

>mpv-x86_64-20171225

That's my version, do I have to update to get that config to work

>2017 12 25
just update

is the config working? I updated it now

Attached: 1509940122738.png (989x830, 1.88M)

open mpv fom cmd and see if there are any errors

Will wm4 ever come back from the dead?

How do I do that? Never done it on Windows before

Attached: 1510662076722.png (1464x817, 45K)

Since you don't have it set as an environment variable open the cmd prompt from the same directory as mpv.exe. It looks like you may be in it already. then type mpv nameofvideo.mkv
If the video has spaces you'll need to put quotes and if it's in another directory you'll need to type the full path. Or just type mpv and drag the file into cmd or powershell.

Attached: 1506881259194.png (1100x202, 24K)

>using fedora

Update your shit. A lot has changed since last december.
I just tested cache=yes
cache-backbuffer=25000 and didn't get any errors. and change the syntax to sub-ass-force-style

done, I guess everything works fine because I'm not getting those errors anymore

No errors = good to go

mpv have problems when using an adobeRGB screen; if I didn't put any relevant config lines, it'll output full aRGB colors (ie saturated shit) yet screenshots taken are in sRGB (ie correct colors). Meanwhile if I did put in color management lines (icc-profile-auto) it'll display videos as sRGB, but screenshots from this will look visibly faded.
wat do? I don't think vo lines, or operating systems, affect this.

Are you using ctrl + s?

Attached: Screenshot_20180923-201232_Firefox.jpg (1464x383, 70K)

Yea tried that, doesn't work; in fact I tried that a month ago
archive.rebeccablacktech.com/g/thread/67237943/#q67278229
Read the next post chain if you don't mind, another poster had this issue too.

Report it on github

Bros my laptop has an i5 with intel 520 graphics onboard. The screen is only 1920x1080. I can watch some 2160p videos if they are relatively small (10 gig), but big remuxs 50 gig plus always stutter. I tried using the VA-API hardware decoding flag and it still has trouble. Am I doing something wrong or is this hard just not good enough to downscale such high resolution video on the fly?

Attached: t0ljx9ttf9j11.jpg (711x711, 83K)

please respond

>Interestingly, mpv shows pretty dramatic differences, depending on whether the "compute-peak" frame luminance measurements are enabled or disabled.
Madshi destroyed mpv and the haasn's shitty algorithms:
forum.doom9.org/showthread.php?p=1852667#post1852667

hi

Damn, libplacebo was a mistake:
github.com/haasn/libplacebo/issues/40

>Haasn is talking to himself on github...
>Wm4 went completely insane and made dummy commits on a parallel repo...

>madshi's HDR algo needs 1070 GTX
>haasn wants a HDR algo that runs on mobile GPUs
Who says madshi and haasn were the same person?

Found this comparison yesterday artoriuz.github.io/mpv_upscaling.html

It's too math related, madVR is quality/eyes pleasure based and is significantly better for watching videos.

bros

Attached: foozoor.jpg (400x400, 133K)

Anyone archived FSRCNNX-GAN_x2_56-28-4-1_experimental.glsl and FSRCNNX_x2_16-0-4-1_SSIM.glsl shaders?

GAN is shit.

Shit for video but not for picture.
Libplacebo is not for videos only! ;)

>haasn is on suicide watch
>yes, foss devs are retarded
Microsoft should allow directshow/mediafoundation only video player/renderer on GitHub!

Can you post them somewhere if you still have? igv nuked them off repo:(

Why do you need them?

Test and see if they improve on some details.

How can I swap audio channels from command line?
I have a 5.1 AC3 file with FLFR where should be SLSR and vice versa.

They were all with ssim
github.com/igv/FSRCNN-TensorFlow/commit/d532b0c29690655d2d5abf561b38010aea1dc3f7

So the new releases are without SSIM? Looks like shaders are updated again without changing update date

Yes, new are with gradient loss.

PSNR and SSIM are good measurements to compare upscaling.

What are some good video options for a really crappy laptop with igpu?

audio-channels=sl-sr-fc-lfe-fl-fr

I think you nailed it, thanks!

can mpv stream to my chromecast?
>vlc can

Anybody have issues with cache on certain sites?
I've set my cache to 300 MiB but certain sites buffer only the first 10 seconds.
Any idea what's causing it?

Attached: 1528139643097.png (1437x1867, 1.19M)

yeah, it happens to me on xhamster. it's probably because of youtube-dl.

For me it's xhamster, xvideos, chaturbate, and few others.
Is there a way to fix it?

Is your youtube-dl up to date? You can also try
[protocol.https]
cache-default=no
[protocol.http]
cache-default=no

I wonder what bjin is busy with.

Yes, it's up to date.
And your config didn't help.
I have this
[protocol.http]
cache=yes
cache-default=300000
cache-backbuffer=20000
pause

[protocol.https]
cache=yes
cache-default=300000
cache-backbuffer=20000
pause

I remember having that over a year ago on youtube, I believe updating youtube-dl fixed it. Anyhow, I just tried a random xhamster video and it does buffer more than 10 seconds for me, meaning it buffers until the limit I've set. I suggest you try with no config. How are you launching mpv?

Try xvideos then.
From terminal mpv $URL

First HD one I saw on the front page. I launched it with openwith, arguments
--ytdl-format=bestvideo[height

Attached: screen0001.png (1920x1080, 2.41M)

[network-stream]
cache=yes
cache-secs=36000
cache-backbuffer=10000000
cache-default=10000000
demuxer-max-bytes=2147483647
demuxer-max-back-bytes=2147483647
user-agent='Mozilla/5.0'


Call me an autist but this actually works (unlike cache-file). The only downside is mpv using ridiculous amounts of ram but whatever, ram is cheap.

It's a profile, so you need to use it like this:
[protocol.https]
profile=network-stream
[protocol.http]
profile=network-stream
[protocol.ytdl]
profile=network-stream