[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]

/mpv/ - the /g/reatest media player

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: 130
Thread images: 8

File: default_icon_512x512.png (1MB, 512x512px) Image search: [Google]
default_icon_512x512.png
1MB, 512x512px
>windows builds:
- https://bitbucket.org/rorgoroth/mpv-for-windows/downloads
- https://sourceforge.net/projects/mpv-player-windows/files/

>low preset
profile=opengl-hq
deband=no
hwdec=auto-copy


>medium preset:
profile=opengl-hq


>high preset:
profile=opengl-hq
cscale=ewa_lanczossharp
scale=ewa_lanczossharp


>sharper preset:
>https://gist.github.com/igv/8a77e4eb8276753b54bb94c1c50c317e
profile=opengl-hq
opengl-shaders="~~/shaders/adaptive-sharpen.glsl"
>>
Don't think Arch has the updated package with the new config syntax yet
>>
>>56482307
Seriously!?
So why not using AUR?
>>
>>56482360
cba тbh senpai
>>
Is it possible to use SSimSuperRes.glsl without upscaling?
It looks much better than adaptive-sharpen but it doesn't work without upscaling. Is there something to tweak in the shader to make it working or is it impossible?
>>
Does smplayer have a way to switch display framerate?
>>
Any alternative to this?
https://github.com/kevinlekiller/mpv_scripts/tree/master/autospeedwin/
>>
when frame interpolation support
>>
hey guys mpv is pretty neat thanks
>>
>>56482649
I don't think it's possible and that's why I would like a script that apply a specific config by resolution, SuperRes when upscaling otherwise AdaptiveSharpen. I am pretty happy with cycle-value in input.conf though.
>>
>>56485622
What's wrong with SVP?
https://aur.archlinux.org/packages/svp/
>>
what's the best way to install mpv on os x, and would it be a better alternative to VLC for watching webm videos and porn?
>>
>>56485653
Nah it's insanely awesome!
>>
>>56485668
Could you help me?
How to know if mpv is upscaling?
function is_upscaling()
???
end

if is_upscaling then
mp.set_property("opengl_shaders", "~~/SSimSuperRes.glsl" )
else
mp.set_property("opengl_shaders", "~~/adaptive-sharpen.glsl" )
end
>>
>>56486111
homebrew, yes
>>
>>56486395
brew install --HEAD mpv --with-bundle
>>
>>56482265
I use PotPlayer and sometimes VLC, should I give MPV a try, I don't watch that anime stuff btw and I know that MPV is supposed to be good for that shit but I would just be using it for movies and tv
>>
>>56486438
Are you really thinking that mpv is for animes only?
>>
>>56486463
yes
>>
>>56482265

I don't have a config file. Can anyone link me to or give me the content of the config file?
>>
>>56486386
Is it a bit better?
I still not know how to check if mpv is upscaling. :\
function init(event)
local is_upscaling = ???
if is_upscaling then
mp.set_property("opengl_shaders", "~~/SSimSuperRes.glsl" )
else
mp.set_property("opengl_shaders", "~~/adaptive-sharpen.glsl" )
end
end

mp.register_event("file-loaded", init)
>>
>>56486669
Just create one (mpv.conf) and copy/paste one of the OP's presets.
Please use a recent build of mpv!
>>
>>56486463
Of course not man, I was just saying I wouldn't be using it for that and would I notice a difference in MPV vs PotPlayer for watching regular tv shows and movies
>>
>>56486732
Of course if you are not using madvr with potplayer!
>>
>>56486698

I just tried the first 3 on the OP. I get visual tearing and some sort of micro-stuttering, just as without the config file. I made it work on Ubuntu with this same computer, so I know it's not the hardware. Assuming Debian out of the box and mpv out of the box via apt-get install mpv, what thing could I be missing? Is there something like proprietary drivers/codecs or anything?
>>
>>56486847
Is it easy to configure MadVR on MPV or PotPlayer, I don't even really know what it does, I'm assuming it basically just makes everything look and sound better?
>>
Every time I minimize, it just closes the window. Just started happening suddenly.
Any ideas of what may be the problem?
>>
File: mpv-screenshot-65c26def-picsay.jpg (196KB, 999x445px) Image search: [Google]
mpv-screenshot-65c26def-picsay.jpg
196KB, 999x445px
>>56486672
Is it correct now?
local mp = require 'mp'
local scale = mp.get_property_number("window-scale", 0)

function init(event)
if scale > 1.0 then
mp.set_property("opengl_shaders", "~~/SSimSuperRes.glsl" )
else
mp.set_property("opengl_shaders", "~~/adaptive-sharpen.glsl" )
end
end

mp.register_event("file-loaded", init)
>>
How do I get mpv (os x) to keep webm files onscreen so i don't have to double click the window decoration every time to get it to fit?
>>
>>56485668
>>56486386
just add
//!BIND MAIN
//!WHEN HOOKED.h MAIN.h <=

to both passes (lines 31 and 43)
>>
>>56488192
Thanks! I will try as soon as I'm home!
>>
>>56482265
What's the difference between adaptive-sharpen.glsl and lumasharpen.glsl?
is lumasharpen.glsl obsolete?
>>
>>56488298
>lumasharpen.glsl
is for obsolete GPU's
>>
>>56488355
Why?
>>
>>56488382
Cuz it's a simplest sharpener shader ever.
>>
>Removing Lach's build

Fucking newfags can't do one thing right.
>>
File: nnedi3_prescaling.png (13KB, 498x280px) Image search: [Google]
nnedi3_prescaling.png
13KB, 498x280px
What is the equivalent of this config (picture related)?

opengl_shaders= "~~/shaders/nnedi3-nns32-win8x4.hook,~~/shaders/nnedi3-nns32-win8x4.hook"

opengl_shaders= "~~/shaders/nnedi3-nns32-win8x4-all.hook ,~~/shaders/nnedi3-nns32-win8x4-all.hook"
>>
>>56488487
He hasn't done a build with the new options stuff yet.
>>
>>56488492
if you quadrupling luma, than octuple chroma.
opengl_shaders= "~~/shaders/nnedi3-nns32-win8x4-chroma.hook,~~/shaders/nnedi3-nns32-win8x4-yuv.hook,~~/shaders/nnedi3-nns32-win8x4-yuv.hook"
>>
>>56488596
Thanks! Damn it! I was completely wrong!
After rereading the readme, it's much cleaner in my mind. ;)
>>
Sorry for my noobiness, but what's the advantage of nnedi3 or superxbr compared to spline36 or ewa_lanczos for prescaling?
>>
>>56488983
none
>>
>>56489072
So it's doable! Did anyone already try before?
>>
>>56489072
When ewa_lanczos for prescaling?
>>
>>56490202
Are you fucking retard?
You want first to prescale with ewa_lanczos and then scale with ewa_lanczos?
>>
>>56490264
mind=blown
>>
I really think that scripts as the main source for simple things is gonna back fire on mpv
>>
>>56491589
>I really think that scripts as the main source for simple things is gonna back fire on mpv

1) Most of the simple things are already baked into mpv
2) mpv is at version number 0.20 - so there is a long road to adding stuff, especially since the filesize is still so low. By the time we have mpv 1.0, I dare say that we will have loads more features, better optimisation.
>>
>>56491963
You do realize they don't want to add features to mpv because it's a "backend player" not a gui player like mpc-hc.

At least that's the vibe I got from them.
>>
>>56492004

They have done it before (display-resample) and the more cool features they include, the better the adoption rate.
Basically it could become a backend that can do anything and if you use it you just need to code a GUI
>>
What present should I use with an i5 6200U?
I'm using a laptop with a 1080p screen and I don't want to kill my battery in one movie
>>
>>56493153
>low
but hwdec=auto
>>
>>56493277
Ok thanks, what's the difference with auto-copy?
>>
Hell no Potplayer is the greatest media player

https://potplayer.daum.net/
>>
>>56487757
i don't know what you just said
>>
>>56493291
You should use auto-copy if you use opengl-backend=dxinterop
>>
How good is mpv compared with splash pro?
>>
>>56493333
It's deprecated and bloated.
Now don't forget mpv is an advanced media player and not really noob friendly. Most of its power users have development skills and understand the mind behind open-source software. The devs use professional hardware and some of the exclusive mpv features are noticeable only with this kind of hardware/monitors.
>>
File: 1468941042590.jpg (48KB, 257x286px) Image search: [Google]
1468941042590.jpg
48KB, 257x286px
I really like mpv's power and simplicity over madVR however I don't get the file management on windows..

In the input.conf you can do

NEXT playlist-next
PREV playlist-prev

How are playlists made and is that how I can make the next file in the folder player in order?

I wish there was a folder gui like right click-> open file explorer to find new media
>>
What do video enthusiasts think about HDR? I haven't read much about it, but it sounds like a marketing gimmick.
>>
>>56482265
please help, how do I convert this
vo=opengl-hq:scale=ewa_lanczossharp:cscale=ewa_lanczossoft:tscale-clamp:temporal-dither:scaler-resizes-only:dither-depth=8:3dlut-size=256x256x256:scale-antiring=0.8:cscale-antiring=0.9:target-prim=bt.709:target-trc=bt.1886:gamma-auto:interpolation:interpolation-threshold=0.2


to the new syntax? Also It's a pretty old setting so there might be better stuff now.
>>
>>56494494
profile=opengl-hq

Put every other option in its own line like

scale=ewa_lanczossharp
cscale=ewa_lanczossoft
and so on...
>>
>>56494558
Thanks, I got another question.

Sometimes this error comes up:
[ytdl_hook] MPEG-Dash Segments unsupported, add [protocol!=http_dash_segments] to your ytdl-format. 


But I have no idea how to change my ytdl-format since I just copied it from another config:
ytdl-format=(bestvideo[ext=webm]/bestvideo[height>720]/bestvideo[fps=60])[tbr<13000]+(bestaudio[acodec=opus]/bestaudio[ext=webm]/bestaudio)/best
>>
>>56494624
>Sometimes this error comes up:
Some youtube videos aren't supported with dash in mpv, so it falls back to "best". I don't know how where to put [protocol!=http_dash_segments] either, but try pasting it in multiple parts until it works
>>
>>56482307
new config syntax? source?
>>
>>56494636
It's only the freshly uploaded videos that give me that error, after youtube processing is done they play fine.

I already tried putting it in several places but without any solution. I'm gonna ask in IRC
>>
>>56482649
You could apply SSimSuperRes and then let mpv downscale the result
>>
>>56494187
>How are playlists made and is that how I can make the next file in the folder player in order?
Simplest way to make a “playlist” is to simply pass multiple files to mpv at the same time. Another simple way is to pass an entire directory (mpv will automatically recursively play all files inside it)
>>
>>56494411
It's a marketing gimmick / buzz word that's used to mislead buyers.

What you want is an OLED display, what you *don't* want is an LCD display with dynamic backlighting. Both are marketed as HDR.

They show you OLED displays at conventions to get people excited about HDR, and then sell you the cheaper shitty LCD panels instead.
>>
>>56494624
>But I have no idea how to change my ytdl-format since I just copied it from another config:
cargo cult general
>>
>>56495201
>SSimSuperRes
is not a scaler
>>
Where to learn LUA for mpv?
I want to make a simple frontend for youtube-dl/wget or if someone here can help me with it?
>>
>>56495294
>OLED
what about LED?
>>
>>56495458
Play around with and look at their own scripts.

You're mostly gonna use mp.get_property and os.execute(command)
>>
>>56495594
>look at their own scripts
What scripts?
You mean the convert script?
And I don't know anything about lua syntax
>>
File: 1431133765378-1.jpg (55KB, 434x759px) Image search: [Google]
1431133765378-1.jpg
55KB, 434x759px
How to change text encode for subtitles in mpv?
>>
>>56495660
These scripts:
https://github.com/mpv-player/mpv/wiki/User-Scripts

And here's their barebones guide:
https://github.com/mpv-player/mpv/blob/master/DOCS/man/lua.rst

It's really simple once you played around with it for a bit
>>
>>56495729
Make your subtitle UTF-8
>>
>>56495485
What about it?
>>
>>56495760
>Make your subtitle UTF-8
I've downloaded it this way.
And iconv didn't convert it.
>>
>>56495751
Thanks.
Question does the run "command" "arg1" "arg2" ...
Work like this?
run ytdl -x
>>
>>56495979
Probably, you will have to test it yourself.

It's better you ask on their IRC channel though.
>>
>>56488192
>https://gist.github.com/igv/2364ffa6e81540f29cb7ab4c9bc05b6b
Are you sure about the line numbers?
>>
>>56494187
You can make mpv behave more like MPC-HC/madVR with lua scripts:
https://github.com/mpv-player/mpv/wiki/User-Scripts
autoload will build a playlist of the current folder when you load a file. I recommend using it with betterchapters.
>>
>>56496109
wrong shader
>>
>>56496057
>IRC channel
Isn't it invite only?
>>
File: homer10.jpg (26KB, 293x313px) Image search: [Google]
homer10.jpg
26KB, 293x313px
>low preset
>opengl-hq
>>
>>56496204
Not at all, and they usually respond to every question within seconds.
>>
>>56496246
where do u place conf file
>>
>>56496234
Wasn't opengl-old?
>>
>>56496380
~/.mpv/mpv.conf
>>
>>56496529
mpv folder on windows
>>
>>56496158
What?
>>
>>56496234
Yes without debanding and with copy-back.
>>
>>56496234
opengl-hq is only spline36. Any integrated graphics card in the last 5 years can do that.

Personally I'd turn down some chroma settings and add in display-resample to reduce judder.
>>
File: 1444868153491.jpg (40KB, 635x345px) Image search: [Google]
1444868153491.jpg
40KB, 635x345px
>>56493839
>It's deprecated and bloated.
This is why people like the falseflagger hates you people
>>
>>56495458
If you just want to save the video you're streaming you can just make a bind like this in input.conf
ctrl+s run youtube-dl "${path}"; show_text "Saving ${media-title}" 

You can do run wget as well
>>
>>56493839
This is not antivirus botnet.
>>56482265
What is more it still has problems with playing on fullscreen on windows and linux.
>>
>>56497851
works fine on my linux machine
>>
>>56497851
>problems with playing on fullscreen
>on linux
Press "f" or double click the video?
>>
>>56497401
>display-resample
stuttering with this shit unless GPU is configured to "Prefer Maximum Performance".
>>
>>56497988
Exactly, I press F, watch some crap, pause video, then I can't change workspace (on linux) or active program (on windows) because mpv is still on top.
>>
>>56498059
use the ontop-playback script?
>>
>>56498059
Just use a lua script that disables fullscreen on pause.

But seriously, it sounds like you are too lazy just to press F a second time.
>>
>>56498059
>I can't change workspace (on linux)
works fine on my machine
>>
>>56497851
>What is more it still has problems with playing on fullscreen on windows and linux.
You mean Windows and OS X

works fine on Linux
>>
>>56498059
>can't switch workspace
works fine here

I don't have “always on top” set. No need for that on linux, because of window managers
>>
>>56498059
>>56498219
Works fine here with cinnamon, I have always on top set in mpv.
I can even switch workspaces while playing the video.

It's probably your DE that fucks up rather than mpv.
>>
>>56498100
>>56498095
Why do I need scripts when mplayer2 works just fine. I use this shit because gentoo developers masked my favorite player. And windows don't even has usable movie player.
>>
>>56498263
You don't need any scripts. Also gentoo has the latest git version of mpv.

No idea about windows, but it certainly works in linux.
>>
>>56498358
ok, I try compile latest version
>>
>>56497697
It's really deprecated and I have never seen a program with so many menus and submenus. It starts slower than any other players. Now a lot of people like it and I am not against it.
>>
>>56498532
>It starts slower than any other players.
starts as fast as mpv for me last time I tried it
why are you lying?
>>
>>56497851
You need an updated operating system! I think you use an unofficial kms server and microsoft shits on you!
>>
>>56498557
We are in 2016 dude so it's normal they start really fast. Pfff slower doesn't mean it's 3.000.000x slower! No lies here just common sense, you can't load bunch of UI shits without any cons.
>>
>>56498683
>you can't load bunch of UI shits without any cons.
>tells you what I experienced
>you are full of shit dude
>current year
>dude you are full of shit
>>
>>56498710
What? Pot is 300ms slower than mpv, don't be so angry it's not really important.
>>
>>56498024
>stuttering with this shit unless GPU is configured to "Prefer Maximum Performance".
works fine for me
>>
There are some videos that, when played by mpc, show in the timeline the sections of the video and the name of said sections.
When I play those videos, mpv do show the sections, but not their name. Is there a way to make the names appear?
>>
>>56496596
%appdata%
>>
>>56498931
https://github.com/mpv-player/mpv/issues/3298
>>
>>56498797
So you were pretending to be stupid all along, good to know.
>>
>>56499010
Maybe your settings are not high enough? I have a high GPU load while watching (because of ewa_lanczos at 4K resolution), which is probably why “adaptive” mode works fine for me. (It stays on full speed all the time)
>>
>>56499097
Nah you just became crazy for nothing!
>>
I use mpv for Livestreamer.
It's pretty good!
>>
>>56486870
>I get visual tearing and some sort of micro-stuttering, just as without the config file
Change your crappy vo in the mpv.conf file.

>Assuming Debian
If you use testing, downgrade it to either unstable or stable.
>>
>>56488596
>HOLY SHIT I DIDN'T KNOW THAT MPV HAD NNEDI3!
That's pretty awesome! I had a lot of doubts but it's really superior than mpc/mad/xysub/lav and it's much more easier than installing all these software (rorgoroth's build has an auto-updater). I thought that nnedi3 would be alot slower on mpv than on madvr because mpv does not use opencl, but it is frankly similar.
>>
https://github.com/mpv-player/mpv/pull/3496
Bah, hwdec=cuda patch can't do HEVC Main 10 decode on GM206. It looks like it's for Pascal only
>>
>>56495269
noice, didn't know you could do that

thanks
>>
>>56503542
>Bah, hwdec=cuda patch can't do HEVC Main 10 decode on GM206. It looks like it's for Pascal only
The patch can only use what your hardware supports
Thread posts: 130
Thread images: 8


[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.