Best media player

best media player

Other urls found in this thread:

github.com/sunnyone/Waifu2xAvisynth
github.com/occivink/mpv-scripts
github.com/Aerthas/Aerthas-Sup
twitter.com/NSFWRedditVideo

wow nice thread you fucking faggot kys

t. winbaby

just testing i know how to do this
Scanner input = new Scanner (file);
while (input.hasNext()) {
String movieLine = input.nextLine();
counter++;

System.out.println(movieLine + counter);

HALP

How to always SHOW osc (without mouse move)?
>like when you press delete
>but without pressing it

+ show playlist (by default)

This is not MPC-HC+madVR+xysubfilter.

mpv looks the same out of the box
kys nerd

We already know that you are poorfag who watches only 140p video and also retarded because you comparing linear scaler to super resolution (but you probably don't even know what super resolution is).

that waifu2x looks like shit
reminds me of those horrible filters people use in emulators.

mpv werks fine on windows tho

Is anyone else annoyed that mpv works better in Windows than on Linux? I find myself rebooting in to my Windows 10 install to watch movies and shit with mpv now.

That looks amazing.
Is there a way to process a video beforehand so the output is waifu2x and avoid all the overhead at runtime?

> mesa

github.com/sunnyone/Waifu2xAvisynth
but it's very slow

lol

You have to be autistic.

kill yourself you autistic attentionwhore

maybe lua script?

Anything I should change/remove in my config?
# Video
profile=opengl-hq
opengl-backend=angle
interpolation=yes
video-sync=display-resample
tscale=oversample
sigmoid-slope=10.0
scale=ewa_lanczossharp
cscale=ewa_lanczossharp

# Audio
alang=ja,jp,jpn,en,eng
volume=70
volume-max=150

# Subs
#sub-ass-force-margins
slang=enm,en,eng

# Shaders
opengl-shaders="~~/shaders/KrigBilateral.glsl,~~/shaders/adaptive-sharpen.glsl,~~/shaders/ssimsuperres.glsl"

And a few questions to follow:
- is this a good order for shaders? If I put SuerRes first then AdaptiveSharpen doesn't seem to work. What's the best order in this case?
- do I really need Krig, SuperRes and lanzcos scalers for 720p/1080p videos on 1080p display? I tried comparing a few frames from 720p and 1080p anime and couldn't see any difference between lanzcos and spline (default profile-openglhq scaler) but GPU load is noticeably higher.
Same goes for Krig and SuperRes. I guess there could be some difference in some frames and the only downside to this is higher GPU usage and higher GPU temp but is it worth it to keep all of this if I don't watch anything lower than BluRay720p/1080p?
- any scripts for Windows to make webms or extract parts of a video? Everything I've seen so far was for Linux.

configure your shit mang
you're obviously not using HW accl with mpv

>- any scripts for Windows to make webms or extract parts of a video? Everything I've seen so far was for Linux.
ffmpeg faggot

What do you mean? I do have ffmpeg installed by ShareX.
I've seen a couple of scripts and they specifically mention that you need to be on Linux in order for the script to work.

idk what sharex is
go to ffmpeg.org and get the windows bin

press Win + R

cd \dir\with\ffmpeg\bin\
ffmpeg input.video output.webm

>press Win + R
and enter cmd or powershell

Seems like too much work to be honest.
I mean something like this encode.lua script: github.com/occivink/mpv-scripts
You just select where to start and end the encode while watching the video and script does everything else.
Can I make it work on Windows? Does it even make if you have hwdec enabled if you play a 10bit encode for example?

You can use only 2 of those shaders at the same time because of a hook limit.

Thanks. Which one I should ditch then, Krig or SuperRes? Mostly watch 1080p stuff on 1080p display, with some occasional 720p things.
And what about the shader order, does it matter?

Difference with Krig only noticeable with lowres video.
>what about the shader order, does it matter?
yes

yeah that one works on windows
but I don't like the webm quality so i crop it with the mkv and then use webm for retards

try osd-duration=9999

github.com/Aerthas/Aerthas-Sup Forums-Webm-Maker

>file has 6 channel audio
>i have only 2 speakers and pulseaudio is set to 2 channel output

Do I have to make any additional MPV options to mix the 6 channels down to stereo?

Huh, indeed it works.

how do i make it only use a single instance?

Got a question though. How do I make subtitles visible when I encode webms?
I removed -sn but still subs aren't visible.
$only_active_tracks true/false also makes no difference. Do I need to add something else to script settings?

Is there any easy way of making playlists for mpv on windows? I've been using autoload for some time, but being able to make playlists would be good

kill yourself

# VIDEO
profile=opengl-hq
opengl-backend=dxinterop
opengl-shaders="~~/shaders/SSimSuperRes.glsl"
opengl-pbo
opengl-fbo-format=rgba16f
opengl-early-flush=no
hwdec=no
framedrop=vo
sigmoid-slope=10.0

# VIDEO-QUALITY
scale=ewa_lanczossharp
cscale=ewa_lanczossoft

# COLOR MANAGEMENT
icc-profile=~~/mpv-icc.icm
target-brightness=100

# INTERPOLATION
video-sync=display-resample
tscale=catmull_rom
interpolation=yes
deband-iterations=2
deband-range=12
temporal-dither=yes
blend-subtitles=yes

# WINDOW
no-border
geometry=96%:100
window-dragging=no
title="mpv - ${filename}"
fullscreen=yes
no-taskbar-progress
priority=high

# OSC / OSD
no-osc
osd-duration=2500
osd-font-size=32

# CACHE
cache=auto
cache-default=8000000
cache-initial=1000
cache-seek-min=2000
cache-secs=1000
priority=high

# AUDIO
ao=wasapi
alang=Japanese,jp,jpn,English,en,eng
volume=100

# SUBTITLE
slang=English,en,eng
sub-codepage=utf8
sub-ass-force-style=Kerning=yes

# SCREENSHOTS
screenshot-template=D:\Pictures\mpvscreen\%f-%p
screenshot-format=jpg
screenshot-jpeg-quality=95

# STREAMING
ytdl=yes
ytdl-format=0/(bestvideo[vcodec=vp9]/bestvideo[height>720]/bestvideo[fps>30])[tbr

2160p/1080 Ti

>opengl-backend=dxinterop
>opengl-pbo
>opengl-early-flush=no

What's the point of these settings?

-script-opts=osc-visibility=always

audio-channels=stereo

forgot
ad-lavc-downmix=yes
audio-normalize-downmix=yes