/mpv/ vs /madvr/

Attached: ovxJ8usm.jpg (320x204, 15K)

Other urls found in this thread:

github.com/mpv-player/mpv/pull/5803
github.com/cmdrkotori/mpc-qt/releases
github.com/streamlink/streamlink-twitch-gui/releases
twitter.com/SFWRedditImages

Why is smoothmotion better than interpolation with video-sync=display-resample and tscale=oversample?

Can we just go back to the regular mpv threads please

Prove it.

ffs I'm done. I can't watch my chinese cartoons with this fucking jitter. Is there any way to fix this? Works fine in Windows but it shits the bed in Debian. Fucking nvidia drivers I swear.

I just started using mpv (and linux) and it takes like eight seconds to launch.

How do I fix this?

8 secondes is not bad

Its not bad, its awful.

Normal on linux!

I can assure you it is not, mpv opens up in less than a second for me on Xubuntu.

>debian
First mistake.

Linux is NOT for multimedia.

The fuck does that even mean?

How to use mpv config? Should I just input the commands in the file then that's it?

Yes.

very helpful response

You understood.

Why not adding support for madvr in mpv?
Is it that hard to make directshow filter working with mpv?

github.com/mpv-player/mpv/pull/5803
did wm4 have another meltdown?

>haasn commented 3 hours ago
>Maybe if you actually gave a shit and made a PR per feature branch like normal people this wouldn't be sitting at 100+ commits.
This is the state of free software.

>wm4 deleted the wm4:async-wip branch 5 hours ago

Both placebo shit

IINA is literally the best

you can't just go against repo guidelines and dump 100+ commits, some of which unrelated, into a pull request especially for a repo that does code review, the only difference with this being free software is that you can see the maintainers chewing out codemonkeys; with proprietary software the bickering goes on behind closed doors

I just switched from an AMD GPU to Nvidia. Does vulkan not work on Nvidia? I had to comment out the vulkan settings in mpv.conf to get mpv to work.

can i set mpv to use specific quality setting with Twitch like it can for youtube with youtube-dl?

who are these semen demons?

Works for me

there is absolutely nothing fucking wrong with debian you fucking brainlet.


I bet you're 12 and use a broken arch installation in virtualbox after failing to install your gentoo meme

wtf is async?

yes

Why does nevcairiel hate foozoor?
Is it because mpv damaged his revenues?
It seems premium apps like emby and plex use mpv now.

And jriver soon! :D

I'm not autistic enough to care about this shit, can someone give me the 2 second normie answer?

What's the best media player to watch movies and shit and maybe anime every once in a million years. I used to use kawaii codec pack and MPC-HC but that's dead and I had to format my hard drive so now I don't know. I don't wanna use VLC because fuck traffic cones. K-Lite good?

Just use vlc.

Just use mpv. No need to install any codecs.

Use mpv, it's all in one
>no shitty bloat codec packs needed
>no XyZ-SUB-myASS filter needed
>no renderer needed

will do, thanks. UI is a bit...minimal, but I'll manage.

but how
ytdl-format=bestvideo[height

Iina is just a stupid mpv graphic interface!

Try this
github.com/cmdrkotori/mpc-qt/releases

ytdl-format=[height

bump

How can I tell if mpv performs fast enough on my machine for interpolation to work correctly if stat timers are inaccurate?

how good is mpv for watching 4k blurays compared to a stand alone player?

Use your eyes. Alternatively, check for dropped frames

If interpolation chokes it will be reflected in dropped/delayed frames? Are you sure about that?

I mean, just use windows media player, vlc lags for me, and wmp runs fine, and mpv takes a shit ton of time to configure, the first time I used it my video was in black and white, also the gui or ui in the site is only 64 and my windows is 32 bits.

Stats is bugged as shit and crossplatform makes everything more difficult.

/mpc-hc/

Not switching to MPV till the motion interpolation is as good as DimitriRender. Even SVP sucks is garbage comparison.

what do I put in my mpv to make my anime look good?

># Video
>profile=gpu-hq

is all I have is this good?

Attached: 1526812152357.jpg (633x686, 79K)

Anyway I can add a keybind that when subtitles are not visible holding down the keybind shows subtitles and then hides them when I release?
It'd be helpful for studying.

Below is the "standard" complete configuration of video options for decent PCs, you don't really need anything else.
profile=gpu-hq
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
video-sync=display-resample
interpolation
tscale=oversample

Here's a script
function show_subs(key)
if key.event == "down" then
mp.set_property("sub-visibility", "yes")
elseif key.event == "up" then
mp.set_property("sub-visibility", "no")
end
end

mp.add_key_binding("a", "show-subs", show_subs, {complex=true})

Next madshi's release will make hanna cry!

hanna is a strong independent woman

holy shit it works perfectly.

Thank you.

wut?

>wm4 is gone again
It's over, weebs won.

Just use RealPlayer

Just don't watch media

>is that you can see the maintainers chewing out codemonkeys
Except wm4 is actually competent and not a 'code monkey'.

kys

does anyone have a [youtube], [twitch] and/or [bandcamp] auto-profile they can share?

Attached: _20180103_211019.jpg (593x621, 48K)

animefags are retarded

For all of the retards who think VLC is good out of the box. Try playing HEVC. It will fail most of the fucking the time.

If you interpolate frames under any circumstances you have brain tumors and your opinion is worthless.
Fucking tearing is preferable to your soap opera shit.

wats the best media player

mpv (meme player video)

mpv because it's still alive (barely)

wats best config

more frames = more infos fed to your brain. you proceed more informations in a shorter amount of time.
so if you dislike a higher refresh rate you are literally a brainlet retard

Attached: like this.png (1111x483, 29K)

use
github.com/streamlink/streamlink-twitch-gui/releases
for twitch. less bloated than their piece of shit website

it's not being interpolated to 60fps you fucking retard

Not yet but haasn will add multi-gpu support and his motion interpolation algorithm.
I hope madshi will not make it before though.

Why are haasn and madshi working so hard to make HDR watchable on monitors/televisions/projectors from the past?
Is it supposed to be better than native/passthrough HDR?

mpv is shit

monolitic media players are obsolete.

Compared to what? Quantum computing?

I'm trying to set up mpv so that "save-position-on-quit" is always active except when I'm playing a webm.
I already set up an [extension.webm] profile, Is there a way to manually disable the option? The only alternative I can think of is to manually create a profile for every other extension and put "save-position-on-quit" there.

make save-position-on-quit=yes your default and an extra profile with save-position-on-quit=no for webms

Thanks, I thought options like "yes/no" were available only for commands that specified them.

BASED

>Linux is NOT for multimedia.
Ignorance and dogmatism at its finest

Multimedia is not for Linux

>no profile=gpu-hq
>scale=oversample

what the fuck are you doing user?

yeah. wasn't done yet. here is the new one.

Attached: new.png (438x436, 12K)

# Video
gpu-api=vulkan
profile=gpu-hq
scale=ewa_hanning
scale-radius=3.2383154841662362
scale-blur=1.055
cscale=ewa_lanczos
cscale-radius=3.2383154841662362
cscale-blur=1.02
deband-grain=0
deband-iterations=2
deband-range=12
deband-threshold=48
temporal-dither=yes
video-sync=display-resample

Finally switched from PowerDVD 18 which was full of bloat and artifacting to MPC-HC with madVR and LAV filters. It blows my mind that this works better than a commercial product that charges 100 euro bucks. Based nerds.

Attached: mathphd.jpg (640x427, 34K)

>autism

i am just going to leave this here

Attached: MADVR vs MPV.jpg (899x2207, 406K)

Unfortunately madVR is going to have a paid release.

offtopic but still slightly on topic, what would you use to OCR PGS subs to SRT/ASS ?
Should be as automatic as possible but prompt me or mark words/sentences it couldn't properly scan.

Because support for native/passthrough HDR isn't quite there yet in many OS:s

Try Subtitle Edit

I had used that in the past, was thinking there's a more hip one these days.

But I do also remember it having weird issues where entire sentences were just scanned as "EL ET EL ET UL" while the original said "Let's all go tell him." for example... and it did not mark them red or orange.. it went with it as if it was correct.

Works on Windows 10 and Android (so Linux too?).

Is it working with proprietary nvidia drivers on Linux?