/mpv/ - the Jow Forumsreatest media player

Installation:
mpv.io/installation/

Wiki:
github.com/mpv-player/mpv/wiki

Manual:
Stable: mpv.io/manual/stable/
Git: mpv.io/manual/master/

User Scripts:
github.com/mpv-player/mpv/wiki/User-Scripts

Basic setup

profile=gpu-hq


Advanced setup

profile=gpu-hq
scale=ewa_lanczossharp
cscale=ewa_lanczossoft


Configuration Files:
mpv.io/manual/master/#configuration-files
mpv.io/manual/master/#files

Input.conf:
github.com/mpv-player/mpv/blob/master/etc/input.conf

Post your system specs and config if you're asking performance related questions.

Windows Builds:
Stable: mpv.srsfckn.biz/
Git: sourceforge.net/projects/mpv-player-windows/files/

Attached: mpv7.jpg (1295x962, 269K)

Other urls found in this thread:

ic2.101.ru:8000/m12_1.m3u
pastebin.com/vWydX9R9
mpv.io/manual/master/#options-force-media-title
pastebin.com/QhwP6fpY
mpv.io/manual/master/#command-interface-metadata
pastebin.com/kATsE4Yp
twitter.com/SFWRedditImages

>Comfy patrician thread

JEEEEEEEEEEEEEEEEEB

What makes it greater than VLC and Pots Player?

Nice OP

I'm using mpv to play a radio stream and although it plays fine, the song title appears in mojibake thanks to dumb people not using UTF-8. It's there any way I can manually tell mpv to use a specific charset on the pseudo gui?

>not bloated
>better quality videos
>works ootb

>Normally, all strings are in UTF-8. Sometimes it can happen that strings are in some broken encoding (often happens with file tags and such, and filenames on many Unixes are not required to be in UTF-8 either). This means that mpv sometimes sends invalid JSON. If that is a problem for the client application's parser, it should filter the raw data for invalid UTF-8 sequences and perform the desired replacement, before feeding the data to its JSON parser. mpv will not attempt to construct invalid UTF-8 with broken escape sequences.

>radio
bro just use spotify like a normal person

>tabbed window
?

Does Spotify broadcast Coast to Coast AM?

How do I make it so that youtube-dl/mpv only plays x264 videos?

don't ask me I'm not a nerd

--ytdl-format='bestvideo[ext=mp4][width

for once

fuck off weeaboos

How is that suppose to help me?

>whining about anime on Jow Forums

>cscale=ewa_lanczossoft
I really don't like that there's subjective choices in the OP advertised as "advanced setup". Yes, it's better than lanczossharp, but who says it's better than spline36, or haasnsoft, or ewa_hanning? I'd just omit any specific cscale.

read the code

>I really don't like that there's subjective choices in the OP advertised as "advanced setup".
Well, ask the shill who started another baiting nonsense fight. People seems to like to make him eat the hook too.

Would I really be asking for help here if I were a programmer?

[ext=mp4]

are you really this retard?

It can't do that.

Thanks.
How about a script that takes in the mojibake and converts it to readable text? Do you think that's doable?

What the fuck are you even saying?

>being you
>Jow Forums - Technology

Fuck off you retard.

KEK

>be him
>"fuck off retard"

t. retard

ARTORIUUUUUUZ

Waylandvk runs fine for 720p but once I try 1080p the video starts stuttering even with all shaders disabled. I have a RX560. Same problem across multiple distros and I'm using git master ffmpeg libplacebo mpv.
what do

>Yes, it's better than lanczossharp
It produces pretty much the same results as lanczossharp.
>but who says it's better than spline36, or haasnsoft, or ewa_hanning?
Literally one person. Some guy recommended it a few threads ago and next time it was included in the OP.
>I'd just omit any specific cscale.
So you'd recommend spline36 for most people here?

just use ewa_hanning you cucks

>So you'd recommend spline36 for most people here?
No, I'd recommend that for people that want a "it just werks" solution. I'd recommend people to try out different scalers and pick the one they like. And see if krigbilateral runs, in which case you should use that. But I don't think that should be in the OP.

retard scalers on every thread, don't expect that shit to change

>cscale=ewa_lanczossoft
>Comfy

I do not understand what you're saying.

What do you mean? It displays UTF-8 characters just fine.

Attached: 1554822279534.png (1280x720, 950K)

indeed

Why does a video player have a general?

is better than porn

because it makes you mad

t. boomeer

i'm legitimately asking that question though

>works ootb
so does vlc

yeah with le avi divx muh pixels

>avi

Yes, but my input (whatever the streaming radio sends) is not UTF-8, it's some shitty encoding instead. So mpv displays garbage.
I'd like a way to tell mpv to decode using the shitty encoding format for this stream. Alternatively, I'd like some sort of script to convert the garbage into UTF-8 so mpv can display it correctly.

Post example.

ic2.101.ru:8000/m12_1.m3u

Huh, that's some weird shit going on. I believe I could do something if it was just the title, but it changes during the podcast. Never seen anything like that.

Attached: 1545679221101.webm (1280x720, 193K)

based thread

We're not on Jow Forums

Actually, I've got an idea. Do you know what formatting is that? I need to be able to decode it.

Have you never seen a live stream? It's suppose to change. The text is the current artist and song title.

The language is Russian. I assume it's koi8-r.

>Have you never seen a live stream? It's suppose to change.
Yeah, but I've never seen youtube-dl support that. Cool. Give me a few minutes.

hell yeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaah brother

We have to go back, Kate

no

Fuck hiroshimoot. I pasted my entire post here pastebin.com/vWydX9R9 because it didn't let me post it for some reason.

It's pretty much done, but you need to figure out how to set the title within mpv. For some reason
mp.set_property('media-title', decoded)

doesn't work as I'd expect it to.

Attached: 1558822673479.png (1280x720, 30K)

Which is is better ? MPV or mpc-hc

shit this nigga hacker

mpv.io/manual/master/#options-force-media-title
do mp.set_property('force-media-title', decoded) instead

mpv, unless HDR content is involved.

For some reason after using that, the stream title stops updating. Any ideas? It stays at "m12_1.m3u" value.
Code here pastebin.com/QhwP6fpY because hiro is a nigger.

To make it even more weird, after using
file-local-options/force-media-title

instead, it always stays at m12_1 (without the .m3u part)

ah yeah I guess doing force-media-title would make your observe_property function for media-title stop updating. Maybe try observing the metadata property and doing force-media-title from the metadata?
mpv.io/manual/master/#command-interface-metadata

Bingo.

Okay, here's the code. Copy-paste it into a file and save it with .lua extension in ~/.config/mpv/scripts/ directory.

H I R O O O O O O O
pastebin.com/kATsE4Yp

Attached: 1545229431199.png (455x85, 7K)

just add the script to the wiki

I see no reason to do that, it's more of a workaround for a single website than a script that adds something of a value to mpv. If you think otherwise - feel free to add it there.
I wrote it because user asked for it and I had nothing better to do.

Any new scripts worth downloading?

fuck you tranny

>tranny
you wish anime sucker

interpolation=yes

Anime is art, faggot

Yes, in The Office not in your wonderland autist world.

mpv is anime you retard.

Attached: 05a7c23d7f34ff3ad6d4abd51c5b1b3014b00bd89c16a688f02d553fe70a28e3.png (307x276, 83K)

Windows 7, vulkan or d3d11? Benefits? Drawbacks?

Works for me (tm). I even have the same GPU. Maybe mesa has a regression or something somewhere.

Install GNU.

I haven't come here in ages and used to use the combined community crap pack player. What makes this better than others?

cringe

>not bloated
>better quality videos
>works ootb

kys rebbitor

>the actual state of weeaboos mental health

says the retard who comes to the anime video player sub forum in the anime forum to complain about anime.

How do I play yt videos on MPV?

install youtube-dl first and playitwithmpv.

Any chance of that working on windows?

I want to be able to edit the filename before saving a screenshot. This is default in mpc-hc. How can I achieve this?

Attached: c8417ed.png (578x688, 571K)

rgba64df support when?
I want to see my videos with 256-bits of precision.

Why is shinchiro's build downlading 7zip every time I click on the bat file, like is not ps script that the bat runs supposed to detect already installed 7zip?

>can't even make two hotkeys that fullscreen on two different monitors
>fs-screen=1 doesn't work in input
Back to MPC-BE I go

madVR shits on mpv and you can hotkey fullscreen to different monitors in mpc

seethe

lol use a real window manager kid

get a psycho

Why is the son crying so loud?

How do you configure it to create playlists?
Or at least configure the player to skip to the next media file in the current directory?