1,276

(1 replies, posted in Using SVP)

no way

1,277

(14 replies, posted in Using SVP)

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

1,278

(4 replies, posted in Using SVP)

you need to go to the video renderer settings and choose madVR

1,279

(4 replies, posted in Using SVP)

it will install and register madVR and enable it in the MPC-HC player

fixed in 0.9.4

1,281

(14 replies, posted in Using SVP)

> 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)

1,282

(14 replies, posted in Using SVP)

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

1,284

(4 replies, posted in Using SVP)

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 big_smile paying $1500+ for a 3070 looks unreasonably too much

1,285

(9 replies, posted in Using SVP)

download, build, install...

you probably shouldn't install not-yet-released Ubuntu if you don't know how to build things hmm

1,286

(9 replies, posted in Using SVP)

https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa

hmm
"обрезка", очевидно, кадр обрезает, уменьшает его площадь в пикселях

1,288

(9 replies, posted in Using SVP)

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

потому что тут важен общий поток "выходных данных" ~ ширина*высота*кадровая_частота

1,290

(3 replies, posted in Using SVP)

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"

1,291

(3 replies, posted in Using SVP)

and your question is... ?

1,292

(15 replies, posted in Using SVP)

if you want to change video container type, ensure all the source codecs are supported in the target container

1,293

(15 replies, posted in Using SVP)

trudhd isn't allowed in mp4

this probably means out of memory

1,295

(15 replies, posted in Using SVP)

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

там обновиться можно, вроде пофиксили...