/mpv/

>install
mpv.io/installation/
>manual
mpv.io/manual/master/
>scripts
github.com/mpv-player/mpv/wiki/user-scripts
>frontends
github.com/mpv-player/mpv/wiki/Applications-using-mpv

Attached: 1538946367255.jpg (502x393, 108K)

Other urls found in this thread:

github.com/jgreco/mpv-youtube-quality
twitter.com/NSFWRedditImage

Which unofficial GUI is the best?

whats your config?
shortcuts?

our lord and savior wm4 uses mpc-qt

How can I use wasapi in mpv ?

waf --enable-wasapi

I'm on windows, I just have to put "enable-wasapi" in mpv.conf ?

>I'm on windows

Attached: 1526815656098.jpg (1080x1080, 799K)

run mpv.exe -v in a command line, see if your mpv is compiled with wasapi, if it wasn't compile it yourself

Attached: 766512189536.jpg (600x600, 43K)

this if you want to build mpv with wasapi support
otherwise just put ao=wasapi in mpv.conf
but i think it's the defaault

# VIDEO #
profile=gpu-hq
gpu-api=vulkan
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
interpolation
video-sync=display-resample
tscale=oversample

# LANG / SUBs #
alang=jap,jpn,jp,eng,en,us
slang=eng,en,us
sub-auto=fuzzy
sub-font-size=45
sub-margin-y=50

# MISC. #
script-opts=osc-layout=topbar,osc-hidetimeout=2000,osc-visibility=auto,osc-deadzonesize=0
autofit-larger=60%x60%
stop-screensaver=yes
cursor-autohide=2000
keep-open=always
ytdl=yes
ytdl-format=bestvideo+bestaudio/best

profile=gpu-hq
video-sync=display-resample
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
dscale=mitchell
screenshot-format=png
screenshot-png-compression=1

vf=lavfi=cropdetect #autocrop
vf=idet,lavfi-pullup,idet #autodeint
glsl-shaders="~~/shaders/SSimSuperRes.glsl"
idle=yes
cursor-autohide=1000
screenshot-directory=C:\Users\johnn\Desktop\MPV Captures
osc=no
audio-channels=stereo
slang=enm,en,eng,de,deu,ger
alang=ja,jp,jpn,en,eng,de,deu,ger
use-filedir-conf
script-opts=autoloop-duration=120
osd-font=consolas

good post

Attached: 1525798707827.jpg (601x625, 73K)

>on windows
leave

Attached: 42534b345b.jpg (1600x1200, 268K)

>INTEL-MESA: warning: Haswell Vulkan support is incomplete
Isn't it running on my nvidia GPU?

best config for linux+nvidia gtx1060 for streaming/HD/UHD?

Problem solved. I had to remove/rename /usr/share/vulkan/icd.d/intel_icd.x86_64.json

For chroma up and down scaling, has KrigBilateral been beaten yet? Or is it placebo like some people claim.

why doesn't any mpv version run on the note 3?

Attached: 1539306165581.jpg (259x194, 8K)

You don't necessarily have to do that. Just use the environmental variable VK_ICD_FILENAMES="nvidia_ICD_json_filepath_here" before executing, which will then choose the correct Vulkan implementation.

It's also handy to use when you want to switch between RADV and AMDVLK in terms of Vulkan implementations you want to choose if you use an AMD GPU.

what a lovely script
github.com/jgreco/mpv-youtube-quality

Does MPV have a normalization feature so it adjusts the volume automatically?

af="lavfi=[dynaudnorm=f=200:g=5:r=0.1]"

it really is.

Thank you very much, dear user. Just to be clear, will this lower the volumes on parts that are suddenly too loud?

what's wrong with vlc that I should bother with this buggy thing?

What is the best way to use mpv to play videos on my TV that doesn't involve dicking around with a mouse and keyboard? I was thinking something like Kodi with mpv as an external player, but I don't know how well that's supported.

is there a way for mpv to remember the last size of its window and open all proceeding videos at that size?

>Just use the environmental variable VK_ICD_FILENAMES="nvidia_ICD_json_filepath_here"
And where is it supposed to be? I don't have any other file under /usr/share/vulkan/icd.d/

Fuck off, nigger.

Attached: 18619909_1596762847022391_4966424947296302305_n - Copy.png (627x618, 500K)

Never mind, I found it.
/etc/vulkan/icd.d/nvidia_icd.json
/usr/share/vulkan/icd.d/intel_icd.x86_64.json


I don't understand why they are in a different directory but whatever...

MPC-BE was here
MPV is a faget

On KDE Plasma Wayland, it goes to a fucking lockscreen when you watch videos.
Really nice......

Have you tried the power options? It has something related to what you're experiencing, I believe.

I want my screen to lock after 5 minutes, but not when I am watching a movie

Aye, that's what I was saying. I believe there's an option to prevent screen lock when playing media in the power options.

where my nigga?

Attached: Screenshot_20181014_000537.png (1360x758, 224K)

can mpv not play blu-rays discs?

Because no one has a standardized place for all these files and Linux does not specify exactly where, so Nvidia and AMD proprietary drivers installed at that place and then Mesa decided on its own path to install. In AMD's instance AMDVLK is in the /etc/ directory when installed and RADV in in the /usr/ directory.

But in any case, I hope the environmental variable is working better for you.

mpv noob here. What are some essential things I should add to my config file?

profile=gpu-hq
also check out gpu-api and hwdec options and test what works best for your OS and hardware

did the retarded mpv devs change it so you can set video starting xy coordinates to start from the MIDDLE of a video instead of the CORNER?

Stuff like this usually get's replied with: "why don't you add that feature then?" I think mpv devs assume everyone is good with C and who isn't doesn't deserve to use mpv.

or no one has brought it up on github or IRC. Or not enough people have complained to warrant implementation.

How do you convert audio to mono 16-bit?

One of my speaker side gave out, so I'm going to have to downmix all audio to mono.

I've seen anons asking about specific hardware. Do will I notice something on MPV moving from 390+i5 6600 to 580+2700x?

Probably not. Maybe faster seeking when you fast forward.

Multisegment webm maker when? :^)

Attached: 1525775088290.jpg (1280x720, 122K)

After bit of playing around, it seems I found the problem with WASAPI. I couldn't downmix to mono. I had to switch to OpenAL to downmix properly.

Its too bad DirectSound is not available for use on mpv, I'll take OpenAL for now.

That's what I thought. I was planning to move my actual conf so I wantes to be sure, thank you user.

interesting

Attached: 1.png (2184x954, 210K)

what would you improve? on linux w/nvidia pascal card. some of it seems redundant or unnecesary?

i just want to optimize for hd/4k vidoes


profile=gpu-hq
hwdec=nvdec-copy
hwdec-codecs=all

vo=vdpau
gpu-api=vulkan
vd-lavc-dr=yes
fbo-format=auto

icc-profile=~/Desktop/32ud59-b-rtings-icc-profil.icm

# Video tripled by RAVU (720 > 2160); no additional up/downscaling
glsl-shaders="~~/shaders/compute/ravu-3x-r4-yuv.hook"

# Video doubled by RAVU (1080 > 2160); no additional up/downscaling
#glsl-shaders="~~/shaders/gather/ravu-r4-yuv.hook"
# Video sextupled by RAVU (480 > 2880); then downscaled (2880 > 2160)
#glsl-shaders="~~/shaders/compute/ravu-3x-r4-yuv.hook"
#glsl-shaders-append="~~/shaders/gather/ravu-r4-yuv.hook"

sigmoid-upscaling=no
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
dscale=ewa_lanczos
tscale=gaussian
temporal-dither=yes
interpolation
video-sync=display-resample
framedrop=vo

deband=yes
deband-iterations=1
deband-threshold=70
deband-range=16
deband-grain=5

this file seemed to accept mono

Attached: 2.png (2183x756, 175K)

I actually changed back to default setting. Now I'm simply using VoiceMeeter to downmix/mono properly on system wide setting. No need to have mpv do the work.

remove interpolation

why tho?

Thanks.

w/o and w/

Attached: 2018-10-13 18-57-18.webm (852x480, 2.91M)

That's nauseating

removing only interpolation, i got crazy audio sync issues when skipping so i had to remove all of this

interpolation
video-sync=display-resample
framedrop=vo

is that right?

Doesn't do that for me.

heres mine for reference but i havent ever encountered an issue like that

its slowed down by 50%

>its slowed down by 50%
Oh, so you're intentionally trying to make it look like shit then.

im trying to show you what its actually doing
in its native speed it still looks bad

well i dont see the difference with or without, and with interpolation i dont get the delay issues so i'll keep it

How do you clear watch later cache for specific shows if you want to rewatch them?

>vf=lavfi=cropdetect #autocrop
vf=idet,lavfi-pullup,idet #autodeint
This is bad

i dont even know why i put those lines in when i installed those plugins

empty your watch_later folder

Why does Shinichiro's build include megasdk's dependence?

Reminder that SVP is cancer. Use Smoothmotion (oversample) / Autospeed if you don't like judder from the 3:2 pulldown

That would remove all of them, not certain ones.

Attached: 1515386065121.jpg (352x352, 36K)

what are some good audio plugins/scripts for speedwatching shit?

Do you use tscale=oversample with interpolation?

Does it have a good interface and installer now?

Anyone else getting wrong fps estimates when using video-sync=display-resample and because of this permanent frame delays on nvidia? I start to think that it might be a kernel issue that causes opengl to fuck me over since I got that problem on an other computer with intel graphics too, just not as bad. I would like to get vulkan to work on my nvidia pc, but I fail. Pls help.

lanczossharp is utter crap for movies, don't use that.

And honestly, there are better alternatives even for anime.

Which ones do you prefer?

Just use spline64

What meme shaders should I use for the best quality?

FSRCNN(X)

yes

is it really better ?

Attached: ewa_lanczossharp.png (560x368, 194K)

Attached: https:--github.com-haasn-mpvhq-upscalers-raw-master-rose-spline64.png (560x368, 195K)

no, he is trolling. or just retarded

just implement it :^)

Attached: 1533746229659.png (512x512, 144K)

I do the Kodi with mpv external. It's works pretty great. The whole family at least understands how to use Kodi

replace png with this

screenshot-format=jpg
screenshot-jpeg-quality=100
screenshot-tag-colorspace=yes
screenshot-high-bit-depth=yes
screenshot-jpeg-source-chroma=yes

why doesn't OSC show cache in ss+MB anymore?
Is there a setting?

# Video
gpu-api=d3d11
target-trc=gamma2.2
video-sync=display-resample

scale=ewa_lanczos
scale-radius=3.2383154841662362
scale-blur=1.02
cscale=ewa_hanning
cscale-radius=3.2383154841662362
cscale-blur=1.0275
dscale=catmull_rom
correct-downscaling=yes
deband=yes
deband-grain=0
deband-iterations=2
deband-range=12
deband-threshold=64
dither-depth=auto
temporal-dither=yes

glsl-shader="~~/shaders/ravu-r2-chroma-left-smoothtest1.hook"
glsl-shader="~~/shaders/ravu-r2-rgb-smoothtest1.hook"
glsl-shader="~~/shaders/grayscale-noise.glsl"

no

Try it and see if it looks better.

that does do a bit to help but i still find having no interpolation to still look much cleaner

gpu-api=d3d11
gpu-context=d3d11
hwdec=d3d11va
profile=gpu-hq
video-sync=display-resample
priority=high
force-window=immediate
keep-open=yes
#prefetch-playlist=yes

alang=eng,en
volume=100
volume-max=200

screenshot-template=C:\Users\user\Pictures\%F_%p_%n
screenshot-format=jpg
screenshot-jpeg-quality=90
screenshot-tag-colorspace=yes

slang=English,eng
sub-ass-override=yes
embeddedfonts=no
sub-font="Metric Medium"
sub-margin-y=40
sub-shadow-offset=1
sub-border-size=2.5
sub-color="#ffffffff"
sub-shadow-color="#96000000"
sub-border-color="#101010"
sub-spacing=0.5
sub-gauss=.75
sub-auto=fuzzy
sub-file-paths=ass;srt;sub;subs;subtitles;
sub-ass-force-margins=yes

script-opts=osc-title=${filename},osc-layout=bottombar,osc-seekbarstyle=bar,osc-deadzonesize=0,osc-minmousemove=2,osc-hidetimeout=1000,osc-vidscale=no
cursor-autohide=200

ytdl=yes
hls-bitrate=max
ytdl-format=bestvideo[height

AXIS_UP ignore
AXIS_DOWN ignore
WHEEL_RIGHT add volume -2
WHEEL_LEFT add volume 2

n add video-zoom -0.01
b add video-zoom 0.01

ctrl+RIGHT add video-pan-x -0.005
ctrl+LEFT add video-pan-x 0.005
ctrl+UP add video-pan-y 0.005
ctrl+DOWN add video-pan-y -0.005

ctrl+r cycle_values video-rotate "90" "180" "270" "0"

RIGHT osd-msg-bar seek +1 relative+keyframes
LEFT osd-msg-bar seek -1 relative+keyframes
shift+RIGHT osd-msg-bar seek +1 relative+exact
shift+LEFT osd-msg-bar seek -1 relative+exact

ctrl+z cycle_values window-scale 1 1.5 2 2.5 3 3.5 4

/ show-text "${scale}, ${cscale}, ${dscale}, ${tscale}"

MBTN_MID cycle_values ontop no yes

MBTN_BACK script-binding stats/display-stats-toggle

>MAC
>IINA

>Windows
MPV-EASY

>gnu/linux
dunno, maybe deepin movie? mpc-qt?

# Video Output
vo=gpu
profile=gpu-hq
gpu-api=vulkan
gpu-context=auto
spirv-compiler=auto
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
dscale=mitchell
tscale=oversample
deinterlace=yes
hwdec=auto
interpolation=yes
video-sync=display-resample
dither-depth=auto
deband=yes
deband-iterations=4
deband-threshold=48
deband-range=16
deband-grain=48
glsl-shader="~~/shaders/SSimSuperRes.glsl"
glsl-shader="~~/shaders/adaptive-sharpen.glsl"

>ctrl+r cycle_values video-rotate "90" "180" "270" "0"
what does this do

each time you press ctrl + r, the video will rotate 90 degrees clockwise