/mpv/ - what's your opinion about the new fsrcnnx 8-0-4-1 and 16-0-4-1

github.com/igv/FSRCNN-TensorFlow/releases

Attached: mpv.jpg (1200x630, 217K)

Other urls found in this thread:

github.com/ElegantMonkey/mpv-webm
pastebin.com/eJTQYifR
github.com/haasn/vlc/commits/vulkan
mpv.srsfckn.biz
twitter.com/NSFWRedditVideo

Is it finally better and faster than NGU Sharp?

At least make a proper mpv thread, you fucking faggot.

Latest threads contained wrong information and stupid links.

So is this an mpv thread?
This script doesn't have any sort of progress bar, right?
github.com/ElegantMonkey/mpv-webm

Then make one with right information and proper links.

this one doesn't work on windows

It does.

lads. I want to try out MPV but any video settings turn my laptop into a furnace. Like 80+ C. Is using this on a laptop not feasible? I get the same issue on both my laptops. I have a Thinkpad x230t and a Dell Latitude e6540. The latitude also has an AMD Radeon HD 8790m. I am using Ubuntu LTS with the PPA added for the latest MPV.

#General
save-position-on-quit
keep-open=yes
autofit-larger=70%x65%
cursor-autohide-fs-only
cursor-autohide=1000

# Screenshot
screenshot-format=png
screenshot-template='%F %n'
screenshot-directory='~/Pictures/Show Screenshots'
screenshot-tag-colorspace=yes
screenshot-high-bit-depth=yes

# Video
vo=gpu
video-output-levels=full
hwdec=auto
scale=ewa_lanczossharp
cscale=ewa_lanczossharp

# Subtitles
sub-use-margins
sub-ass-force-margins
demuxer-mkv-subtitle-preroll
sub-auto=fuzzy
embeddedfonts=yes
sub-fix-timing=no

# Audio
audio-file-auto=fuzzy
audio-pitch-correction=yes
volume-max=200
volume=100

i put the webm.lua in the script folder and shift+w isn't doing anything

fuck off

Werks for me.

It works for me.

I just started learning how to use linux because I got a chromebook and installed mpv. It plays much better than android apps but I don't know how to fix the horizontal tearing.

Get rid of scale and cscale lines and add profile=gpu-hq
If thats still too much add deband=no

You're probably putting it in the wrong folder on Windows. Try making a portable_config/scripts folder in your mpv install dir and place your mpv.conf in the the portable_config folder.

>right mouse click
>Seek to percentage in file corresponding to fraction of width
Is this supported in mpv, cause I didn't know you could do this in ffplay and that's pretty neat

post input.conf
# vim: syntax=config

WHEEL_UP add volume 2
WHEEL_DOWN add volume -2
MBTN_BACK add volume -2
MBTN_FORWARD add volume 2
MBTN_RIGHT no-osd cycle pause
SPACE no-osd cycle pause
PLAY no-osd cycle pause
PAUSE no-osd cycle pause
PLAYPAUSE no-osd cycle pause

RIGHT no-osd seek 5
LEFT no-osd seek -5
UP no-osd seek 60
DOWN no-osd seek -60

n af toggle "lavfi=[acompressor=3]"
N af toggle "lavfi=[loudnorm=I=-18:TP=-1.5:LRA=1]"

r cycle-values video-rotate 270 180 90 0
w vf toggle hflip
W vf toggle vflip

B cycle-values aid 1 no
b cycle-values video-unscaled no downscale-big yes

g cycle-values options/save-position-on-quit "yes" "no"

F1 change-list glsl-shaders append "~~/shaders/SSimSuperRes.glsl"
F2 change-list glsl-shaders append "~~/shaders/SSimDownscaler.glsl"
shift+F2 cycle-values dscale "mitchell" "guassian"
F3 change-list glsl-shaders append "~~/shaders/adaptive-sharpen.glsl"
F4 change-list glsl-shaders append "~~/shaders/FineSharp.glsl"
F5 set glsl-shaders ""

F6 change-list glsl-shaders append "~~/shaders/FSRCNNX_x2_r2_8-0-4-1.glsl"
shift+F6 change-list glsl-shaders append "~~/shaders/FSRCNN_x2_r1_32-0-2.glsl"
F7 change-list glsl-shaders append "~~/shaders/FSRCNNX_x2_r1_16-0-4-1.glsl"
shift+F7 change-list glsl-shaders append "~~/shaders/FSRCNN_x2_r2_32-0-2.glsl"
F8 change-list glsl-shaders append "~~/shaders/FSRCNNX_x2_r1_24-0-4-1.glsl"
F9 change-list glsl-shaders append "~~/shaders/FSRCNNX_x2_r1_32-0-4-1.glsl"
F9 change-list glsl-shaders append "~~/shaders/FSRCNNX_x2_r1_56-28-5-1.glsl"

F11 cycle-values cscale "ewa_lanczossharp" "spline36"
F12 cycle-values scale "ewa_lanczossharp" "spline36"

HOME cycle-values video-sync "display-resample" "audio"
END cycle interpolation
INS cycle deband

i cycle-values blend-subtitles "yes" "no"

keybind controls are for nerds

Technology is for nerds, nerd!

Thanks. getting rid of the scale lines really helped. Should I also keep vo=gpu if I am using profile=gpu-hq?

You can, its not needed though.

only thing in my input.conf is the same shortcuts that VLC use to change audio/sub tracks.

# List of special keys: --input-keylist
# Keybindings testing mode: mpv --input-test --force-window --idle

s async screenshot # take a screenshot
S async screenshot video # ...without subtitles
ctrl+s async screenshot window # ...with subtitles and OSD, and scaled

a cycle ontop # keep mpv window on top of others
ESC quit

AXIS_UP ignore
AXIS_DOWN ignore
WHEEL_RIGHT add volume -2
WHEEL_LEFT add volume 2

UP add volume 2
DOWN add volume -2

+ add volume 2
- add volume -2

N af toggle lavfi=dynaudnorm # normalize audio

n add video-zoom -0.01
b add video-zoom 0.01

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

\ cycle-values border yes no

ctrl+z cycle_values window-scale 1 1.5 2 2.5 3 3.5 4

/ show-text "${cscale}, ${scale}, ${dscale}, ${tscale}"

MBTN_MID cycle_values ontop no yes

mpv.conf
pastebin.com/eJTQYifR

Is this a shader?

yes
fbo-format=rgba16f
glsl-shaders-append="~~/shaders/FSRCNNX_x2_r2_8-0-4-1.glsl"

instead of debating over making a full gui can't you guys just update the psuedo gui it has right now

Is igv trying to simulate the NGU Sharp result?
The latest FSRCNNX 16... is really sharp!

>super duper hi settings for mega vo
>on a crappy laptop screen

Bump

NGU btfo!

warks fo me

alias mpv='mpv --no-input-default-bindings'
MBTN_LEFT ignore
MBTN_LEFT_DBL cycle fullscreen
MBTN_RIGHT cycle pause
WHEEL_UP seek +2
WHEEL_DOWN seek -2

j add volume -2
k add volume +2
Shift+j add volume -10
Shift+k add volume +10
Ctrl+j add volume -1
Ctrl+k add volume +1

h seek -5
l seek +5
Shift+h seek -15
Shift+l seek +15
Ctrl+h seek -1
Ctrl+l seek +1

PGUP add chapter +1
PGDWN add chapter -1
Shift+PGUP seek +600
Shift+PGDWN seek -600

. frame-step
, frame-back-step

[ multiply speed 0.9
] multiply speed 1.1
{ multiply speed 0.5
} multiply speed 2.0
BS set speed 1.0

q quit

ESC set fullscreen no
f cycle fullscreen

p cycle pause
SPACE cycle pause
m cycle mute

Ctrl+a cycle audio
Ctrl+s cycle sub

s async screenshot
S async screenshot video

> playlist-next
< playlist-prev

o show-progress
P show-progress

1 add contrast -1
2 add contrast +1
3 add brightness -1
4 add brightness +1
5 add gamma -1
6 add gamma +1
7 add saturation -1
8 add saturation +1

Alt+0 set window-scale 0.5
Alt+1 set window-scale 1.0
Alt+2 set window-scale 2.0

POWER quit
STOP quit
CLOSE_WIN quit
MUTE cycle mute
PLAY cycle pause
PAUSE cycle pause
PLAYPAUSE cycle pause
FORWARD seek +30
REWIND seek -30
NEXT playlist-next
PREV playlist-prev
VOLUME_UP add volume +2
VOLUME_DOWN add volume -2

It seems madshi gave up...
I liked how fosstards destructed his dream to sell madvr.

Wait, the shader was updated?

What does vo=gpu do?

it's a replacement for vo=opengl but it's enabled by default so you don't need it in your config file

Thanks.

madVR >= 0.92.13 when?

>package repository still has mpv on 0.27.2_1
>all the development packages have shitty naming schemes which makes building it absolutely hell, and takes 100 packages to make
you cannot unsubscribe from this blog

I sincerely hope not. The OSC is pretty good and a lot of people like it
Personally I'd like to see a properly fleshed out UI but having the choice is what mpv is also about.

>this one doesn't work on windows
And nobody gives a shit about it

There's no point in high video settings if you drop frames.

Is it worth to use the very last (unstable) version if I'm not gonna tweak the settings to much?
Is it sensibly faster and better?

Just use the latest stable release

>aliasing mpv in your shell instead of using mpv.conf
why
there's no downside to the "unstable" version, use it if you can

Is there an optimized config file for macfags, since they all use the same hardware?
My workplace gave me one and IINA on MPV seemed like the best video player

As with all software projects and anything on Sup Forums, debate ends the moment any person starts a project and makes real progress. Sup Forums is just the place to go when you actually want bikeshedding.

couldn't get it working before for some reason, ty for making me fix it

Yeah! :)

What a pleasing surprise! I thought igv didn't care about it anymore. I love igv!

Hope madshi will not release an even sharper/faster NGU this weekend because I finally switched to mpv.

I don't think he can improve NGU any further desu. He needs some new meme thingy to compete with mpv. Then again, haasn, igv or someone else will "copy" it and possibly improve it too.

>github.com/haasn/vlc/commits/vulkan
:(

What is this even supposed to be? The original and "super-resolved" look nearly identical, have the same resolution and similar sizes.

Just sharper...

But they're actually blurrier, and have darker shadows for some reason.

If they look nearly identical, then the algorithm is doing a good job. Ewa_lanczos is a lot blurrier.

on windows and linux how to you know if a mpv script is actually running or if a command successfully went through from the config file?

Just put some print anywhere in the script

what is it? is there a page for it that says what it is?

Way to remove tearing from mpv specifically?

and if its in the config?

oops

Should I use MPV instead of KCP to watch Hunter x Hunter?

On Linux you can use console commands to print the current value of specific settings. I'm not sure if you can use mpv via console on Windows though.

oh.. well can u enlighten me on what the OP is about?? I get it sharpens but with a training and testing set? so you have to run videos several times through it? its not a normal "filter"?

OP is a fag, ignore that garbage, he is just a shill.

Most likely your OS

Is a command line switch the only way to have the --no-input-default-bindings effect? Can I put this in mpv.conf instead?

so whats wrong with my auto profiles I keep getting this [auto_profiles] Error evaluating: [string "profile horriblesubs condition"]:1: bad argument #1 to 'match' (string expected, got nil)
[horriblesubs]
profile-desc=cond:string.match(p.filename, "HorribleSubs")~=nil
deband=yes
[horriblesubs-revert]
profile-desc=cond:string.match(p.filename, "HorribleSubs")==nil
deband=no

why mpv.srsfckn.biz not update anymore?

ty

I think he only updates between versions.
0.26
0.27
0.28

shinchiro updates weekly

Try profile-desc=cond:string.match(get("path", ""), "HorribleSubs")~=nil

>CNN
Has anyone tested any GANs to see if they perform better in either speed or quality?

bimp

Why? Just don't create a conf file if you want default settings.

Hold up, they using machine learning trained on anime images?

Attached: neat.png (1366x768, 105K)

>Like 80+ C
That's a flaw in mpv, the max quality settings trigger it. I also get almost 90C and I'm on a PC that can play 12-bit videos flawlessly in mpc-hc without ever going above 70C just saying. The only solution is to not use the max quality settings, use the one below that.

By the way, this has been reported already plenty of times over the past years and nobody gave a fuck, get your shit together faggots.

--no-input-default-bindings disables the default keyboard bindings (up down, scroll etc). What are you talking about?

Repaste with kryonaut.

that worked thanks

To scale video footage!?

Attached: slide.png (1058x2382, 1.19M)

>not knowing about the meme shaders

>That website
I had no idea, AI autotagging my massive image collection soon?

Don't know about scripts, but shaders are on the stats ("i") 2nd page.

How do I get MPV to blend the subtitles like MPC with xy-VSFilter?
Also, how do you activate MPV's version of smooth motion?

Attached: subtitles.png (1396x854, 724K)

Settings for "smooth motion":
video-sync=display-resample
interpolation=yes
tscale=oversample

Maybe with the aid of hydrus eventually, I think someone on infinity posted a script that auto submits and pulls them.

madVR 0.93 (full D3D11) soon!

Works great but it's super slow, mpv needs multi-GPU support for realtime rendering.

what are some good deband settings? Also, Post configs, homos.

keep-open=yes

vo=gpu
gpu-context=d3d11
gpu-api=d3d11
hwdec=auto

scale=ewa_hanning
glsl-shader="~~/FSRCNNX_x2_r1_16-0-4-1.glsl"
sigmoid-upscaling=yes

cscale=sinc
cscale-window=blackman
cscale-radius=3

dscale=mitchell
correct-downscaling=yes

video-sync=display-resample
interpolation=yes
tscale=oversample
blend-subtitles=yes
demuxer-mkv-subtitle-preroll

dither-depth=auto

deband=yes
deband-iterations=2
deband-threshold=128
deband-range=32
deband-grain=64

You forgot fbo-format=rgba16hf for FSRCNNX.

yeah I got that added right after I posted it. Thanks though

i'm trying to install mpvfrom the git debian build i follow all the procedure with no errors after i installed the build with sudo dpkg -i seems that not happens, i cant find it anywhere

sudo dpkg -i mpv-build-deps_1.0_amd64.deb
(Reading database ... 150327 files and directories currently installed.)
Preparing to unpack mpv-build-deps_1.0_amd64.deb ...
Unpacking mpv-build-deps (1.0) over (1.0) ...
Setting up mpv-build-deps (1.0) ...

it ends like that, somebody knows that i am missing something???

remove all "=yes"

What site is this? I can't find a web demo for this.

Why? Verbosity is great!

Updated 22.03.2018
Sharper 8-0-4-1 and 16-0-4-1.

Madshi is dead... Haasn is dead... Is it normal?