[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

/mpv/ - the /g/reatest media player

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 334
Thread images: 41

File: ooh.png (2MB, 1046x589px) Image search: [Google]
ooh.png
2MB, 1046x589px
Install mpv:
https://mpv.io/installation/

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

Manual:
https://mpv.io/manual/master/

User Scripts (including opengl shaders):
https://github.com/mpv-player/mpv/wiki/User-Scripts

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

High quality video playback profile:
profile=opengl-hq
>>
>>62034228
>wm4SL
(I) decided against it, because:
- compiling wm4SL to GLSL/SPIRV/HLSL will require writing a compiler for each, which is not fun in C
- it will have bugs, and debugging this will be lots of wasted effort
- the feedback we get on errors will be worse
- it will make code more developer-hostile (since developers now have to learn wm4SL instead of just using GLSL which is already well-known)
- it will break all existing user shaders unless they're rewritten in wm4SL (and I'm not too keen on pulling a mozilla)
- it would probably be easier to just write a GLSL->SPIRV compiler from scratch
- it would probably be even easier to just fix glslang
>>
>>62038538
Projector, bitstreaming, windows and no-anime-only guys should keep using madvr.
>>
>>62038766
Why do you think so?
>>
>>62038809
- Angle is shit.
- Dxinterop doesn't work with d3d11va.
- MadVR has nice projector features.
- MadCustomRes makes everything simpler for perfect bit streaming.
- NGU Sharp is majestic to upscale 720p and 1080p real action movies to 4K.
>>
>>62038850
in b4 rossy
>>
>>62038864
What about rossy? He likes madvr?
>>
File: 1458924892457.gif (9KB, 200x200px) Image search: [Google]
1458924892457.gif
9KB, 200x200px
Where do I have to put lua scripts?

I've put them into four different places I've been suggested by the documentation, but autoloader still start by default.
>>
>>62039891
still doesn't start*

On Linux, that is.
>>
>>62039909
/mpv/scripts
>>
>>62039520
>What about rossy? He likes madvr?
He likes ANGLE
>>
>>62039942
Doesn't work.

I've now put them in:

~/mpv/scripts/
~/.mpv/scripts/
~/config/mpv/scripts/
~/.config/mpv/scripts/

And somewhere in root I don't remember.
>>
The
--write-filename-in-watch-later-config
option completely doesn't work for me. I'm using the latest git.
>>
-rgb, -yuv or without suffix, which one is better?
>>
>>62038538
ui in a video player still profoundly shit? well look who is going to stay with mpc-hc till mpv either gets a real ui or mpc-hc stops functioning.
>>
>>62040171
Use RGB or the one without suffix.
>>
>>62040287
Thanks.
>>
>>62040231
>well look who is going to stay with mpc-hc till mpv either gets a real ui or mpc-hc stops functioning.
nice blog post
>>
Is there a downscaler for ravu or are all of them upscalers?
>>
>>62040893
they're image doublers
>>
haasn a cute
>>
>>62041114
wats the best madvr settings
>>
Is there any way to speed up decoding of h265 video on an old-ish cpu? It seems to run almost okay. But I get frame drops here and there.
>>
>>62038538
What's a good config for anti-ringing?
>>
>>62042010
SSSR
>>
Is there any way to make a push to activate subtitles and have it go away when I release?

My Japanese allows me to understand like 90% of the conversations but sometimes I'd like to just flash subs up for a second and it'd be nice to just have a button to do that.
>>
>>62042854
Press v
>>
>>62043236
That you have to turn off and on.
>>
>>62042854
sounds like a use case for a lua binding
>>
>>62042854
Have you ever found subtitles helpful while learning Japanese? I ask because I know subtitle groups (official and fansub) often tend to do a bunch of stuff that changes the content and structure of the dialogue.
>localization (changing nouns, jokes, puns, etc.. to something analogous in Western culture, also removing honorifics and changing titles and stuff)
>editing (specifically: rephrasing things so that they flow better in English)
>moving lines around
>etc...

I'm bilingual in Spanish and English and I can't stand watching Spanish content with English subs or vice versa because the subs seem totally different from what was said. I've heard similar things from other friends who are bilingual in mandarin and other languages. So I'm kind of skeptical about their usefulness for learning.
>>
File: Untitled.png (91KB, 660x513px) Image search: [Google]
Untitled.png
91KB, 660x513px
I know you guys are all closeted MPC fans irl, so anyone can tell me what's the difference between the "normalize" and the "boost" option? I need louder audio, but without distortion in my animus. Thx.
>>
>>62044798
>>>/reddit/
>>
>>62044798
I've been on Linux for over 15 years, anon. MPC won't ever be relevant to me unless they make a Linux version (though even then I doubt it would be worth using over MPV).

Normalization and Boost are common audio features though (they appear in all sorts of stuff including music players and sound engines).

Boost:
>Increase volume by a certain multiplier.
For the most part you should NOT use this unless you've got some special situation that calls for it. It can amplify background noise (static or buzzing) and it can oversaturate your audio and cause clipping. Instead you should adjust the volume on your software (operating system/software) and speakers (ideally ensure that your operating and speakers are each at less than 80% volume to avoid distortion).
https://www.youtube.com/watch?v=9uEtworGLrU

Normalize:
>Could mean a few different things. One possibility is that it adjusts the volume of each file individually (during playback) so that on average all files will have similar volume.
>Alternatively it could actually be adjusting the volume of the file as it plays back. This would make loud scenes quieter and quiet scenes louder.

In general you should avoid using such features (if possible) since they distort audio and can cause unpleasant sound phenomena. The better solution is to get better audio hardware (and configure it correctly).
>>
>>62044941
Ty for the in-depth and actually helpful post.

>Normalize: [...]This would make loud scenes quieter and quiet scenes louder.
Isn't that what DRC does? (pic related) I have used normalize before in audio files, to lower the volume and avoid clipping, but it baffled me when I found it in MPC (not enabled but) with a default value of 400%, suggesting it could be used as amplification.

>avoid using such features (if possible) since they distort audio and can cause unpleasant sound phenomena. The better solution is to get better audio hardware (and configure it correctly).
I've got the hardware, but I'm a lazy faggot and wanted to avoid getting out of the bed and forever adjusting the volume knob, since why I wanted to find a software solution to adjust the sound individually, only in MPC. Oh well...
>>
File: Untitled.png (88KB, 585x474px) Image search: [Google]
Untitled.png
88KB, 585x474px
>>62045048
>Isn't that what DRC does? (pic related)
>pic related
>>
>>62044941
>In general you should avoid using such features
Incorrect, filters can be useful for shitty audio and old shitty movies.

No "hardware" is going to fix it, EQ to meet your PREFERENCE is fine as well too.

my dear dumb linux user since 15 years with one of the shittiest audio outputs
>>
>>62045048
>DRC vs normalization
They're very similar and since I don't use them I don't really understand the distinction. For the most part I tend to think of them as synonymous (though I know they are different somehow).

>I'm a lazy faggot
Set your hardware volume knob to about 70%-80% (think of this as the maximum) and then only decrease/increase the volume via software.

It's also possible that the "normalization" option there does what you want so maybe poke around MPC's documentation if there is any (MPV has amazeballs documentation, imo; no idea about MPC).
>>
>>62038538
How do I make it autoloop for any file I open with it?
>>
>>62045142
>Incorrect, filters can be useful for shitty audio and old shitty movies.
That's exactly what I meant by that line. In general you should avoid using them unless you have some special situation like the ones you described.

Typically, unless I'm dealing with a microphone device or something I rarely use those features. Typically I just search for a better rip/edition of the movie (it's often not just easier but more satisfying in the end). Sometimes however it is unavoidable, as you said.
>>
>>62045164
Get one of these and set up a keystroke to play back from the beginning.
https://www.youtube.com/watch?v=mM5q1Pzod1I
>>
>>62045164
add loop to mpv.conf
>>
>>62045196
>>62044941
>In general you should avoid using such features (if possible) since they distort audio and can cause unpleasant sound phenomena. The better solution is to get better audio hardware (and configure it correctly).
>>62045164
shift+l
>>
File: okay.jpg (65KB, 700x734px) Image search: [Google]
okay.jpg
65KB, 700x734px
>>62045495
I see you are not only retarded but also autistic.
>>
Is there an option to play the next playlist item automatically?
>>
>>62045725
https://github.com/mpv-player/mpv/blob/master/TOOLS/lua/autoload.lua
>>
>>62046038
I'm already using that, but when a video finishes playing, it just pauses rather than opens the next file.
>>
File: 2017-08-23_11-10-58.png (2MB, 1600x900px) Image search: [Google]
2017-08-23_11-10-58.png
2MB, 1600x900px
>>62038538
>not using slimbox

What's wrong with you?
>>
I cannot tell difference between opengl-hq vs nothing ;_;
>>
>>62046370
Watch a 576x432 avi file from 199X and go fullscreen, then you'll notice a difference.

If you test it with a 1080p movie on a 1080p screen you'll notice no difference because there are no scalers involved.
>>
>>62046370
https://diff.pics/4LzGZRjlRdZN/1
scale=spline36
is what opengl-hq uses by default
>>
>>62046404
I watch 1080s with 4k monitor
>>
>>62046417
scale=nearest
will look fine then
>>
>>62046453
I think my eye sight is too shit to tell the difference.
>>
>>62045161
>DRC vs normalization
They are essentially the same term, but there are like a trillion different techniques here so the results may vary wildly. The key fact to point out here is that the window size has a massive effect on the result.

Audio normalization over a very short window size (anything from 1 to a small handful of samples) will result in much louder (but more consistent) loudness overall. This can either be linear or (often) threshold-based. This is also called “compression”, and it's the main technique behind the loudness war; but the net effect is that the dynamic range of the samples is reduced.

Audio normalization over a medium window size (e.g. a second or two) will result in more consistent loudness without affecting the “dynamic” peaks, but it usually leads to weird artifacts like over-amplifying quiet regions of the audio or oscillating back and forth between high and low amplification whenever somebody starts/stops speaking.

Audio normalization over a long window size (10+ seconds or minutes) will result in consistent loudness overall, but won't actually reduce dynamic range within a scene (and can therefore still leave you with very loud and very quiet sections). This essentially what you're doing with techniques like replay-gain, which normalizes over a “whole track” or “whole album” window.

A good audio normalization scheme (e.g. EBU R128) will uses multiple window sizes and do stuff like scene detection to respond quickly to sudden changes in the overall loudness without destroying dynamic peaks or over-amplifying noise. (The recommended filter to use here is `loudnorm`, which is based in libebur128). It's also tunable to let you pick how much loudness variation you want.
>>
What happens if I load multiple nnedi3 resizer shaders at same time?
>>
>>62046515
For me, it's MUCH, MUCH harder to see any difference on my 4K screen compared to literally any to any 1080p screen, due to the smaller pixel size.
>>
>>62046582
They would get applied in order. So for example if you load NNEDI3 twice and the first one goes from 1280x720 to 2560x1440, the second one would go from 2560x1440 to 5120x2880. But all of the conditions would get evaluated separately. The generated NNEDI3 shaders from mpv-prescalers use --max-downscaling-ratio of 1.6 by default.

So if your monitor is only 1080p, it will skip all passes that would go above 3072x1728; even if you load the shader 20 times in a row.
>>
>>62046553
Thanks a lot for the clear explanation, anon!
>>
File: 54231636.jpg (4KB, 126x126px) Image search: [Google]
54231636.jpg
4KB, 126x126px
>>62046598
>For me, it's MUCH, MUCH harder to see any difference on my 4K screen compared to literally any to any 1080p screen, due to the smaller pixel size.
hahahahahahahahaha
>>
>>62046624
>--max-downscaling-ratio of 1.6 by default
How to change it?
>>
>>62046175
>slimbox
what is it, anon? Cant find anything related to video playing
>>
>>62046624
ty
>>
>>62046632
t. 1080p poorfag
>>
File: 2017-08-23_12-11-26-sel.png (8KB, 149x107px) Image search: [Google]
2017-08-23_12-11-26-sel.png
8KB, 149x107px
>>62046653
This is my .mpv/lua_settings/osc.conf

It's a layout option for the osc.
Here's a list of defaults:
https://github.com/mpv-player/mpv/blob/master/player/lua/osc.lua
>>
>>62046711
*lua-settings
>>
>>62046711
thanks, looks nice! I didnt know there was different built in layouts...
>>
>>62046737
https://github.com/mpv-player/mpv/blob/master/DOCS/man/osc.rst
>Currently available are: box, slimbox, bottombar and topbar
>>
>>62046598
>For me, it's MUCH, MUCH harder to see any difference on my 4K screen compared to literally any to any 1080p screen, due to the smaller pixel size.
Maybe because its much harder to upscale to 4K so everything looks equally shit :)
>>
>>62046553
Yeah, I remember now too more clearly. I'll try a tldr:
- DRC "makes loud scenes quieter and quiet scenes louder". In consumer audio-video equipment you will find it as a "night-mode" audio setting.
- Normalize >100% makes everything louder in a linear and proportional way.
- Normalize <100% makes everything quieter in a linear and proportional way.
- Boost amplifies everything nondiscriminatory and geometrically and fucks your shit up.
>>
>>62046776
No.. it looks WAY better than on any 1080p monitor. Like for example spline36 vs ewa_lanczos vs bilinear on a 1080p monitor is fucking night and day: bilinear blurry as shit, spline36 aliases all over the place, ewa_lanczos looks reasonable.

On my calibrated 4K IPS panel, all three of them look WAY better than even ewa_lanczos on my 1080p TN shit monitor: I basically can't see ringing, aliasing or anything of the sort.
>>
>>62046831
lol
>>
>>62046776
Well, if the monitor is bigger you also have to sit farther away to have it fully in view, so maybe the scaling isn't noticeable as much.
>>
>>62046404
You're still doubling chroma watching a 1080p video on a 1080p display. Don't spread misinformation.
>>
>>62047034
>chroma
First time I hear this. What exactly is that supposed to be and why does it get doubled?
>>
>>62047052
Color information. Its usually half of detail (luma) resolution.
>>
>>62047081
What does "half of detail resolution" mean?
>>
>>62047081
https://en.wikipedia.org/wiki/Chroma_subsampling
I see. Sounds smart.
>>
>>62047052
You need luma and chroma to make an RGB frame, chroma is basically the color information. The scaling factor between luma and chroma is usually 2 for video content, which is why you have to upscale chroma before merging it with luma in order to create the RGB frames.
>>
>>62047424
>RGB frames
What about YUV frames?
>>
>>62047731
? The video frames are in YUV, you convert them to RGB
>>
>no option to play next file in folder after finishing the current file like in MPC HC

how can i watch comfy anime in bed if i have to getup and play the new episode everytime
>>
File: 101973.jpg (222KB, 1000x750px) Image search: [Google]
101973.jpg
222KB, 1000x750px
>>62048153
>>
>>62048153
>>no option to play next file in folder after finishing the current file
But you can
>>
File: 89435.png (1MB, 1920x1080px) Image search: [Google]
89435.png
1MB, 1920x1080px
I miss these mpv faces.
>>
>>62048212
how?
>>62048191
top left is literally me right now
>>
>>62048153
It werks for me. Just drag multiple files and they will play after each other. Or use autoload script.
>>
>>62038538
how do i make autospeedwin act only on fullscreen
>>
So I've gotten nnedi3 to work.
and I swear to god I see no practical difference, in 1080p DON encode upscaled to 2160p with it or without it.

I'm fucking blind I swear.
>>
>>62048257
>how?
link is in the OP genius
>>
File: 1503493273579.png (89KB, 660x513px) Image search: [Google]
1503493273579.png
89KB, 660x513px
>>62048257
got your back bro
>>
Are there any config configurations that I need to enable to playback 10bit HDR 4k material with mpv?

Because with mpc i needed to change few things with madvr at least to get it work properly.
>>
File: 1503420097844.jpg (66KB, 803x711px) Image search: [Google]
1503420097844.jpg
66KB, 803x711px
Ayo how the fuck do I watch chinese cartoons at their best on this shilled player?
>>
We really could use some CounterPillow shitposting up in these threads
>>
>>62049157
>We really could use some CounterPillow shitposting up in these threads
Wat?
>>
File: 1486295404247.jpg (74KB, 500x525px) Image search: [Google]
1486295404247.jpg
74KB, 500x525px
>>62048648
It's not possible.
>>
>>62048648
RAAAVUUU!
>>
>>62048648
Wait for FSRCNN.
>>
Will the placebo shit work on Vulkan?
>>
File: 1499759079818.jpg (20KB, 504x415px) Image search: [Google]
1499759079818.jpg
20KB, 504x415px
>>62048648
This.
Why can't I fucking download a player like I did with KCP and get the best shit with a few simple clicks without engaging in terminal autismo that tickles your haxxor larp neurons.
>>
>>62049994
MPC isn't at its 'best' out of the box either
>>
File: drakeposting2.jpg (46KB, 766x460px) Image search: [Google]
drakeposting2.jpg
46KB, 766x460px
>>62050036
>get the best shit with a few simple clicks
>with a few simple clicks
>a few simple click
>simple clicks
>>
>>62050054
So copy-pasting some guys profile from github is too difficult?
>>
>>62046175
i prefer mpv-progressbar.lua
>>
File: drakeposting1.jpg (56KB, 620x349px) Image search: [Google]
drakeposting1.jpg
56KB, 620x349px
>>62050065
>go through tedious process of finding the right guy's profile and then copy and pasting shit and making it work in windows
>or go through a simple installer which gives you the options for the highest settings right there and then

You're the type who manually splits his windows.
>>
>>62050113
>or go through a simple installer which gives you the options for the highest settings right there and then
kek
Whatever you say anon
>>
File: Installer3.png (21KB, 503x389px) Image search: [Google]
Installer3.png
21KB, 503x389px
>>62050124
What are you trying to say?
How hard is to make something like this anone?
>>
>>62050160
Probably not all that difficult, there's actually a similar feature with mpv already
the reason players like this are so popular is because not everyone is going to agree on what looks 'best'
some people might say that the 'highest tier' from that installer doesn't look as good as others
>>
>>62050211
Yeah but if I don't know what I'm doing? A little optional window like that could save a lot of time.
>>
>>62050279
Well that's why profile=opengl-hq exists, it gets you half of the way
>>
>>62050293
You're missing the point. For God's sake some get stuck at the bit where you open the exe and nothing fucking happens. Why is to unintuitive for noobs?
>>
>>62050160
That codec pack uses equivalent of opengl-hq in mpv for everything above low/mid.
>cscale=Jinc+AR
>scale=Jinc+AR
>dscale=Catmull-Rom+AR

You can just put opengl-hq into config and get very similar looks.
>>
>>62050333
>nothing happens
literally pseudo GUI mode you fucking retard
>>
>>62050333
You're running Windows right? There's a .bat file that does it for you in shinchiro' build
Considering it's a portable player I don't know what else could be done. If you're happy with whatever KCP comes with (I'm assuming MPC) just stick with it. mpv is made for ultra autists
>>
>>62050367
>h (I'm assuming MPC) just stick with it.
MPC is kill.

We have to move over to mpv. Please save us.
>>
>>62050416
only you can save yourself
>>
>>62050416
It's not, nightly builds are still being pushed
it's alive...barely
>>
>>62050349
what? When I double click nothing happens, I have to drag video file onto mpv icon to play.
>>
>>62050416
>download shinchiro build
>copy paste
profile=opengl-hq
scale=ewa_lanczossharp
tscale=oversample
video-sync=display-resample
interpolation

>run install script
3 steps
>>
profile=opengl-hq
vo=opengl
opengl-backend=dxinterop
load-scripts=yes
opengl-shader="C:\Users\machine\Desktop\mpv\shaders\nnedi3-nns256-win8x4-pass2-rgb.slang"
scaler-resizes-only
scale=ewa_lanczos
dscale=ewa_lanczos
cscale=ewa_lanczos
blend-subtitles=yes
video-sync=display-resample
tscale=linear

all of this crap and i see barely any difference when scaling 1080p content to 2160p
>>
File: 02823100.gif (23KB, 216x211px) Image search: [Google]
02823100.gif
23KB, 216x211px
Your suggestions are like balancing video game for casuals instead of competitive. Do you understand how stupid it sounds for people that even barely understand how config file works? If your a casual then just stick to defaults. If your a casual but lazy and want to improve visuals with minimal effort then profile=opengl-hq is for you. If your are competitive you can use mpv to its full potential with shaders and other placebo/meme shit. Of course it requires a bit of effort on your side but worth it in the end.
>>
>>62050523
either blind or you're retarded and your settings aren't actually being applied
considering how much default shit you have in your config it's probably latter
>>
>>62050523
>nnedi3-nns256-win8x4-pass2-rgb.slang
What the fuck. Where you got that shit and why you use it?
>>
>>62043628
Dunno how to do that.
>>
>>62050523
>video-sync=display-resample
>tscale=linear
Add "interpolation", dude. Right now it doesnt work.
>>
>>62050594
>nnedi3, superxbr and ravu
User shaders for prescaling. These shaders should cover most functionality that prescale-luma= used to provide.
>>
>>62050634
Which are the best shaders?
>>
>>62050494
where do i copy and paste to?
yes im that retarded with this
>>
>>62050647
>nnedi3
movies
>superxbr
no idea
>ravu
Anime
I maxed out nnedi3 and the difference was tiny, I could tell the difference using diff.pics but even then it wasn't worth the GPU usage
>>
>>62050647
nnedi3 with most neurons looks best but is insanely slow
ravu is very fast and has significant ringing
>>62050652
mpv folder\mpv\mpv.conf
yes it's not there by default, you have to make it
>>
>>62050634
>User shaders for prescaling. These shaders should cover most functionality that prescale-luma= used to provide.
Im asking you why you didnt follow the link that description was made for. Where the fuck you got that garbage shader instead?
>>
File: need this.jpg (100KB, 750x1000px) Image search: [Google]
need this.jpg
100KB, 750x1000px
>>62050681
thank you anon
>>
>>62050523
>nnedi3-nns256-win8x4-pass2-rgb.slang
????????????????
>>
>>62050740
>7
whats confusing m ister?
>>
>>62050754
Where you got that from?
>>
>>62050523
>opengl-shader="C:\Users\machine\Desktop\mpv\shaders\nnedi3-nns256-win8x4-pass2-rgb.slang"
You understand your shader is not working, right?
>>
>>62050763
probably a retroarch shader
>>
File: 1.png (135KB, 285x640px) Image search: [Google]
1.png
135KB, 285x640px
>>62050680
>>62050681
i have different shaders what am i gonna do
>>
>>62050858
LOL
>>
>>62050811
I actually got it working now because of your advice (You as in plural)

but I'm still too blind to see difference :DDDD
>>
File: 01412934.jpg (46KB, 350x280px) Image search: [Google]
01412934.jpg
46KB, 350x280px
>>62050862
At least use madvr
>>
File: 71966791.jpg (44KB, 1024x1024px) Image search: [Google]
71966791.jpg
44KB, 1024x1024px
>>62050878
>I actually got it working now
Sure you did...
>>
>>62050893
what's wrong with evr?
>>
>>62051640
Everything
>>
for qutebrowser users, how do I set up a command to open my mpv? i'm a retard with little experience in shell btw
>>
>>62051716
stop using retard hipster browser would be easiest solution
>>
>>62051766
Don't reply to me
>>
File: image.jpg (5KB, 300x57px) Image search: [Google]
image.jpg
5KB, 300x57px
>>62051689
>>62051689
nice vague response dude, do you have more?
>>
Sorry how do I add and subtract chapters using the additional mouse buttons?

I tried on my deathadder

MOUSE_BTN4 add chapter -1
MOUSE_BTN5 add chapter 1

but it doesn't work.
>>
>>62051781
can i reply to your wife's son?
>>
>>62046711
>another conf to obsess about
oh no
>>
>the author of staxrip is trying to write a libmpv frontend
soon, all of doom9 will fall by mpv's hand
>>
>>62038538
halp, what are the best settings for madvr if i want to max out my GTX 970? I mostly watch animu.
>>
>>62050160
>KCP
>using literal abandonware
Opinion discarded.
>>
>>62052230
>>the author of staxrip is trying to write a libmpv frontend
The author of what?
>>
>>62038538
>High quality video playback profile:
>profile=opengl-hq

AHAHAHAHAHAHAHAHA

HERE'S A CONFIG FOR NON-HARDWARELETS:
# Video
vo=opengl
profile=opengl-hq
deband=yes
deband-iterations=2
deband-range=12
deband-grain=0
autofit=1280x720

# Other
opengl-backend=angle
angle-renderer=d3d11
angle-d3d11-warp=no
angle-d3d11-feature-level=11_0
angle-swapchain-length=16
angle-max-frame-latency=1
angle-egl-windowing=no
hwdec=no
vd-lavc-threads=4
ad-lavc-threads=4
scaler-lut-size=10
target-prim=bt.709
target-trc=srgb
ontop
hdr-tone-mapping=hable


# Resizer
opengl-shaders="C:\Program Files\mpv\shaders\KrigBilateral.glsl;C:\Program Files\mpv\shaders\SSimSuperRes.glsl;C:\Program Files\mpv\shaders\SSimDownscaler.glsl"

# Scaling
scale=ewa_lanczossharp
cscale=ewa_lanczos
dscale=mitchell
correct-downscaling
sigmoid-upscaling
sigmoid-slope=10.0
linear-scaling

# Audio
audio-channels=stereo
volume-max=100
volume=100

# Screenshots
screenshot-format=png
screenshot-directory="D:\Screenshots"
screenshot-high-bit-depth=no
screenshot-png-compression=9
screenshot-template="%f %P"
>>
>>62052425
retard
>>
>>62052411
some encoding GUI
>>
>>62052505
Stay mad Pentium 3.
>>
>>62052505
norm config, except sigmoid-slope=10.0
>>
>>62052425
>HERE'S A CONFIG FOR NON-HARDWARELETS
>proceeds to post a config for hardwarelet
Cute.
>>
Is 48Hz better than 72Hz for 24Hz movies?
>>
>no work on vulkan for 2 days
Is it dead again?
>>
>>62052915
It's dead.
RIP.
>>
File: .jpg (12KB, 292x282px) Image search: [Google]
.jpg
12KB, 292x282px
>>62052425
>deband-grain=0
Found the brainlet
>>
>>62053201
Stop watching shitty encodes.
>>
>>62052425
Nice meme config
>>
>>62053201
This.
>>
>>62051716
See 9. at https://github.com/qutebrowser/qutebrowser/blob/master/FAQ.asciidoc
>>
>>62053243
>t.Pentium D
>>
>>62053486
Thanks man. I'm an idiot.
>>
can i have a good hardware config? Like i want to be blown away by my 4k blacked porn.
>>
>>62053932
see >>62050494
>>
guys i want to hop on the mpv meme but this looks to complicated and im a brainlet/techlet. what's the pleb version of mpv for me?
>>
>>62054008
Download vlc, its a fork of mpv simplified and with a gui so any brainlet can use it right off the bat.
>>
>>62054088
kek
>>
>>62054088
anon that's mean
>>
>>62050068
>having a 1px border on the bottom than pop ups when you hover over your video
>>62046711
You didn't explain how you made it not rounded, might as well give them a script-opts command for their mpv.conf.
>>
>>62054605
>having a 1px border on the bottom than pop ups when you hover over your video
bar-height-inactive=0
You can configure practically every aspect of it.
>>
Bjin is a pixel artist now?
https://github.com/bjin/mpv-prescalers/issues/10#issuecomment-324369221
>>
can someone post their playercorefactory.xml file for kodi to use mpv as an external player?
>>
File: 131016.png (15KB, 499x387px) Image search: [Google]
131016.png
15KB, 499x387px
>>62050160
Use LAV Filters Megamix:
https://www.videohelp.com/software/LAV-Filters-Megamix
>>
Epic fucking garbage
>>
>>62055007
No, madVR is cool!
>>
>>62054754
So beautiful.
>>
>>62052671
Bump.
>>
>>62055335
yes because 24Hz x 2 = 48Hz and 48Hz x 2 = 72Hz so 72Hz has to downscale x4 while 48Hz x 2 making 48Hz faster therefore better
>>
720p to 1080p, ravu or ssimsuoperres?
>>
File: mpv.png (154KB, 1200x630px) Image search: [Google]
mpv.png
154KB, 1200x630px
>>62038538
Is this really the UI? app cancer stay off my fucking desktop thanks. Stick to phones kids
>>
>>62055660
there is no real ui, that's a fake ui meant to trick gui babbies
>>
>>62055478
Very funny.
>>
>>62055552
If you like very sharp picture then SSSR. Its also almost 2X faster.
>>
>>62054088
no bully
>>
>>62054651
it's still annoying.
>>62055660
it's mainly so you can double click on the .exe and open up a window really
>>
>>62055552
ravu-r2
>>
>>62055552
NGU :^)
>>
File: mpv-ui.png (8KB, 566x365px) Image search: [Google]
mpv-ui.png
8KB, 566x365px
>>62055660
No this is
>>
>>62052671
If you use video-sync=audio: no
If you use video-sync=display-*: maybe, depends on your hardware

OSD etc. will be choppier with 48 Hz than with 72 Hz, but for the video itself it shouldn't matter. (Unles you're using DS)
>>
>>62055660
As a unity shell user, I thought you'd appreciate over-simplified babby interface for retards with no features?
>>
>>62055660
>Unity
Your critism is invalid desu
>>
# Video
profile=opengl-hq
opengl-backend=dxinterop
scale=ewa_lanczossoft
cscale=haasnsoft
tscale=linear
deband-grain=24
deband-iterations=2
deband-range=12
deband-threshold=48
interpolation
video-sync=display-resample
>>
>>62054953
https://archive.rebeccablacktech.com/g/thread/61914276/#q61940513
>>
new vulkan commits!
>>
>>62059297
>https://github.com/haasn/mpv/commit/eb3117788e3e64e463926b10148d20a0cc9c58b6
Woooooh, all that red and green, so beautiful.
>>
>>62059297
Did haasn learn vulkan last year by himself?
>>
>>62054605
>You didn't explain how you made it not rounded
I don't have any other settings for the osc.
That's all. Also no script-opts in my mpv.conf
>>
>>62059297
But for the average /g/ user that makes no difference.

Or does my waifu look crisper in vulkan?
>>
Vulkan? Does it mean mpv will support multi-GPU/SLI/CrossFire?
>>
ravu-r3-smoothtest1 or SSimSuperRes for anime? Can they be used with KrigBilateral?
>>
File: mpc-hc_2017-08-24_10-37-56.jpg (137KB, 1280x1024px) Image search: [Google]
mpc-hc_2017-08-24_10-37-56.jpg
137KB, 1280x1024px
is that light effect from svp possible in mpv?
>>
>>62061311
Holy fucking shit is that ugly, you can ask on github I don't think they will add this though you can try.
>>
>>62061210
Don't know if they can just try it yourself, personally based on the test bajun or whatever the name of that guy was, I recommend ravu-r2.
>>62061176
I wonder how would that work.
>>
File: yu_do_something.jpg (47KB, 1280x720px) Image search: [Google]
yu_do_something.jpg
47KB, 1280x720px
Imagine using a media player that's so outrageously convoluted that it needs its own general thread just so people can figure out how to use it, all the while still being worse than mpchc.
>>
Shaders in gather/ directory and compute/ directory are generally faster but requires recent version of OpenGL. Use these shaders only if they actually work (i.e. no blue screen and no noticeable distortion).


How "recent" is recent?
>>62061478
I would tell you to use a high quality picture but, the owner of 4chan is in need of money.
>>
>>62059297
Yay! Still it looks like haasn is waiting for something.
>>
Do you know where to put scripts in windows?
>>
>>62062221
/mpv/scripts/
>>
>>62061522
>How "recent" is recent?
OpenGL 4+
>>
>>62061311
You can actually run SVP with MPV. The light effect is just one of SVP's capabilities (though you can disable the rest of them if you don't want them).

>>62061407
That anon's example looks ugly as fuck. It can look great on other content.
>>
>>62061478
>Imagine using a media player with development that's so outrageously active that it needs its own general thread just so people can keep up with all the improvements, all the while still being infinitely better than mpchc on outdated releases.

fixed
>>
>>62061478
mpv really needs help with getting it configured
>>
>>62062527
That's what dotfiles on github are for.

You are uploading your config files in a repository, right?
>>
>>62061478
That's really just because they don't have anything better on Linux and MPC-HC+MadVR is Windows only.
>>
>>62062507
but you'd have to pay them $ and i'd rather not do that.
>>
is ASS the best subtitle format?
>>
>>62063626
Back in my fansubbing days I used it to make karaoke effects.

Now I believe only a disabled subtitle is a good subtitle.
>>
File: vulkan.png (2MB, 2558x1113px) Image search: [Google]
vulkan.png
2MB, 2558x1113px
Good news lads, looks like Vulkan works on Windows.

The video seems smooth and vsync-jitter is just as good as or better than angle and dxinterop, so it could be a viable alternative.
>>
>>62063907
>commie
>>
What's the deal with all this mpc shilling in a mpv threat? Are we getting raided?
>>
can you goys help me out? I'm so confused right now, is Baka MPlayer MPV or is it something else? I just want a good high quality video player
>>
>>62063983
guys*
>>
>>62064002
kek
>>
>>62063928
They're the only group who sub Symphogear, except when Crunchyroll does it without karaoke subs.
>>
>>62063964
buttmad doom9 fags launching an invasion because their holy player is getting BTFO
>>
>>62063983
Baka MPlayer uses libmpv, so it's acceptable. It's basically mpv but with a GUI and menus and file pickers and shit.
>>
>>62064169
but if I would want to get max quality, I'd still have to change the config right?
>>
>>62063907
Fuck yeah! Any benefits over dxinterop yet? Also you dual boot win and linux?
>>
>>62064187
Yeah. Baka MPlayer doesn't have many built-in settings, but I think there's a way to get it to use an mpv.conf.
>>
>>62064187
get mpc, you can change options with checkmarks and shit
>>
>>62064217
ok I will look around, thanks
>>62064219
but isn't mpv not a smuch of a hog on the hardware?
>>
>>62064209
Not yet. It's still not finished, for example there's no EWA scalers.

>Also you dual boot win and linux?
Nope. I run Windows and Linux on separate machines because it's less hassle. (I'm not haasn btw.)
>>
>>62064298
>(I'm not haasn btw.)
Every time ;)
>>
Why doesn't mpv just automatically apply the hwdec and profile settings to something good like opengl-hq and auto and then gracefully degrade from there if adequate hardware isn't present?
>>
>>62064357
He isn't, haasn doesn't care about windows.
>>
>>62064452
Because you didn't make a pull request with the code that does this.
>>
how to know my shitty gpu support vulkan?
>>
>>62063907
based rossy
>>62064298
What's less of a hassle?
>>
>>62064516
If on windows just check your programs if it's installed or not, you probably have it check your program list on "uninstall a program".
>>
>>62064298
Poor macOS users no compute shaders, no vulkan, no nothin
>>
>>62064708
>What's less of a hassle?
For starters, it means I can use Windows and Linux at the same time. I don't have to shut down one OS to use the other. I can also just transfer files between Windows and Linux over the network, rather than having to bother with ntfs-3g and a shared NTFS partition (and making sure Windows is shutdown and not hibernated before I mount the partition from Linux.) Currently my desktop PC runs Windows (for vidya) and my laptop runs Linux, which is fine.

>>62064742
F
>>
File: 1497427534954.png (163KB, 700x700px) Image search: [Google]
1497427534954.png
163KB, 700x700px
>>62064742
>>
>>62064505
I will but I'm always put off because some devs are shitty about PRs
>>
>>62064452
>>62065111
default hw decode on won't fly, don't waste your time
>>
>>62065186
Why not? Why can't it gracefully degrade somehow?
>>
>>62065206
There are lots of shitty drivers and lots of different hw accel methods out there, it will create headache. You can't figure out if it is decoding erratically or not programatically, hw decoders are blackboxes usually
>>
>>62063928
>unironically hating commie
>>
Why are the scripts that cut part of the video without re-encoding inaccurate, but if you use a script to convert it to webm it's frame perfect? I'm trying to cut parts of videos without converting them but often it will be seconds out.
>>
>>62065652
you can usually only split on keyframes without reencoding
>>
>>62064452
hwdec=no is the best though
>>
>>62065652
>precise start/stop time
>without re-enconding
pick one
>>
You guys weren't memeing, this thing is great. Only one that doesn't fuck up subtitles or tear on [spoiler]Gnome[/spoiler]
>>
>>62065611
Commie is very good when they actually care about the show, but if not you better like memesubs.
>>
File: mpv_2017-08-25_02-40-45.png (1MB, 593x951px) Image search: [Google]
mpv_2017-08-25_02-40-45.png
1MB, 593x951px
>>62063907
>>
File: 1482420783577.jpg (315KB, 2560x1440px) Image search: [Google]
1482420783577.jpg
315KB, 2560x1440px
Is it possible to hide the volume bar, so I only have the Numbers and % at the top left?
>>
>>62067353
no-osd-bar in your config
>>
>>62067391
That's perfect, thanks
couldn't find it in the manual
>>
Rate my config
cscale=NGU AA Medium
scale=Jinc AR LL
dscale=SSIM2D 100% AR LL
prescale=NGU AA Very High

:=)
>>
>>62068627
hehe well meme'd lad
>>
>>62068627
Is this actually good?

I'm too scared to try it.
>>
>>62068685
You need at least Vega 56 for that config!
>>
What haasn wants Vega GPU for?
>>
>>62068763
so he can more easily optimize mpv for AMD users as well as Nvidia?
>>
>>62045725
>>62046052
Bumping my question, anyone know a solution?
>>
>>62068786
But he already has RX 560!
>>62068807
It works out of the box. You probably have some setting in your config disabling it or outdated mpv.
>>
>>62068837
Using latest shinchiro build, and this is my config. Scripts that I'm using are autoload, betterchapters, skiptofade, and stats.

# video
profile=opengl-hq
scale=ewa_lanczos
#cscale=ewa_lanczos
cscale=haasnsoft
dscale=mitchell
hwdec=no
opengl-backend=dxinterop
#opengl-shaders="~~/SSimSuperRes.glsl;~~/KrigBilateral.glsl;~~/antiring.hook"
opengl-shaders="~~/ravu-r3-smoothtest1.hook"
#icc-profile-auto
framedrop=no


# interpolation
video-sync=display-resample
#interpolation=yes
tscale=oversample
blend-subtitles=no


# cache
cache=yes
cache-default=500000
cache-backbuffer=25000
cache-initial=0
cache-secs=10

# window
resume-playback=yes
keep-open=always
border=yes
fs=yes #fullscreen
script-opts=osc-layout=box
autofit=75%

# language
demuxer-mkv-subtitle-preroll
slang=eng,en,enUS,en-US


#audio
alang=jpn,jp,eng,en,enUS,en-US
volume-max=150

#screenshots
screenshot-format=png
screenshot-template="%f"
screenshot-png-compression=9
>>
>>62068885
>
keep-open=always

Remove that... How hard it is just to look at the manual?
>>
>>62068885
You really need to stop copy-pasting shit you don't understand into your config.
>>
>>62068763
Upgrade from my GTX 970, and so I can use free drivers. Ideally I want to use it as my new daily driver. RX 560 is too slow for that.
>>
Is SMPlayer a good front-end? Because I can't configure mpv for shit
>>
File: 1478277267836.png (45KB, 778x512px) Image search: [Google]
1478277267836.png
45KB, 778x512px
gib vulkan
>>
How the hello do these threads even continue to exist.

Just watch your fucking anime, kiddos. Those last few bits of config optimization won't make you enjoy it any more or less, and the studios don't give a shit about pixel fidelity anyway.
>>
>>62038538
How much do they pay you to make these theads?
>>
>>62070001
I get paid in epeen and flawless anime playback.
>>
>>62040134
I had config settings that I now put in /etc/mpv/mpv.conf and they work right.

I was originally told to put them in /etc/mpv/lua-settings/osc.conf
dont know if that will help you out at all
>>
>>62069773
autism.
seriously its just autism.
>>
>>62070191
welcome to 4chan
>>
>>62070224
no I'm not making fun. autism is what makes this place fun and somewhat genuine.
>>
>>62069773
>>62070001
>>62070191
there is no need to be upset
>>
>>62069773
>Just watch your fucking anime, kiddos.
Just dont come into those threads if you dont like them.
>>
>>62070021
autism isnt enough motivation to actively shill a computer program all day every day for years..
your obsession would be anime, not the player. They player would have to be cozy, but that wouldnt lead you to this level of shilling
>>
>>62070247
I've been browsing /g/ for a long long time and I'm still amazed that there's always an mpv thread. It's a god damn video player.
>>
>>62039891
>>62039909
>>62039942
>>62040134
>>62070074

Scripts go in: ~/.config/mpv/scripts/

You also need to add: script="~~/scripts/SCRIPT_NAME.lua" to mpv.conf

If a script doesn't work, then your version of mpv is probably too old.
>>
>>62070288
There is always something to discuss thanks to very active development and crazy amount of settings, meme shaders, scripts, etc. I also always try to help newbies.
>>
>>62070249
Jokes mate.
I can't speak for anyone else, nor am I the one making these threads, but I enjoy following mpv's development. I am legitimately more interested in video itself than anime (and that goes well beyond mpv).
>>
>vulkan support coming to windows
>tfw won't be able to use it because intel
>>
>>62070406
>vulkan support coming to windows
Why not, isn't there an intel implementation of vulkan on windows? We do have one on linux so I'd be surprised.
>>
What kind of config should I use for my kungfu movie? Don't think my current one is doing it all that well
>>
>>62070534
sharpen=100000000
>>
File: 1503336438913.png (128KB, 600x497px) Image search: [Google]
1503336438913.png
128KB, 600x497px
>>62070549
>>
>>62070534
Depends on which movie.
>>
>>62070489
I was under the impression they weren't going to add windows vulkan support for much stuff in order to shill directx or sell more processors. Looks like they might have changed that though.
>>
File: 1448077571292.jpg (59KB, 408x439px) Image search: [Google]
1448077571292.jpg
59KB, 408x439px
lachs0r or shinchiro now that lachs0r finally started posting builds again
>>
>>62070587
karate kid
>>
Speaking of vulkan, can somebody run the vkmark benchmark and post the results?
I'm getting an overall score of 5100 on an intel hd 530.
https://github.com/vkmark/vkmark
>>
>>62070637
>shinchiro
shinchiro
>>
>>62049994
>>62050054
>>62050113
Fuck off to reddit with your shitty memes
>>
File: file.png (30KB, 1110x131px) Image search: [Google]
file.png
30KB, 1110x131px
#############
# Video #
#############

scale=ewa_lanczossharp
cscale=ewa_lanczossoft
tscale=mitchell
temporal-dither
blend-subtitles
opengl-pbo
target-prim=bt.709
target-trc=bt.1886
gamma-auto
icc-profile-auto
icc-3dlut-size=256x256x256

hwdec=auto-copy
video-sync=display-resample

#Helps with 4k rendering
vd-lavc-dr=yes
opengl-backend=dxinterop


#############
# Audio #
#############

#ao=wasapi:exclusive
alang=jp,jpn,en,eng

#############
# Cache #
#############

#cache=auto
cache-default=102400
#cache-file="F://Temporaire//MPV/cache"

#############
# Subtitles #
#############

slang=fr,en,eng
demuxer-mkv-subtitle-preroll # try to correctly show embedded subs when seeking
sub-auto=fuzzy # external subs don't have to match the file name exactly to autoload
embeddedfonts=yes # use embedded fonts for SSA/ASS subs
sub-ass-force-style=Kerning=yes # allows you to override style parameters of ASS scripts

# the following options only apply to subtitles without own styling (i.e. not ASS but e.g. SRT)
sub-font="Source Sans Pro Semibold"
sub-font-size=52
sub-color="#FFFFFFFF"
sub-border-color="#FF262626"
sub-border-size=3.2
sub-shadow-offset=1
sub-shadow-color="#33000000"
sub-spacing=0.5

#############
# OSD #
#############

script-opts=osc-vidscale=no,osc-scalefullscreen=1.5,osc-scalewindowed=1.2,osc-layout=bottombar,osc-seekbarstyle=bar
no-border
ontop
osd-duration=5000


#############
# Misc #
#############
save-position-on-quit

# [SCREENSHOTS]
screenshot-format=png
screenshot-png-filter=0
screenshot-png-compression=4
screenshot-template="F://Temporaire//mpv_screenshot%n"


[extension.webm]
loop-file=yes


Why do I have an option not found when this option is clearly present in the manual?
>>
>>62071305
Update your mpv.
>>
What is the best Linux DE to use with mpv? Or it doesn't really matter? I'm new to Linux.
>>
>wiki
>manual
>scripts
>configs
>whatever else
why should i ever pick it over apt-get install mplayer?


>>62070001
he does it for free, obviously. it's foss, free open source shilling
>>
>>62068885
>
cscale=haasnsoft

yikes
>>62069583
It's fine I guess from what I heard, don't know the downsides though.

Here is a list https://github.com/mpv-player/mpv/wiki/Applications-using-mpv#gui-frontends
>>62070380
Actually no, mot of the threads are shitposting and helping people with config and rarely sometimes development.
>>62070637
lachs0r is stable and rarely updates
shinchiro updates almost every week even if unstable
I suggest shinchiro but if you are not going to update much stay with lachs0r.
>>62071305
>
tscale=mitchell

>
cscale=ewa_lanczossoft

yikes
>>
File: 08313983.jpg (2KB, 126x103px) Image search: [Google]
08313983.jpg
2KB, 126x103px
>>62073842
>yikes
>yikes
>>
>>62073842
>yikes
WRONG
>>
>>62073842
>yikes
Not an argument.
>>
Is there a GUI bookmarks script yet?
It's the only feature I'm missing since abandoning MPC.
>>
>>62073842
>spline36 retard is back
>>
Anything missing/outdated here?
I mostly watch Chinese cartoons.

#Video
profile=opengl-hq
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
tscale=oversample
interpolation
video-sync=display-resample
opengl-shaders="~~/shaders/SSimDownscaler.glsl;~~/shaders/SSimSuperRes.glsl"
>>
>>62074110
What do you need bookmarks for?
>>
>>62074166
So I can continue from where I left off without having to find and double click on the file.
>>
>>62074197
Add "save-position-on-quit" to your config or press shift+Q.
>>
>>62074221
I already have.
I still have to find the specific episode I was on last.
>>
>>62074113
I am using nearest
>>62074235
You mean a gui with a list of last played?
>>
>>62074235
If you use a playlist instead of playing a single file, the save-position shit will also save your position in the playlist
>>
>>62074450
>You mean a gui with a list of last played?
wtf, just use your terminal's history!
>>
>>62070666
>vkmark
doesn't build for me, it says it needs vulkan.hpp which doesn't exist on my system? (I only have vulkan.h)
>>
I'm pretty ignorant of this player, exactly why should I go through the motions and install then configure it when there are other players available? What are the advantages?
>>
>>62074450
I'd like to be able to push a button to save a file's position to a list, and then later be able to select it from a GUI with said list.
I'll probably have to make it myself.

>>62074456
I'm using the script that adds whatever is in the directory you open to the playlist. I don't think the list is saved somewhere after closing mpv.
>>
>>62074589
Instead of using that script, why not just open the entire directory in mpv? Then it's considered a playlist and you can use the save-position feature.
>>
>>62074535
>What are the advantages?
If you have to ask, forget about it.
>>
>>62074150
Drop the meme shaders and don't use lanczossharp for cscale
>>
File: 87907583920.jpg (13KB, 352x395px) Image search: [Google]
87907583920.jpg
13KB, 352x395px
>>62038538
>Not just using MPC-BE
>>
>>62075395
>Drop the meme shaders
You mean stop using mpv?
>>
File: 1493221188881.png (644KB, 887x514px) Image search: [Google]
1493221188881.png
644KB, 887x514px
how do i make it so the seekbar things at the bottom only shows when i move my mouse to that location? right now it's showing whenever the mouse is in the window and its making fapping hard cause when i seek with the scroll wheel, the mouse moves a little and it brings up the osc and its ruining my fappy time
>>
>>62076075
script-opts=osc-deadzonesize=1
>>
>>62076153

thx got it
Thread posts: 334
Thread images: 41


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.