no way
You are not logged in. Please login or register.
SmoothVideo Project → Posts by Chainik
dunno, I can't see any banding in 10-bit mode
---
note that by default SVP only allows 10-bit output up to 72 fps (because of performance issues)
---
btw I just found that 10-to-8-bits conversion (if required) is made w/o dithering, it's probably a good idea to enable it
SVP 4\scrips\generate.js, line 356, replace
AVS.push("ConvertBits(" + (media.p10 === true ? 16:8) + ")");
with
AVS.push("ConvertBits(" + (media.p10 === true ? 16:8) + ", dither=0)");
or "dither=1"
If 0, add ordered dither;
If 1, add error diffusion (Floyd-Steinberg) dither doom9
you need to go to the video renderer settings and choose madVR
it will install and register madVR and enable it in the MPC-HC player
fixed in 0.9.4
> I didn't make that connection till I saw
he is using ffdshow, not AVSF, and ffdshow doesn't support 10-bit at all
could you share this sample? (torrent/magnet url is good too)
10-bit encoding? if yes, then check SVP -> App. settings -> Add. options -> Allow output in 10-bit color depth
note that 10-bit output doesn't work with EVR renderer
indeed... I remember I fixed this months ago, but it appears my changes to AVSF were lost for some reason
it definitely works on 20xx
regarding 30xx there's possible an error on our side, but I just can't get a 30xx card right now - you know why paying $1500+ for a 3070 looks unreasonably too much
download, build, install...
you probably shouldn't install not-yet-released Ubuntu if you don't know how to build things
"обрезка", очевидно, кадр обрезает, уменьшает его площадь в пикселях
VLC is not a native app, thus you need a x86-homebrew installation
===
ah, my bad, there's already a native 3.0.12.1
anyway we have to update SVP first to support this version
потому что тут важен общий поток "выходных данных" ~ ширина*высота*кадровая_частота
if you uncheck everything it will only install (update) vc++ redistributables
however "svpflow" package will also install Avisynth+ and ffdshow, which you can uninstall via Windows' "Add or remove programs"
and your question is... ?
if you want to change video container type, ensure all the source codecs are supported in the target container
trudhd isn't allowed in mp4
this probably means out of memory
mp4 doesn't support many of audio/subs formats
check log for details
> Do I need to change that?
if you're actually running /usr/bin/mpv - what do you think?
mpv's path is in All settings -> main.setup.player
and installed where? are you sure /usr/bin/mpv is _this_ version you just built?
> How do I make sure mpv correctly discovered and installed VS?
check the mpv's configure output while building...
you have to _build_ mpv after installing all of these stuff
там обновиться можно, вроде пофиксили...
SmoothVideo Project → Posts by Chainik
Powered by PunBB, supported by Informer Technologies, Inc.