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

no /mpv/ post your config files!

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 289
Thread images: 36

File: mpv.jpg (4KB, 307x164px) Image search: [Google]
mpv.jpg
4KB, 307x164px
no /mpv/

post your config files!
>>
I am completely new to mpv and have no idea if this is good. I'm just testing different things right now to see if I drop frames. Suggest improvements. I have an Nvidia 970 GTX.

############################
# Quality related settings #
############################

# Backend related settings
vo=opengl
profile=opengl-hq
opengl-backend=angle

# High-quality scale settings, can be disabled for performance
# scale=ewa_lanczossharp
# cscale=ewa_lanczossoft

# Color correction related
target-prim=bt.709
target-trc=bt.1886
gamma-auto
icc-profile-auto

# Misc
blend-subtitles=yes


###########
# Testing #
###########

# >Insane performance preset
scale=ewa_lanczossharp:cscale=ewa_lanczossoft:prescale-luma=nnedi3:nnedi3-neurons=64:prescale-downscaling-threshold=1.5

# >Highest performance preset
# scale=ewa_lanczossharp:cscale=ewa_lanczossoft:prescale-luma=superxbr:prescale-downscaling-threshold=1.5

# >High performance preset
# scale=ewa_lanczossharp:cscale=ewa_lanczossoft

# Make video run synchronously to the display FPS
video-sync=display-resample

# After playback
keep-open=yes


#########################################
# Misc settings, not related to quality #
#########################################

# OSD settings
osd-font="Source Sans Pro"
osd-level=3
osd-status-msg='(${percent-pos}%) ${time-pos} / ${duration}\n${?chapter:Chapter: ${chapter}}\n${?vo-drop-frame-count:Frames Dropped: ${vo-drop-frame-count}'

# Reduce default OSD size, the defaults are too big.
osd-font-size=20

# Default sub/audio lang.
slang=enUS,en,eng,ptBR,pt
alang=jp,jpn,enUS,en,eng,ptBR,pt

# Enable exclusive mode from WASAPI. By definition prevents sound playback of any other program.
# until mpv exits.
ao=wasapi:exclusive

# For mintty, \r support seems broken.
quiet
>>
Been experimenting a bit, not sure how much is redundant or whatever. Works well enough for me.

# Video settings
profile=opengl-hq
scale=ewa_lanczossharp
csale=ewa_lanczossharp
video-sync=display-resample
framedrop=vo
hwdec=no

# Audio settings
ao=alsa
audio-channels=stereo
softvol-max=300

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

# OSC settings
no-osc

# Screenshot settings
screenshot-format=jpg
screenshot-jpeg-quality=100
screenshot-jpeg-source-chroma=yes
screenshot-tag-colorspace=yes
screenshot-high-bit-depth=yes
screenshot-directory=~/Pictures/mpv screens/
screenshot-template=~/Pictures/mpv screens/%F - %p

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

# Miscellaneous settings
ytdl=yes
ytdl-format=bestvideo[vcodec=vp9][tbr<2000]+(bestaudio[acodec=opus]/bestaudio)/best
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
>>
Is using anything other than defaults really more than just a placebo?
>>
>>58598152
Setting
opengl-hq
will certainly help, scalers only if you're not watching the video at the native res (and even then there's a lot of personal preference, and the rest is mostly just customization.

Where do you want screenshots to go? What language do you want to listen in? What language do you want subtitles to be? Do you want on screen controls? How would you like those to look? Do you want youtube-dl integration for watching a lot of online content in mpv instead of shitty web players?
>>
>needing online help to run a video player
You really don't belong here.
>>
>>58598213
>youtube-dl integration

Woah, this sounds useful for making webms. Hook a G up?
>>
>>58598234
How you set that up will depend on your operating system, on Linux as long as you have youtube-dl installed and you've got
ytdl=yes
in your config you can just type
mpv <link>
into terminal at any given time.

On Windows I think you still have to have
ytdl=yes
in your config, then you put the youtube-dl file in the same directory as your mpv executable. You'll then either need to change directory to this install location to issue the
mpv <link>
command or make some sort of bash script.

Alternatively for launching, you can install a Firefox extension called "Open With" and set it up to point to your mpv and you can right click on any link or web page and just choose "open with mpv" and it'll pop open. Sadly I don't think a Chrome alternative exists. Good luck.
>>
>>58598294
>Windows
>bash script
Just add the MPV directory to %PATH% and you're good to go. You don't need to have current directory be the install directory for youtube-dl to work with the Windows build of MPV. Additionally, if you start MPV from the Start menu, you get a little window that says "Drag file here to play" or whatever. You can drag a YouTube link into that window right from your browser's address bar, and it will play that.
>>
>>58598106
>
opengl-backend=angle

wtf does that do?

>>58598106
>
# Color correction related
target-prim=bt.709
target-trc=bt.1886

why are you color-correcting every video by default?
>>
>>58598319
I meant batch, my bad. I also didn't know that. I'm not much of a Windows user these days, haha.
>>
Experimenting video settings
################
# Video Output #
################

profile=opengl-hq
scale=ewa_lanczossharp
opengl-shaders="~~/shaders/KrigBilateral.glsl,~~/shaders/nnedi3-nns64-win8x4-all.hook,~~~~/shaders/adaptive-sharpen-2pass.glsl,~~/shaders/SSimSuperRes.glsl"
>>
What config would /mpv/ recommend for an Ivy Bridge laptop with HD4000?

Just profile=opengl-hq?
>>
>>58598106
>angle

Why not dxinterop?
>>
>>58598369
>wtf does that do?

I know it fixed an issue wit a default in the fall. Perhaps someone can say if it's still needed.
>>
Noob here, please rate my config:

profile=opengl-hq
hwdec=vdpau


That's it for now
>>
[svp]
vo=opengl
hwdec=no
input-ipc-server=/tmp/mpvsocket

[default]
profile=opengl-hq


60 fps animay gurls with
$ mpv --profile=svp
>>
>>58598369
'cause I'm learning and copied some shit. Disabling for now, I guess?

>>58598442
>dxinterop

Will try!
>>
Is there a way (on Windows) to verify all the settings mpv is running, just to make sure they were entered correctly? Such as an OSD readout or a terminal equivalent or a log.
>>
profile=opengl-hq
opengl-shaders="~~/adaptive-sharpen.glsl"
hwdec=auto
keep-open
slang=en,eng
cache-secs=60
ytdl-format=High/bestvideo[height<=720][vcodec=vp9]+bestaudio/[height<=720]
scale=spline16
cscale=spline16
>>
>>58598772
can't you just run mpv.exe from CMD?
>>
>>58598816
Not quite. To get proper CLI output you have to run mpv.com, otherwise it doesn't write anything to stdout. But other than that -- yup, same thing as anywhere else.
>>
File: 1471251780676.png (2KB, 480x360px) Image search: [Google]
1471251780676.png
2KB, 480x360px
Would like to know how to set the gamma to -15 as default
>>
>>58598772
>>58598876
Well you could install mpv-repl, then press ` and type
print-text "${options/option-name}"
, where
option-name
is the name of the option you want to check.
>>
File: Capture.png (2MB, 1432x880px) Image search: [Google]
Capture.png
2MB, 1432x880px
>>58599116
Incredible. I can see everything!
>>
File: scripts.webm (3MB, 800x450px) Image search: [Google]
scripts.webm
3MB, 800x450px
Hi lads check out these scripts that I've made, you can make webms easily without leaving mpv
pic related
https://github.com/occivink/mpv-scripts
>>
File: "Shouting Instructions"_1.webm (299KB, 394x522px) Image search: [Google]
"Shouting Instructions"_1.webm
299KB, 394x522px
>>58600012
And the webm generated in this video
>>
>>58600012
>>58600025

Very cool. Will try next time I'm in a webbum mood.
>>
>>58598106
>scale=ewa_lanczossharp:cscale=ewa_lanczossoft:prescale-luma=nnedi3:nnedi3-neurons=64:prescale-downscaling-threshold=1.5

>when u realize the colon meme u found in some old /mpv/ thread doesn't actually activate a damn thing

That's funny. Even back then there was a guy in the thread asking why his graphics card wasn't heating up.
>>
profile=opengl-hq
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
dscale=lanczos
scaler-resizes-only

video-sync=display-resample
interpolation=yes
tscale=oversample
blend-subtitles=yes

sub-ass-force-style=Kerning=yes
demuxer-mkv-subtitle-preroll

alang=jpn,jp
slang=eng,en

keep-open
no-input-default-bindings
no-resume-playback

screenshot-format=jpg
screenshot-jpeg-quality=97
screenshot-template=D:\Downloads\snapshots\%f_%P_[%td.%tm.%ty_%tH.%tM.%tS]

title="${filename}"
geometry=50%:50%
autofit-larger=90%x90%
volume=50
volume-max=100
script-opts=osc-layout=bottombar,osc-seekbarstyle=bar,osc-scalewindowed=0.6,osc-scalefullscreen=0.6,osc-valign=0.7,osc-hidetimeout=4000,osc-minmousemove=1

osd-level=1
osd-duration=1000
osd-font-size=9
osd-bar-align-y=-1
osd-bar-w=100
osd-bar-h=1
osd-border-size=0

ytdl=no

[extension.webm]
loop-file=inf
[extension.gif]
loop-file=inf
>>
>>58600591
>ytdl=no
Why?
>>
>>58600623
Why not?
>>
File: 844343?v=3&s=460.jpg (88KB, 460x460px) Image search: [Google]
844343?v=3&s=460.jpg
88KB, 460x460px
>>58598754
why use windows with mpv in the first place?
>>
File: kittyapproves.jpg (24KB, 480x516px) Image search: [Google]
kittyapproves.jpg
24KB, 480x516px
>>58600012
based anon
>>
>>58597640
How do I make mpv automatically catch up subtitles that come in a subfolder in corresponding manner?
>>
>>58600660
I can understand not using the ytdl interoperability, but I don't understand what the purpose of explicitly disabling it is.
>>
>>58598136
Neat trick with images. How do you zoom them (and what would be input.conf line for that)?
I already use mpv as both video and audio player, its playlist function is useful as fuck.
>>
>>58600694
Thanks

>>58600745
Here are some bindings that you can use to zoom and pan.
ctrl+up    add video-pan-y -0.01
ctrl+down add video-pan-y +0.01
ctrl+left add video-pan-x -0.01
ctrl+right add video-pan-x +0.01
ctrl+0 set video-pan-x 0; set video-pan-y 0; set video-zoom 0
ctrl+- add video-zoom -0.01
ctrl++ add video-zoom +0.01

You can also play with the property
video-unscaled
.
I also have my meme drag-to-pan script over there
https://github.com/occivink/mpv-scripts#drag-to-panlua

What kind of special configuration do you use for audio player mode?
>>
>>58600745
I'm new, how do I into playlist
>>
>>58600669
mpv is the best video player on Windows too. MPC-HC ain't shit.
>>
>>58600773
Navigate to folder which contains multiple video/audio files and type mpv *.flac, *.mp4, whatever you like.
You can also use mpv song1.flac song3.flac etc.
>>58600770
Thanks Anon-kun
>>
>>58600770
Also, for audio player, nothing. If it has cover image ocassionaly it displays it.
If I'm streaming it from YouTube, I just use --no-video flag
>>
I'm using mpv in windows, 64bit compile, still fresh (ie no config)
why does mpv stutter when playing files (mkv, mp4) from external hdd?
hdd is USB 3.0
I'm running i7-6700HQ with 960M
>>
>>58598772

mpv -v in console

Every misspelled or illegal config will be marked red
>>
>>58600831
>Navigate to folder which contains multiple video/audio files and type mpv *.flac, *.mp4, whatever you like.
On that topic, I've tried the edl format when playing an album, its pretty nice. Here is a script that I use (it's fish but easy to translate):
    set -l edl
for i in *flac
set -l valuebytes (printf "%s" $i | wc -c)
set edl (printf "%s;%%%s%%%s" "$edl" $valuebytes $i)
end
mpv edl://(string sub -s 2 $edl)

It's nicer than just doing mpv *flac because the entire album appears as one track, and you can still go from one song to the other with the chapters control.
>>
>>58600876
That's why I sorted songs by 01. 02. etc so I can just type mpv 01 then tab, 03 then tab.
I wish I could do this graphically but thunar craps out and opens one file only when several are selected.
>>
>>58600848
mpv assumes local hard disks are fast, so it doesn't use a cache by default for local files (only for network files.) You can change this by adding
cache=yes
to your config.

I've heard people say that this sort of thing happens more often on Windows than on Linux, so maybe Linux has a more effective disk cache. Still, I use mpv on Windows and I've never had this problem, even with external drives. If your drive is USB 3.0, make sure you're actually using a SuperSpeed cable and a SuperSpeed port. Even then, you might be out of luck. Some external hard drives are really slow, even ones that have a USB 3.0 interface for marketing reasons.

If this happens with mpv but not with VLC or MPC-HC, it might be worth creating an issue on GitHub about it. Maybe mpv should always activate the cache on Windows or always activate the cache for files external drives.
>>
>>58600876
That's neat, but I always thought the
--merge-files
option already did that thing. Does
mpv --merge-files *.flac
work too?
>>
>>58600967
Wow it does, that's a lot simpler. Thanks for the suggestion.
>>
>>58600953
dude nice

gonna use that when playing video over sshfs
>>
>>58601031
mpv already tries to cache when playing over sshfs, speaking from experience. Don't forget to set your cache-size to a comfortable size based on how much ram you got.
>>
>>58601031
Which OS are you using? On Linux, mpv should automatically activate the cache on sshfs, because it activates the cache on all FUSE filesystems (since a lot of them are slow/network filesystems.) I have no clue if it also does this for, say, macOS or BSD ports of sshfs, but if it doesn't, this is probably a bug.

The list of filesystems that mpv considers network filesystems is here: https://github.com/mpv-player/mpv/blob/a049a32/stream/stream_file.c#L173
>>
File: vlcmpcmpv__cpuusage.png (16KB, 872x89px) Image search: [Google]
vlcmpcmpv__cpuusage.png
16KB, 872x89px
>>58597640
Maek it stap :(
>>
>>58601113
hwdec, etc.
>>
>>58599059
set gamma -15
>>
File: file.png (13KB, 755x55px) Image search: [Google]
file.png
13KB, 755x55px
>>58601113
Can't reproduce.

If you're not just trolling and you want to fix whatever you've done wrong, post your config file and a verbose log.
>>
>>58601113
Unused CPU is wasted CPU
>>
>>58601166
What to fix? Shit's broken. I can't make any player to be such a resource hog no matter how much I try. MPV is written by incompetent people and that's the result.

>>58601169
Yeah, well, a good player should offload CPU's work to the GPU.
>>
where do you get these glsl files?
>>
>>58601271
Same as scripts, you can find some in the wiki of the project:
https://github.com/mpv-player/mpv/wiki/User-Scripts#pixel-shaders
>>
>>58601228
>What to fix?
It's impossible to tell. You haven't even told us what kind of file you're trying to play, what settings you're using or what hardware you have. Even if you're just using the default settings for all three video players, please mention this.

The most effective way to get help with an mpv problem is to run
mpv --log-file=my-log-file.txt my-test-video.mkv
and post the log file to a pastebin. If you're actually looking for help and not trolling, you will do this. Sometimes the bug is a legitimate mpv bug, but more often than not it's user mis-configuration, like trying to use a WGL backend without OpenGL drivers installed, misuse of some cargo-culted option, or trying to run mpv at all on unsupported hardware. (If you don't have support for OpenGL 2.1 and up, DX9 PS3.0 and up, or DX11 level 9_3 and up, please don't bother with mpv.)
>>
>>58598232
>Having to edit config files to make a video player usable
That's the real problem.
>>
is there a shader that makes everything look like vector graphics?
>>
>>58601290
VLC and MPV use hw decoding: DXVA2 for VLC/MPV, MPC uses CUVID. All use D3D hwa. Playing a 1080p30fps h264.
3770k, 780ti, 32GB RAM, Intel 530 SSD
All players running windowed at 1:1 (1440p monitor), so no up/down scaling was involved.
The MPV build used was this one: https://mpv.srsfckn.biz/mpv-x86_64-20161120.7z as anything newer has broken d3d acceleration.
>>
vaapi or vdpau?
>>
>using meme shaders
>>
>>58601381
That's better, but it's not a log. If you're using DXVA2 with mpv, you're obviously not using the default settings, since hardware decoding is off by default in mpv. If you don't want to post a log, the next best thing is posting your config file. (But if you don't know how to follow those instructions to get a log file, you're not part of the intended target audience of mpv and you really should just use VLC or MPC-HC instead.)

>The MPV build used was this one: https://mpv.srsfckn.biz/mpv-x86_64-20161120.7z
Yeah, okay. That's 0.21.0. The current version of mpv is 0.23.0 and mpv devs do not support older versions.

>as anything newer has broken d3d acceleration.
What do you mean by this?
>>
how to enable support for *.mpd files?
>>
# Video
profile=opengl-hq
hwdec=no
opengl-backend=dxinterop
opengl-early-flush=yes
deband=yes
framedrop=vo
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
dscale=mitchell
correct-downscaling=yes
sigmoid-upscaling=yes
dither-depth=auto


# Audio
audio-channels=auto
audio-pitch-correction=yes
volume=100


# Window
force-window=immediate
save-position-on-quit=no
resume-playback=no
keep-open=always
autofit-larger=90%x90%
autofit-smaller=40%x40%
geometry=50%:50%
border=yes
fs=no
cursor-autohide=200
msg-module


# OSD Bar
no-osd-bar


# OSD Text
osd-font="Source Sans Pro"
osd-font-size=52
osd-border-size=2.5
osd-color='#ffffff'
osd-border-color='#CC000000'
osd-shadow-color='#33000000'
osd-shadow-offset=1


# OSC Layout
script-opts=osc-layout=bottombar,osc-seekbarstyle=bar,osc-minmousemove=2,osc-boxalpha=130,osc-scalewindowed=1,osc-scalefullscreen=1,osc-hidetimeout=1000


# Subtitles Setup
embeddedfonts=yes
sub-auto=fuzzy
sub-gray=yes
sub-ass-force-style=Kerning=yes
sub-ass-style-override=force
sub-use-margins=yes
demuxer-mkv-subtitle-preroll


#Subtitles Text
sub-font="Source Sans Pro"
sub-bold=no
sub-font-size=56
sub-margin-y=110
sub-color="#FFFFFF"
sub-border-color="#CC000000"
sub-border-size=3
sub-shadow-offset=1
sub-shadow-color="#33000000"
sub-spacing=0


# Screenshots
screenshot-format="jpg"
screenshot-jpeg-quality="100"
screenshot-jpeg-source-chroma=yes
screenshot-tag-colorspace=yes
screenshot-high-bit-depth=yes
screenshot-template="%f%P"


# Other
msg-color=yes
ytdl=yes
ytdl-format=0/(bestvideo[vcodec=vp9]/bestvideo[height>720]/bestvideo[fps>30])[tbr<13000]+(bestaudio[acodec=opus]/bestaudio)/best
cache-default=8192
>>
>>58601433
I can't get it using d3d, only opengl resulting in even higher cpu usage.
>>
>>58601401
>being this retarded
>>
>>58601381
troll go away, you already have been proven d3d acceleration isn't broken, it's just you are retarded.
>>
>>58601452
mpv uses Direct3D for a number of things, so it's still not clear what you mean by that. Do you mean you're using vo=direct3d instead of vo=opengl, or is it something else?

By the way, I have a pretty similar setup to you (3570K, GTX 670, 16GB RAM, 850 EVO SSD) and I've never had anything like your problem, regardless of which settings I use. The default settings work (empty config file,) and it works with all opengl backends (win, angle, dxinterop) and all hwaccels (none, dxva2-copy, dxva2, d3d11va.) I've never had CPU usage that high.

Also, you still haven't posted a log or config file. I'm getting pretty sick of playing 20 questions when there will probably be something pretty obvious in the log/config.
>>
>>58600953
thanks mate, working smooth right now
on a side note, do you really have to recompile binaries just to add vapsynth?
>>
>>58601528
Just ignore "her", "she"'s just "trolling"
>>
>>58597640
Mine is the smallest one:


Why are you messing your mpv.conf with all these insane config?
Keep it simple, stupid.
>>
>>58602016
>playing a 4k movie using a software renderer
>>
Igv is updating his shaders all the time. The problem is that sometimes the last active field tricked me because somebody starred the shader or add a comment.

Does anyone know if there is a rss feed for gist changes?
And why using gist and not directly github?

However this guy is the only guy that creates/ports shaders for mpv and it's awesome!
>>
>>58602088
If mpv is not using hwdec for this kind of files, there is a good reason!
>>
>>58602125
I didn't say anything about decoding
>>
>>58602088
>Confusing renderer and decoder
>>
>>58602133
Oh yes! ;)
Software rendering is deprecated as shit and terribly slow.
>>
>>58602149
I didn't
>>
>>58602176
Then what are you refering to? opengl is the default vo with no config.
>>
>>58602133
Are you using vapoursynth with your cluster of i7 cpu based computers to upscale your shit with jinc?
>>
> unironically not using madVR

stop the copycats linuxfags
>>
- Windows is a government based operating system.
- MPC-HC and madVR are based on Windows technologies.
- More than 99% of people don't pay for video contents.
- VLC doesn't care about video quality.
- Kodi is too bloated for most of us.
- Kodi still doesn't have debanding. :(

It seems mpv is currently the only sane choice for people watching video contents.
>>
>>58602242
But it's a delphi shit from 90s with terrible licence.
Nobody wants that kind of shitty software on their own computer.
>>
>>58602245

> he unironically deleted his post to re-post it for bumping

keeping this here for the proof.
>>
>>58602273

mpv is a cheap copycat of madVR
>>
>>58602288
prove it
>>
Is there a way to save screencaps as pngs instead of jpgs?
>>
>>58602288
Not this shit again
>>
>>58602242
Enjoy the next gen oil painting effect.

>>58602288
He is still using directshow for his renderer!
Being mad doesn't mean you have to use deprecated shits.
Or maybe he forgot a "t" at the end of his pseudo.

Haasn will finish his ultra portable vulkan renderer before madshi will even understand how to not use directshow. He is intoxicated as fuck.
>>
>On the madshi's websites:
Germany, 22175 Hamburg

>On the haasn's github:
Germany

>Madshi's web design skills:
http://madshi.net

>Haasn's web design skills:
https://haasn.xyz

Madshi and haasn are the same person!
This guy has bipolarity problem or something.
>>
>>58602004
>hurrr, muh softwheer is puhrfhekht, how dare you report actual problems
>>
>>58602655
>MPV is written by incompetent people and that's the result.
Great bug report, good job on your contribution.
>>
>>58602354
Yes, read the manual
>>
File: vlcsnap-2017-01-14-12h52m28s911.jpg (262KB, 1920x1090px) Image search: [Google]
vlcsnap-2017-01-14-12h52m28s911.jpg
262KB, 1920x1090px
I use MPV for viewing files but at the same time I think it's total shit because it doesn't have any UI.

VLC snapshot.
>>
>>58602655
>hurr I keep posting an issue only I have encountered and no one else can reproduce, and refuse to submit proper information about it durr
At least you're getting a bunch of (You)'s, congratulations.
>>
>>58602699
What more can I say? I'm not a programmer. Every time I say that D3D is broken I get insulted for daring to say something like this about this piece of shit.
>>
>>58602805
>Every time I say that D3D is broken I get insulted for daring to say something like this about this piece of shit.
You probably get insulted because many others dont have the "problems" you are having which says something about your competence. This is 4chan, retards will be called out.
>>
>>58602882
Yeah, my "competence". This is why somehing like MPC works flawlessly.. I thing this says more about the incompetence of the MPV developers.
>>
>>58602930
And mpv has worked flawlessly for me, I could say this says a lot about your incompetence.
You obviously dont like mpv so stop using it and move on.
>>
Please keep on-topic, this is an mpv thread so post config, scripts and tricks.
If you're having legitimate issues, it's best asking on github or irc where the developers can help you.
>>
>>58602967
I don't use it. Never did and never will, lol. It's garbage, made by incompetent idiots, for idiots.
>>
>>58603052
You forgot to mention how great ffplay is
>>
mpv.conf
# Video
profile=opengl-hq
opengl-backend=dxinterop
opengl-early-flush=yes
dscale=mitchell
deband=no
correct-downscaling=yes
sigmoid-upscaling=yes
dither-depth=auto
hwdec=no
framedrop=vo
resume-playback=yes
priority=high

# Audio
alang=eng,en
audio-pitch-correction=yes
volume=100
volume-max=200
audio-channels=auto # Output 5.1 audio natively, and upmix/downmix audio with a different format.

# Window
force-window=immediate
save-position-on-quit=no
keep-open=always
autofit-larger=94%x94%
autofit-smaller=30%x30%
geometry=50%:50%
border=no
fs=no

# Screenshots
screenshot-template='C:\Users\name\Pictures\mpv-shot_%F_%p'
screenshot-directory="C:\Users\name\Pictures\"
screenshot-format=jpg
screenshot-jpeg-quality=100

# Streams
ytdl=yes
hls-bitrate=max
ytdl-format=bestvideo[height=1080]+bestaudio

[protocol.https]
force-window=immediate
cache=yes
cache-default=1000000 # size in KB
cache-backbuffer=250000 # size in KB
cache-secs=100 # how many seconds of audio/video to prefetch
cache-file=TMP
user-agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'

[protocol.http]
profile=protocol.https

# Extentions
[extension.webm]
loop-file=inf
[extension.gif]
loop-file=inf
[extension.jpg]
pause
[extension.png]
pause
[extension.mp4]
loop-file=inf
[extension.mkv]
loop-file=inf
>>
>>58603392
input.conf
# Audio
MOUSE_BTN3 ignore
MOUSE_BTN4 ignore
UP add volume 2
DOWN add volume -2
+ add volume 2
- add volume -2
N af toggle lavfi=dynaudnorm # normalize audio

w add video-zoom -0.01
e add video-zoom 0.01

shift+RIGHT add video-pan-x -0.005
shift+LEFT add video-pan-x 0.005
shift+UP add video-pan-y 0.005
shift+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
ctrl+RIGHT osd-msg-bar seek +1 relative+exact
ctrl+LEFT osd-msg-bar seek -1 relative+exact

\ cycle-values border yes no

v cycle_values window-scale .75 1 1.5 2
>>
>>58602703
moshi moshi baito desu
>>
>>58598369
>>58598754
playing with the opengl-backend can really help with shitty drivers.

i run angle-es2 because all the other ones (win,dxinterop,angle) run like absolute shit on my laptop (windows + Intel HD 4000). dxinterop is the best on my radeon desktop though.

run mpv --opengl-backend=help to see your options then try each one and check jitter and perf stats to see which works the best for your setup (make sure to try windowed, fullscreen, downscaled upscaled etc)

You can set up osd-msgs for it or use keybinds (in input.conf):
i show-text "${vsync-jitter} ${vo-drop-frame-count}"
I show-text "${vo-performance}"


Jitter you want to be as low as possible, anywhere near 1 and you're gonna have a bad time. During various testing i've seen it around 0.5 and it seems to be ok there but my normal config has it around 0.005-0.030. For reference this number is the standard deviation of frame times from the theoretical correct vsync timing divided by the theoretical correct vsync timing

You want frame drops to be 0 at all times but obviously ignore it happening during changing window size or going fullscreen or something.

vo-performance says its measured in milliseconds in the manual but its actually microseconds. as long as peak upload+render+present values sum to consistently below refresh rate (16667 for 60Hz) with some headroom you're fine.

As a baseline config you want
profile=opengl-hq
video-sync=display-resample
interpolation=on
opengl-backend=dxinterop # can help. read above
opengl-pbo=yes # apparently helps with perf but ive never noticed a difference
hwdec=no # really shit PCs might need this on auto

Play around with opengl-backend and hwdec and after you've everything running smoothly start adding meme options like scalers and shit
>>
Who's idea was it to mess with the OSD? It was fine before imho.
>>
>>58603598
Indeed, I don't use the OSC at all, but I'm also surprised to see that it was changed almost unanimously to the bar layout. Box looks and behave better imo.
>>
Why if I use hwdec I can't take screenshot and deinterlace?
>>
>>58603658
I can take screenshots on Linux with hwdec
>>
>>58603562
>angle-es2
So bad opengl shaders don't work with this backend.
>>
http://pastebin.com/tMgQBQPz
I'd post mine here, but it's too long for 4chan.
also, I use this modeline
    # 71.928 fps
Modeline "1024x768" 78.355486 1024 1080 1192 1360 768 769 772 801 -hsync +vsync
>>
File: 1478903403625.png (1MB, 2100x1134px) Image search: [Google]
1478903403625.png
1MB, 2100x1134px
>>58603113
It is, really great, especially compared to MemePV.
>>
>>58602387
>sour grapes
>>
>tfw fell for the mpv meme

And I'm actually impressed. Might make it my daily driver.
>>
>>58602273
>>58602494
foozoor please go
>>
Ok so, I'm on Debian Testing using the open source drivers on a shitty laptop with an APU A8-4500M @ 1.9 Ghz with a 7640G+7470M

vo=opengl
hwdec=auto


This is what I'm using, but I don't know if I can add something else to get a better playing on my chinese cartoons.

Btw, since I'm using the free drivers I have no idea if the dedicated graphic card (7470M) is being used.

Any ideas?
>>
>>58604482
try higher settings like profile=opengl-gq
if playback isnt good revert back

with hwdec=auto your gpu is probably being used. you can see if it is by opening a video via terminal
>>
>>58604866
meant profile=opengl-hq
>>
>>58604866
>>58604892
Should I replace the vo with profile or is just the same thing?
>>
>>58605010
yes
>>
>>58605010
>>58605048
Forgot this. This is what I'm getting in the terminal

Using hardware decoding (vdpau).
VO: [opengl] 960x720 vdpau


It seems it is using the GPU, but any idea of how to tell it to use the dedicated one and not the one on the CPU?
>>
Has there been any big changes since the vo config change?
>>
Border = no border
Gif - loop
Open gl = hq
End.
>>
>>58605010
its been replaced with profile, but since opengl is the default it doesnt even matter if profile=opengl is in your conf.
it only matters when you choose high quality settings with profile=opengl-hq
>>
>>58605119
How do I force it to always use hardware decoding?

"hwdec:yes" is the same as auto. If I try hwdec:vdpau, seems to be in auto too.
>>
>>58605283
Never mind. It seems like it falls back to software decoding with any 10-bit video, according to the wiki, it depends on the video codec, so I guess it has to be that.

Also, if I use opengl-hq, I get in the output just opengl. Is that ok or should I be getting opengl-hq?
>>
>>58605376
its normal
>>
i've used vo=opengl since when MPlayer was a thing
>>
Pfff mpv is 2x slower than madVR (d3d11 rendering) and will probably be 4x slower when madshi will finish his d3d12 renderer with multi GPU support.
>>
>>58605719
There is no d3d11 rendering in madvr retard, presenting isn't rendering
>>
>>58600719
Only reason that comes to mind is that it can be faster for plain URL loading, since it doesn't have to go through ytdl.lua that way.

This also means that you can e.g. use playlist preloading
>>
>>58601528
>Also, you still haven't posted a log or config file. I'm getting pretty sick of playing 20 questions when there will probably be something pretty obvious in the log/config.
Just stop feeding the dumb troll
>>
>>58603658
Sounds like your hwdec driver doesn't implement readback?
>>
>>58602387
hello foozoor, pls kill yourself
>>
>>58605119
>its been replaced with profile, but since opengl is the default it doesnt even matter if profile=opengl is in your conf.
what the actual fuck am I reading? please go read the manual before spouting nonsense like this
>>
>>58606235
Who's that guy, and why do people call him foozoor?
>>
>>58606684
https://forum.doom9.org/search.php?searchid=7809502

He's a false flagging motherfucker
>>
>>58606739
All I can think of is "why?". He is mentally ill or something?
>>
>>58606807
People who lack real world relationships, or are lacking financially, tend to compensate their life malfunctions by growing superiority complexes about trivialities on the Internet.
>>
>>58600850
My knowledge is pretty basic, sorry. How do I bring up the console?
>>
>>58607580

press start, type cmd
>>
>>58607772
so literally command prompt, but how do I get it slinging dope mpv readouts?
>>
>>58606063
I agree that using d3d11 presenting on madvr makes it 2 to 3 times faster than mpv. Didn't notice this before, so it's maybe a angle bug in recent mpv builds. Angle was and is much faster than anything else on my laptop.
>>
>>58608156
>Use a Direct3D 11 presentation path rather than Direct3D 9. This may allow for faster entering and exiting of fullscreen exclusive mode. Required for 10-bit output along with fullscreen exclusive mode.

>2 to 3 times faster than mpv
>may allow for faster entering and exiting of fullscreen exclusive mode
>>
>>58601948
>on a side note, do you really have to recompile binaries just to add vapsynth?
if the one you have doesn't have vapoursynth support compiled in, yes
>>
# High quality video rendering for fast computer.
profile=opengl-hq
no-border
loop-file=yes
open gl=hq

literally pajeet and just werks set up.
any suggestions
>>
>>58608588
>open gl=hq
>>
>i3-6100 + GTX 1060 6GB
I got everything but video settings in my config.
What do?
>>
>>58610818
hwdec=yes
>>
File: 1479926892001.png (6KB, 415x416px) Image search: [Google]
1479926892001.png
6KB, 415x416px
# Video
vo=opengl
profile=opengl-hq
tscale=oversample
tscale-clamp
temporal-dither
blend-subtitles=yes
interpolation
video-sync=display-resample
hwdec=no

# Audio
audio-channels=stereo
alang=jp,jpn,Japanese,en,eng,English
volume=100

# Subtitles
slang=en,eng,English
sub-auto=fuzzy
sub-ass-force-style=Kerning=yes
demuxer-mkv-subtitle-preroll

# Styling for unstyled subs
sub-font="Source Sans Pro Semibold"
sub-font-size=48
sub-margin-y=36
sub-color="#ffffffff"
sub-border-color="#ff262626"
sub-border-size=3.2
sub-shadow-offset=1
sub-shadow-color="#33000000"
sub-spacing=0.5

# Screenshots
screenshot-format=jpg
screenshot-jpeg-quality=95
screenshot-template="%F_[%P]_[%tY.%tm.%td][%tH:%tM:%tS]"

# OSC
script-opts=osc-layout=bottombar,osc-seekbarstyle=slider,osc-deadzonesize=0

# OSD
osd-bar=no
osd-font="Source Sans Pro"
osd-font-size=36
osd-border-size=1.6
osd-color='#ffffffff'
osd-border-color='#ff262626'
osd-shadow-offset=1
osd-shadow-color="#33000000"
osd-spacing=0.5
osd-status-msg='(${percent-pos}%) ${time-pos} / ${duration}\n${?chapter:Chapter: ${chapter}}'

# Misc.
geometry=50%:50%
autofit-larger=100%
ytdl

# Auto profiles
[extension.webm]
loop-file=inf
>>
File: gud shit.webm (179KB, 498x1014px) Image search: [Google]
gud shit.webm
179KB, 498x1014px
>>58600012
good shit anon
>>
>>58608898
This. wtf?
>>
File: kigu2.gif (425KB, 250x304px) Image search: [Google]
kigu2.gif
425KB, 250x304px
>>58600025
Thanks anon
>>
tfw mpv config too long to post
>>
prescale-luma=nnedi3

Does this even do anything or were old /mpv/ generals absolutely memeing it? An actual majority of the google results are nothing but /g/.
>>
>>58614053
pastebin it
>>
>>58614065
https://0x0.st/OLU.txt
>>
>>58614983
--opengl-pbo

Enable use of PBOs. On some drivers this can be faster, especially if the source video size is huge (e.g. so called "4K" video). On other drivers it might be slower or cause latency issues.

Will someone tell me what is meant by making mpv "faster"?

Also, thanks to you I just got mpv's Firefox add-on for YouTube. Not sure if your settings would affect it since it seems to already download in max quality. That could be from my other YouTube HD add-on, not sure.
>>
>>58602703
Honestly, why are people hung up with the lack of a proper UI? Even my normalfag friends don't notice cause the OSD has all the usual controls.
>>
File: Linux.jpg (48KB, 500x425px) Image search: [Google]
Linux.jpg
48KB, 500x425px
>>58615333
>>
File: 93594.jpg (202KB, 1024x654px) Image search: [Google]
93594.jpg
202KB, 1024x654px
This picture thread.
>>
File: how to be normal.jpg (40KB, 500x375px) Image search: [Google]
how to be normal.jpg
40KB, 500x375px
>>58615333
It's basically culture-shock. There are two distinct cultures in modern desktop computing, the Unixy one, where programs are driven by command-line arguments and keyboard interfaces, and the Windowsy one, where applications use the desktop metaphor and are driven by pointing devices. Normally, winfags have no reason to try the keyboard-driven alternatives to their graphical applications, but mpv has been hyped so much on /g/ as an MPC-HC alternative that they are trying it out. They get upset because nothing works the way they're used to and because they realise that not every program caters to the way they use computers.

>Even my normalfag friends don't notice cause the OSD has all the usual controls.
Different kinds of users, I guess. Novice users only want to play the video, and maybe pause it while they get snacks. If mpv opens the video and plays it, that's good enough for them. They will use it in exactly the same way they use QuickTime or Windows Media Player. Advanced users have no trouble either, since they've used keyboard-driven programs before. It's the intermediate users who are getting upset.
>>
What's the difference between nnedi3 32 and 256 quality wise? Should i go for all or 4x trigger with chroma?
>>
>>58616463
this completely

it's not that mpv is being different for the sake of it, it work just the same as its legacy did, it's based on mplayer2, which is based on mplayer, and the ways it looks and works hasn't changed (in fact, it's a bit more windows-ey now as mpv introduced the mouse-driven OSD)

mplayer and mpc both started in 2002, mpc being modelled after the UI of wmp6, and has become a bit of a defacto interface design for windows media players
and mplayer became the standard for anything that wasn't windows or mac os
>>
>>58615352
>Capitalizing Every Fucking Letter
Welcome to Burgerland
>>
>>58600025
noob question
should i get a input.config separately?
>>
>>58603598
>>58603656
Is this something new within the last nightly? My install is a week old.
>>
I have a tearing with compton enabled, what to do?
>>
>>58598106
huehue
>>
>>58616644
If you're on windows and using sourceforge build, there's no change to osd layout
>>
>>58616680
Is it about to change?
>>
>>58616664
Try switching the compton vsync methods and the mpv opengl backends (--opengl-backend=x11 and --opengl-backend=x11egl). If you have Intel graphics, try the modesetting driver.

See:
https://github.com/mpv-player/mpv/wiki/FAQ#Tearing
https://github.com/chjj/compton/wiki/vsync-guide
>>
>>58603598
>>58616680
Threadly reminder: https://github.com/mpv-player/mpv/wiki/FAQ#I_want_the_old_OSC_back
>>
>>58597640
MPV or VLC? Which one is better
>>
>>58616721
VLC. MPC does support CUVID though which is nice. Both are superior to MemePV.
>>
>>58616721
That's no contest. Videolan is only for the most casual of casuals who need everything to work and don't care how bad it looks or sounds.
>>
>>58616743
>retard detected
>>
>>58616932
MemePV shill spoted
>>
>>58616721
VLC is below average
>>
>>58600845
fyi that still downloads the video data and includes it in the cache, it just doesn't show it.
You have to do something like --ytdl-format="bestaudio"
to have ytdl only get the audio
>>
>>58616970
>mpv shill in mpv thread
complete retard, kys
>>
File: mpv.jpg (1MB, 2110x1049px) Image search: [Google]
mpv.jpg
1MB, 2110x1049px
mpv.conf
profile=opengl-hq
opengl-backend=dxinterop
opengl-pbo=yes
hwdec=no
framedrop=vo

video-sync=display-resample
blend-subtitles=yes
interpolation=yes
tscale=oversample
interpolation-threshold=0.01

dither-depth=auto

scale=ewa_lanczossharp
cscale=ewa_lanczossoft
dscale=mitchell

ytdl-format=(bestvideo+bestaudio/best)[protocol!=http_dash_segments]

# Audio settings
audio-channels=stereo
audio-normalize-downmix=yes
volume-max=100
volume=50

# OSD settings
script-opts=osc-layout=bottombar,osc-timetotal=yes,osc-deadzonesize=0,osc-scalewindowed=0.666,osc-scalefullscreen=0.666
border=yes

# Screenshot settings
screenshot-format=png
screenshot-png-compression=0
screenshot-png-filter=0
screenshot-tag-colorspace=yes
screenshot-high-bit-depth=yes
screenshot-template="C:\Users\User\Desktop\%F %#04n"


input.conf
MOUSE_BTN0 ignore
MOUSE_BTN0_DBL cycle fullscreen
MOUSE_BTN2 cycle pause
MOUSE_BTN3 add volume 2
MOUSE_BTN4 add volume -2
MOUSE_BTN5 ignore
MOUSE_BTN6 ignore

# Seek units are in seconds
RIGHT seek 5
LEFT seek -5
UP seek 60
DOWN seek -60
] frame-step
[ frame-back-step

1 set window-scale 0.5
2 set window-scale 0.75
3 set window-scale 1
4 set window-scale 1.25
5 set window-scale 1.5
6 set window-scale 2
7 ignore
8 ignore
9 ignore
0 ignore
- ignore
= ignore

\ cycle-values border no yes

a cycle-values scale "ewa_lanczossharp" "catmull_rom" "bilinear"
A cycle-values hwdec "auto-copy" "no"

b cycle-values opengl-shaders "~~/shaders/KrigBilateral.glsl,~~/shaders/nnedi3-nns32-win8x4.hook" ""

# Used for autocrop.lua - changeable on line 113
#c ignore

f cycle-values dither-depth 8 10 no

g cycle-values tscale-clamp "yes" "no"

s screenshot window

v cycle interpolation
V cycle-values tscale "oversample" "linear" "mitchell" "sinc"

x cycle-values "cscale" "ewa_lanczossoft" "catmull_rom" "bilinear"
z cycle-values "dscale" "mitchell" "catmull_rom" "ewa_lanczossharp" "bilinear"
>>
File: 1464406742936.jpg (67KB, 400x345px) Image search: [Google]
1464406742936.jpg
67KB, 400x345px
>>58600012
Does the encode.lua work with windows? Maybe I'm just retarded?
I have FFMPEG and everything,
It says that it's encoding but I don't see it output anything or give the successful message.
>>
>>58617014
Kek, your player is shit, get over it.
>>
>>58617104
gtfo
>>
>>58617058
How did you get your repl overlay and seek bar looking that clean? Is it all in your config there?
>>
>>58617174
The seekbar comes from the script-opts settings, the overlay comes from this https://github.com/Argon-/mpv-stats, it used to come with the Sourceforge build I believe but I don't think it does anymore
>>
>>58617223
Nice, thanks.
>>
>>58617128
Hahah, lol, no (:
>>
File: 1472683378905.jpg (141KB, 750x1072px) Image search: [Google]
1472683378905.jpg
141KB, 750x1072px
Is there a way to make mpv use certain VO for certain resolutions?
>>
>>58617834
profiles
>>
File: 1484100506111.jpg (90KB, 600x900px) Image search: [Google]
1484100506111.jpg
90KB, 600x900px
>>58618018
How?
Do I need to learn Lua?
>>
>>58618029
[SD]
profile-desc=cond:get('height',0) < 720
scale=haasnsoft
cscale=ewa_lanczossoft
>>
File: images.jpg (7KB, 299x169px) Image search: [Google]
images.jpg
7KB, 299x169px
im copy pasting to config file like retard and can't know any diffrence.
>>
>>58618036
Thanks.
At what version of mpv does this work?
>>
>>58618029
>>58618042
https://github.com/wm4/mpv-scripts/blob/master/auto-profiles.lua
You need this script for it to work
>>
File: 1484147052290.jpg (390KB, 1920x1080px) Image search: [Google]
1484147052290.jpg
390KB, 1920x1080px
What will make my Chinese cartoons look better when upscaled to 1440p

KrigBilateral 15k µs
nnedi3-16-8x4 18.5k µs
nnedi3-16-8x4 + adaptive-sharpen-2pass 19k µs
nnedi3-16-8x4 + Fine Sharp 19.5k µs

Krig+nnedi3 takes 40k µs to render so that's out of the question.
>>
>>58618175
What's the commands for nnedi3 anyway?
>>
>>58618175
nnedi3 + 1 pass adaptive-sharpen (or even better without nnedi3)
Also Fine Sharp is fastest of all this shaders, why it's slower for you than adaptive-sharpen-2pass?
>>
>>58618205
If you mean how to use it download whatever version you need from https://github.com/bjin/mpv-prescalers/tree/master (32-8x4's a good place to start) and place it under %appdata%/mpv/shaders/ then in mpv.conf put

opengl-shaders="~~/shaders/nnedi3-nns32-win8x4.hook"


if you meant something else idk lol

>>58618305
Why without nnedi3? Isn't upscaling always better with it or am I being stupid? Also FineSharp is faster than Adaptive-2pass when I run them solo but I guess nnedi3 takes a bit longer when using it.
>>
>>58618379
Thanks. No amount of googling seemed to help.
>>
>>58618379
>Isn't upscaling always better with it
not much
And your gpu seems weak for it, I would instead use default (spline36), or ewa_lanczos, or superxbr (for 720p -> 1440 upscaling only).
>>
Is there something better than jinc based upscalers? I don't care if it's open source or not, I just want to know if there is better.

Nnedi3 is good for some animes but it's too slow and NGU increases blocking artefacts too much.
>>
>>58618650
jinc (ewa_lanczos) is basically lanczos (spline36) + anti-aliasing
>>
>>58618514
Thanks, if you don't mind me asking since you seem to know your shit is there anything I should/shouldn't have active in my config when using shaders like nnedi3 since they're redundant and just increase render time?
I understand hardly any of this and my configs just a Frankenstein creation of configs posted here.
>>
>>58602805
Different anon here but you got called out for ignoring the sincere requests of a helpful anon for either your log file or your config.
Either you were incapable of following the instructions to obtain these or you ignored him because you came here with the clear intention of pissing all over mpv.
Either way, this player is clearly not for you, as it requires a modicum of independent thought as well a tiny bit of technical knowledge.

So get off your high horse you illiterate fucker
>>
>>58618783
no
All the information should be in shaders description.
>>
Has anybody here tried using mpv to watch Amazon Prime video? Is it possible, or is it another streaming site that's incredibly shitty?
>>
>>58618669
Yes but are there any *better* upscalers?
I know nnedi3 (slow), waifu2x (slooow), superxbr (not really better), ngu (blocking artefacts increaser).
>>
>>58619151
I think no.
I said that so you could google if there is anything better than lanczos/spline36 except ewa_lanczos
>>
>>58617101
Have you checked the log files?
>>
>>58619151
Personally I think that ngu is almost like ewa_lanczos with some sharpening except edges are thinner.
>>
>>58619284
What's your opinion about ewa_lanczos + SSimSuperRes.glsl?
Oh the panscan bug is still there. :\

What's the advantage of thinner edges when upscaling?
Is it really a good thing or is it an "artefact"?
>>
Is there a way to go with a lua script through all styles of the current .ass sub file and check for availability of font they specify? Thats pretty much the only reason I still use mpv with console window by default.
>>
>>58619334
thinner edges seem more natural to me, but you noticing it only when comparing those scalers side by side
>>
I'm looking for an extension for Chromium to open certain links with mpv, like it was possible with this addon for firefox (https://addons.mozilla.org/en-US/firefox/addon/watch-with-mpv/)

What options do I have?
>>
File: file.png (8KB, 636x223px) Image search: [Google]
file.png
8KB, 636x223px
>>58619265
>>
>>58611254
>>58612539
You're welcome, I am glad you found it useful.
>>58616536
Your input.conf should be at the same location as your mpv.conf, if you have any.
>>58619414
That's a bit weird, what kind of files are you using it on? The script will only work with things that you have as a file, and not streams.
>>
>>58619909
i download shiziro build i got a config
but no input am i fucked up something?
>>
File: sun.png (204KB, 778x808px) Image search: [Google]
sun.png
204KB, 778x808px
>>58619909
>what kind of files are you using it on?
MKVs and other files. No streaming stuff.
>>
>>58619414
I also haven't tried the scripts on windows at all but there shouldn't be anything platform-specific. The only requirement is of course to have ffmpeg in your path.
>>58619929
No, input.conf is optional. You just have to create a text file (in the same folder as mpv.conf) and put some stuff there (for example what I have in the readme).
>>58619948
That's weird, it means that the property "filename/no-ext" is nil for whatever reason. Let me look into that.
>>
>>58619986
sorry for being totalnoob and questioning
just copy and paste it from github?
i can't figure out actual usage
>>
>>58620133
Mh I tried making the manual as simple as simple. If you downloaded mpv from here: https://mpv.srsfckn.biz/ (which I recommend), I think you need this kind of folder structure:

.
├── mpv/
│ ├── input.conf
│ └── mpv.conf
├── scripts/
│ ├── crop.lua
│ └── encode.lua
├── d3dcompiler_43.dll
├── mpv.com
└── mpv.exe

crop.lua and encode.lua should be copy-pasted from the repository. In input.conf, which is a text file, you can copy paste this:
c script-message-to crop start-crop
e script-message-to encode set_timestamp webm false true "-an -sn -c:v libvpx -crf 10 -b:v 1000k"
alt+e script-message-to encode clear_timestamp

Then, when you start mpv, you should be able to press 'c' to crop your video, and then press 'e' twice to make a webm. You will also need ffmpeg to create a webm, get it from here:
https://ffmpeg.zeranoe.com/builds/
>>
>>58619948
By any chance is that a file that you can upload somewhere?
>>
>>58616463
>Different kinds of users, I guess. Novice users only want to play the video, and maybe pause it while they get snacks. If mpv opens the video and plays it, that's good enough for them. They will use it in exactly the same way they use QuickTime or Windows Media Player. Advanced users have no trouble either, since they've used keyboard-driven programs before. It's the intermediate users who are getting upset.
this so much
>>
File: Capture.jpg (16KB, 585x84px) Image search: [Google]
Capture.jpg
16KB, 585x84px
>>58620288
croped video successfully however encode failed
is it ffmpeg issue? i have no idea about this
>>
>>58620619
Yeah. One thing that you can try is to put ffmpeg.exe in the same folder as mpv.exe (which should work afaik).
OR the more proper way would be to set your PATH environment variable, but that's a bit of a pain on windows.
>>
>>58620567
I don't think it has anything to do with the actual files, I've tried more than one.
>>
>>58618175
>19k μs
19ms
>>
>>58618669
what no

ewa_lanczos is just the 2D version of the 1D lanczos
>>
>>58620660
Can you add this to your input.conf and tell me what gets printed with these files?
1  show-text "Filename: ${filename/no-ext}"
2 show-text "Filename: ${filename}"
>>
File: _1.webm (299KB, 860x932px) Image search: [Google]
_1.webm
299KB, 860x932px
>>58620651
thanks it works flawlessly your a nice guy
>>
File: 1468031510184.jpg (102KB, 400x533px) Image search: [Google]
1468031510184.jpg
102KB, 400x533px
>>58620660
Huh, maybe I'm actually retarded. I updated to the newest version of MPV and it works fine now.
>>58620567
New version:
Filename:
Graveyard.Of.Honor.2002.DVDRip.x264-HANDJOB

Filename:
Graveyard.Of.Honor.2002.DVDRip.x264-HANDJOB.mkv


With the old version :
Filename: (error)

Filename:
Graveyard.Of.Honor.2002.DVDRip.x264-HANDJOB.mkv

Thanks for the scripts anon.
>>
>>58620871
>>58620903
Cool, glad it works for you guys.
>>
# Video
profile=opengl-hq
opengl-pbo=yes
opengl-es=yes
opengl-early-flush=yes
framedrop=vo
vd-lavc-threads=32
deinterlace=yes
hls-bitrate=max

# Scaling settings
scale=ewa_lanczossharp
scale-radius=3
scaler-resizes-only
dscale=ewa_lanczossharp
cscale=ewa_lanczossharp
sws-scaler=gauss
tscale=oversample
scale-antiring=0.7
cscale-antiring=0.7
dither-depth=auto

# Interpolation
video-sync=display-resample
interpolation=yes
interpolation-threshold=0.01

# Shaders
opengl-shaders="~~/shaders/Enhance_detail.glsl,~~/shaders/faux-HDR.glsl,~~/shaders/FineSharp.glsl,~~/shaders/KrigBilateral.glsl,~~/shaders/SuperChromaRes.glsl,~~/shaders/adaptive-antiringing.glsl"

# Misc video settings
deband-iterations=2
deband-range=12
temporal-dither=yes
fullscreen=no
msg-color=yes
hwdec=no
autofit-larger=95%x95%
geometry=50%:50%
osc=no
correct-downscaling=yes
sigmoid-upscaling=yes
no-resume-playback
>>
>>58600012
This is awesome, I have it setup and working, but how can I change where it outputs to? Currently it's going into my mpv directory, but I'd like it to go in the same directory as the source video.
>>
File: logo.png (3KB, 245x42px) Image search: [Google]
logo.png
3KB, 245x42px
Is there an easy way to watch niconico videos with mpv now? The website requires you to enter login credentials. I can add these to the configuration file but then mpv will try to use them for Youtube as well which won't work.
>>
>>58622035
Ah good point, on linux that's usually not a big deal because it's in the current directory. I'll change it to use the directory of the file, gimme some time.
>>
Hey, I have a high end PC; is there like a preferred config for them?
>>
>>58622035
Okay I've pushed a fix for this, let me know if it works properly on windows.
>>
>>58621457
Ouch! What are you doing? This config is just fucking bad!
>>
>>58624160
he copy just copy/pasted together random options without a clue what they do
>>
Haven't touched mpv in a while, have a 980 whats max placebo config these days pls, preferably haasn senpai's if it can be
>>
I merely pretend to know what any of this does
profile=opengl-hq
opengl-pbo=yes # helps with performance

##################
# VIDEO
##################
scale=ewa_lanczossharp
cscale=ewa_lanczossoft
dscale=mitchell
framedrop=vo
video-sync=display-resample
hwdec=off

##################
# AUDIO
##################
softvol=yes
softvol-max=150
volume=70

##################
# LANGUAGE
##################
slang=eng,en
alang=jpn,jp,ja,eng,en

##################
# SUBTITLES
##################
ass-style-override=force
ass-shaper=simple
sub-auto=fuzzy
sub-text-font-size=49
sub-text-color="#FFFFFF"
sub-text-font="Noto Sans"
sub-text-border-size=3
sub-text-border-color="#262626"
ass-force-style=Kerning=yes

##################
# SCREENSHOTS
##################
screenshot-format=jpg
screenshot-template="%F_mpv-snapshot_%wM.%wS_%#02n"
screenshot-jpeg-quality=95

##################
# YOUTUBE
##################
ytdl=yes
ytdl-format=bestvideo[height<=?720]+bestaudio/best

##################
# WINDOW
##################
title="${filename}"
geometry=50%:50%
autofit-larger=90%x90%
ontop

##################
#OSC & OSD
##################
script-opts=osc-timetotal=yes,osc-fadeduration=100,osc-scalewindowed=0.7,osc-scalefullscreen=0.5,osc-deadzonesize=1,osc-valign=1,osc-halign=1.0
#script-opts=osc-layout=box,osc-seekbarstyle=bar,osc-timetotal=yes,osc-fadeduration=100,osc-scalewindowed=0.7,osc-scalefullscreen=0.5,osc-deadzonesize=1,osc-valign=1,osc-halign=1.0
osd-scale=0.5

##################
# MISC
##################
priority=abovenormal
stop-screensaver
keep-open=yes

##################
# EXTENSIONS
##################
[extension.webm]
loop-file=inf

[extension.jpg]
pause

[extension.png]
pause

[extension.gif]
loop-file=inf
>>
>tfw tried to use MPV

It just looks like ass, video quality wise compared to old as shit madVR

Also, by default there is no way to tell what audio output its doing, so no idea if its 2ch or 6ch

Also, cant see dropped frames?- some times my pc goes out of sync cause novidia

Easy in mpc-hc to just go ctrl +j and get all the playback info, and lavfilters shows audio info

same with reclock actually

mpc-hc just works, madvr requires you to perform rocket surgery with a donkey
>>
File: 1484246356661.jpg (49KB, 480x813px) Image search: [Google]
1484246356661.jpg
49KB, 480x813px
>>58625484
forgot pic
>>
>>58625484
here's your response
>>
>>58625609
Thank you.
>>
File: mpv.webm (2MB, 1280x800px) Image search: [Google]
mpv.webm
2MB, 1280x800px
>>58625484
>>
File: get a load of this guy.jpg (102KB, 720x406px) Image search: [Google]
get a load of this guy.jpg
102KB, 720x406px
>>58625661
https://github.com/mpv-player/mpv/issues/1052
>>
File: mpv-03.webm (226KB, 1280x800px) Image search: [Google]
mpv-03.webm
226KB, 1280x800px
>>58625697
>>
File: 1462842422311.jpg (57KB, 496x626px) Image search: [Google]
1462842422311.jpg
57KB, 496x626px
Gimme the vanillaest, cookie cutter, foolproof mpv.conf /mpv/
>>
>>58626713
profile=opengl-hq
>>
File: 1485221058374.jpg (20KB, 342x513px) Image search: [Google]
1485221058374.jpg
20KB, 342x513px
>That diddly feelirinie when I don't know how to install and get mpv on muh Chrome OS ChromeBook without Linux'ing it via persistent USB install of whatever distribution.

I wish mpv Chrome OS ChromeBook ports existed/would be a thing but nooooo.

How fucking difficult/hard/impossible can it actually be to port it over? There's Chroot and Crosh after all anyway.
>>
To what extent do most of these config files try to do a bunch of stupid bullshit that wasn't in the source to the video to make it "better looking", vs just trying to replicate the source faithfully?
Artificially making anime higher framerate than it actually is would be the most heinous example of the first kind of thing, to give an idea of what im talking about.
>>
>>58626888
most of the "good" mpv configs are aimed at faithfully representing the source
>>
>>58598433
Yes, there's really little if any point for anything more and anything less is pretty much kept only for legacy hardware and toasters
>>58601390
Neither, use opengl-hq
>>58614056
It did but it was removed a long time ago, now nnedi3 is an external shader
>>58618922
Anything with DRM won't work with mpv unless you have some way to strip the DRM and feed the video to mpv
>>58626713
Just use default, ie. no config
>>58626888
mpv devs have this idea of trying to replicate the source as faithfully possible, this has extended to most /g/ mpv users as well
>>
>>58627133
>It did but it was removed a long time ago, now nnedi3 is an external shader

okay, so now I just need to do something with this >>58618379 I take it
>>
File: 1484697147580.jpg (106KB, 853x480px) Image search: [Google]
1484697147580.jpg
106KB, 853x480px
>>58626888
I enjoy my anime artifact free at 8fps just like the koreans intended.
>>
I woke up and the first thing I read was the title of this article:
http://www.phoronix.com/scan.php?page=news_item&px=Open-DirectX-Shader-Comp

The title was truncated in my RSS manager and I thought 3 seconds that Microsoft created an open source DirectX. :D
>>
>>58627392
Does it mean mpv will not need angle anymore?
Does it mean madvr could be port into linux?
What does it mean for lambda people?
>>
anyone manage to get crunchyroll premium to work with mpv?

no matter what I do or use (youtube-dl, livestreamer, streamlink) I just get 503 errors or 480p streams
>>
>>58627885
Welcome to the Copyreich!
>>
>>58627885
are you passing on your cookie?
>>
Is it possible to get the current window size in lua?
>>
>>58627885
I do, just download whatever you want from Horriblesubs
>>
>>58627456
If I understood it correctly it's for directx 12 applications only (HLSL 6 only). And shaders compiled on this compiler will only work on the new windows 10 version that will be released this year.
>>
>>58600012
>>58600025
My computer takes a while to make these, any reason as to why?
>>
>>58628094
osd-width and osd-height seem to always match the window size
It's a bit weird.
>>
>>58629833
libvpx is a pretty bad codec in general. The bigger and longer your extract is, the longer it will take. How long is it in your case, for reference?
>>
>>58627456
Yeah, unfortunately >>58629426 is right. It's only for DX12 and it generates a totally incompatible shader byte code format that no release version of Windows understands, so it's 100% useless for mpv and madVR. Maybe if ANGLE gets a DX12 backend it will be useful.
>>
How can I
sub-scale=
or otherwise scale ASS subtitles without breaking signs and other?
>>
>>58630075
Awesome thanks!
>>
>>58629426
Still no regular windows builds of mpc-qt!!!
I thought it was almost stable six months ago.
>>
is it possible to only disable mouse wheel scroll to seek the video for web content? ie youtube/pornhub etc?
>>
>>58633598
you can set profiles to load a different input.conf file, but iirc it doesn't work unless you enable the profile manually
>>
Is it true that there is a new PPA for Ubuntu people?
>>
>>58597640
Do you guys know how to fix low volume in mpv on windows?
>>
<damdai> | wm4 i would like menu to work please
<wm4> | damdai: let me be very clear: fuck off

wow is this how free software treats its users
>>
>>58635153
explain
>>
>>58635175
this is how the lead developer of mpv answers the request of a user. note that I conveniently took the quotes out of context for maximum drama.
>>
Works like a charm.
profile=opengl-hq
fs=yes
slang=en,eng
ytdl-format=bestvideo[height<=?1080]+bestaudio/best
>>
I'm on a shitty old macbook and found that this config ran smootly, even stuff with higher framrates. Anyone know of any way to improve in it?
vo=opengl
hwdec-codecs=all
hwdec=videotoolbox
videotoolbox-format=uyvy422
video-sync=display-resample
sub-use-margins=no
sub-scale-with-window=no
Thread posts: 289
Thread images: 36


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

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
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.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.