My WiFi router runs Linux. How do I install mpv on it?
Austin White
>are you using it at its native resolution? Yes. Native res and refresh rate.
Owen Torres
Mplayer masterrace
Henry Walker
Can you fucking remove all that unecessary shit in the op and just have a link to the manual?
Ethan Ramirez
...
Oliver Adams
Gentoo user here. Out of curiosity I wanted to check if some of the compile options I used to build mpv were useful or not, so I wrote a simple python script to benchmark how fast I can reproduce random video clips. I exported the 5 clips in pic related, all around one minute lenght, their filenames give more info about codecs and resolution. Using gcc 6.4.0, mpv-git and ffmpeg 3.3.4, First I checked the speed with fairly standard, baseline compile options (-O2 -mtune=generic), on my system (i5-4670k, gtx780,fhd display) it took 100s to blast through the clips. Then I tried many many different compile options but the only ones which had relevant results were: - enabling the correct cpu flags so that ffmpeg can use its architecture-specific optimized assembly code brought the time down to 80s - enabling lto lowered it a bit more, to 78s So a 28% speedup overall, looking at the individual clip results the h265 clips gained the most with a 50% performance increase on the revenant clip. So if you are a gentoo user or you like to build mpv from source, make sure you are configuring ffmpeg to make full use of the instruction set of your cpu and if you feel like it add lto too.
Logan Harris
>tfw too stupid to build from source
Jason Stewart
How do I hide this shitty general?
Camden Gutierrez
you can hide it by going to a website you actually know how to use
Jose Ward
How can I retroactively check if ffmpeg was compiled with a certain march/mtune? It is not contained in the options printed by ffmpeg itself but my package manager rewrites compiler invocations itself, so no idea what it inserted/removed.
Gentoo user here, you can run ffmpeg -buildconf The configuration section would have what you're looking for.
Wyatt Young
I do this sometimes.
Easton Cooper
How is this better than MPC-HC?
Easton Phillips
Plug and play, faster and high quality even easier to use than mpc-hc.
At first I used mpc-hc too but I ran into a lot of problem with windows 10, switched to mpv and run smooth like butter since then
Eli Williams
You surely mean mpc-hc+madvr+xyfilter because mpc-hc on its own is a garbage video player barely better than vlc. To answer your question it has incredibly active development, it's cross platform, it has more high quality rendering options than madVR, it has custom shader support, and it's FOSS, so when madshi gets hit by a bus you're not stuck with whatever he finished doing with madVR.
If DS without audio causes the video to play too fast, then DS with audio will make it stutter like fucking crazy. Are you blind or do you just not see that?
Adam Carter
And if you're a non-gentoo user you don't need to go through all that effort because the generic ffmpeg binaries already compile in all of the platform-specific assembly and dispatch the correct one at runtime. Seriously, why even fucking bother?
David Morris
>The configuration section Did you not notice this part? >It is not contained in the options printed by ffmpeg itself but my package manager rewrites compiler invocations itself
Michael Roberts
Restarted a few hours ago and Windows installed KB4041676 and now whenever I fullscreen using Vulkan I get put to 50Hz refresh rate. Anyone else had this issue or know how to fix it?
Ian Young
Disable the power saving feature?
Gabriel Hill
No, but I'm using Linux.
Bentley Allen
Which one? I've disabled everything that I know of and can't find any other option that sounds like it would cause this.
Noah Lewis
I assume you're using Intel Graphics so go into the control panel for that.
Noah Hughes
Nope AMD 290X although I'm using an intel CPU if that matters.
Juan Bailey
Dunno then sorry
Gabriel Brown
Hmm....
Dylan Parker
I installed nvidia drivers and now it looks like shit if its not fullsize. like the framerate doesn't sync with refresh
Jayden Murphy
how do i force a subtitle/srt to display ontop of the video, not on the black bars? tried sub-use-margin=no, but it didnt work.
Andrew Morris
sub-use-margins=no
Christopher Turner
ohhhh, i see my mistake. sorry.
Daniel Torres
so -march=native -mtune=native ?
Austin Lopez
how the fuck do i use this thing with windows for things other than playing the video directly on the program? for example how do i load .srt files?
yeah, i'll need a little of spoonfeeding, i type those commands on the cmd right?
Matthew Parker
'exact' is on by default, meaning subtitle files with the same name, like; video s01e01.mkv video s01e01.srt will work, though if you have something like; video s01e01 [fre].srt then you'll either need to rename it, or try 'fuzzy' matching, meaning it will also pick approximate names you set this either on the command line with; mpv --sub-auto=fuzzy ... or in the default section of mpv.conf as; sub-auto=fuzzy
Carter Anderson
Pretty sure he means the CPU_FLAGS
Andrew Williams
I'm on a fresh Windows install. Are there any Nvidia settings that could potentially fuck with mpv?
Joshua Murphy
Downloaded vulkan-R2 and vulkan is enabled by default? Is this ok with it?
That's true, in this case compiling the package yourself has close to no advantage. But for those who do, I just wanted to remind what options actually matter.
Yes, O meant something like CPU_FLAGS_X86="avx avx2 etc." in the make.conf, -march=native made close to 0 difference in my case.
David Fisher
Power options. Set to adaptive.
Isaac Cruz
Oh, and also anything that (((improves))) video quality.
Jonathan Morales
like edge enhancement and noise reduction or just setting the dynamic range to 0-255?
Jason Thomas
s p o o k y
Nathan Howard
>like edge enhancement and noise reduction Yes. >or just setting the dynamic range to 0-255 Do this too.
Aaron Butler
seems like bad idea to use driver edge enhancement and noise reduction instead of mpv shaders
Easton Evans
Thats what im talking about.
Henry Nelson
No. You need: gpu-api=vulkan profile=gpu-hq
for Vulkan and: gpu-api=d3d11 profile=gpu-hq
For rossy DX11/12 (Not sure if those test builds have both).
Charles Nelson
your post is confusing because you seem to be implying to make all those changes and aren't specifying what should and shouldn't be done
im going to assuming setting to adaptive and changing the dynamic range are what should be done
Luis Jackson
Set power options to adaptive. Disable all image and color enhancements. Set dynamic range to 0-255.
Daniel Williams
>Set dynamic range to 0-255. for this to work you need to set video color settings to make color adjustments with nvidia settings and not with the video player settings right?
Isaiah Cooper
...
Luke Harris
You might have to change this too
Ian Turner
that's the one i was asking about, thanks
Isaiah Hill
/quadro/
Easton Taylor
Don't. Let mpv do everything.
Kayden Myers
Thanks m8
Luis Gonzalez
1/4
Andrew Ward
2/4
Anthony Garcia
3/4
Connor Scott
4/4
Landon Cook
mpv noob here, what should I do to enjoy my weeb cartoons properly?
Linux, can compile if need be running on a E5-2686v3 with GTX1080
currently I'm using Argon-'s mpv config and don't know where to start from
Andrew Hughes
That one looks the best to me.
Juan Perez
>currently I'm using Argon-'s mpv config retard
Justin Rogers
>currently I'm using Argon-'s mpv config and don't know where to start from
Don't use or copy anyone's config, build your own up as you need to or you just end up having problems and because you copied random shit like a retard you waste others time trying to fix your own mess.
James Gomez
Obviously the best of the 4; that's why it's listed in the manual as the one to use if you can use it.
David Robinson
where would I start?
Luke Smith
the ringing in ewa_lanczossharp is fucking horrendous compared to GIMP tho
Wyatt Bell
I was comparing VLC and MPV's video quality just now and noticed that the VLC screenshots and player had weird vertical lines all over the images. Turning deinterlacing on and off had no effect. Pic is screenshots of the same timestamp of the same video file (top is MPV and bottom is VLC) Does anyone know what would cause a video player to do this?
Joseph Smith
Am I missing something? That's what the manual says for 4/4, not 3/4
Nolan Barnes
try sigmoid-upscaling=no
Oliver Perry
I linked to 4/4. 3/4 has even more ringing than 4/4, and 2/4 is a more blurred version of 3/4. There's other variants of ewa_* if you prefer less ringing, from haasnsoft to 4/4.
Camden Nguyen
Oh I see, my mistake, I thought you were replying to
Juan Brown
Now add SSSR
Juan Perry
SSSR works like shit on low res. Will turn it into literal oil painting.
Guess the link expired, and I'm not sure where I can share a 239MB file (shows all the scale methods in comparison)
It can, there's an updater script that you can add to the task scheduler, which is bundled with the Windows builds by shinchiro.
Logan Turner
>scale=sinc Are you retarded or something? >Also how do I reduce judder/sync up the playback better with the monitor? You don't. There should be zero judder with your interpolation settings. Check if it is actually working.
Brayden Martin
lachs0r vs shinchiro which one is better? I am using lachs0r builds.
Tyler Perry
Neither is "Better" lachs0r is a more minimal build shinchiro comes with some handy scripts
James Perry
shinchiro updates every week. lachs0r every few months.
Levi Watson
hmm thanks
Matthew Kelly
>I like Sinc and Nearest
Aaron Stewart
dude, it downloads youtube-dl every time I run the update script. How do I stop this madness? And thanks, I have added it to the task scheduler.
Noah Baker
Just by looking at what images I have taken of it, Sinc looks good for my setup. It's that or Nearest. Explain to me why I shouldn't be using Sinc and give me an alternative to make the output sharper as every other scale option I tested looks worse. Also I wouldn't bring up judder as being an issue if it worked. Nothing in your post is helpful.
Matthew Wilson
>dude, it downloads youtube-dl every time I run the update script. How do I stop this madness? It only downloads youtube-dl if there's an update, if you don't want it to update just remove the code from the script
Oliver Watson
nigga I ran it twice and it downloaded it two times.
Kayden Baker
Running script without administrator privileges Checking Windows PowerShell version -- 5 Fetching RSS feed for mpv You are already using latest mpv build -- mpv-x86_64-20171007-git-9c806bc.7z Fetching RSS feed for youtube-dl You are already using latest youtube-dl -- 2017.10.12 Operation completed