1,426

(84 replies, posted in Эксплуатация SVP)

droner
я там тебе в почту написал

включается 13-й если хуже чем порог m1

1,428

(3 replies, posted in Using SVP)

yeah, working on it...
in the meantime you can just take an "official" build: https://sourceforge.net/projects/mpv-pl … z/download
but you may need to turn off secure connection in the Plex server's settings for this build to work
otherwise I get a "unknown error" message on my rig

===

you can update now via SVP's updater

1,429

(2 replies, posted in Using SVP)

The thing is SVP doesn't even know the total number of frames when transcoding cause mpv doesn't provide this value to the Vapoursynth filter.
So even if mpv is actually losing the last frame - there's nothing we can do about it.

BUT there could be another reason - look through the transcoding log, do you see any warnings like "Invalid video timestamp" or "non-strictly-monotonic PTS" ?
If the source reports zero frame duration for some frame then the output frames durations will also be zero, leading to these warnings, and I'm not sure what will happen next with those frames in the encoder.

1,430

(14 replies, posted in Using SVP)

> Do I have something configured wrong in SVP causing it to change the video from 10-bit to 8-bit?

dunno... show SVP's log

1,431

(14 replies, posted in Using SVP)

> But, turning on dithering seems to have fix the problem anyway!

... which means you aren't using 10-bit output actually

> Perhaps there is some way to only enable that setting if it is a 10-bit video?

as a quick fix:

    AVS.push("ConvertBits(" + (media.p10 === true ? 16:8) + (media.src_fmt.endsWith("10") ? ", dither=0":"") + ")");

1,432

(1 replies, posted in Using SVP)

no way

1,433

(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,434

(4 replies, posted in Using SVP)

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

1,435

(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,437

(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,438

(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,440

(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,441

(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,442

(9 replies, posted in Using SVP)

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

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

1,444

(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,446

(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,447

(3 replies, posted in Using SVP)

and your question is... ?

1,448

(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,449

(15 replies, posted in Using SVP)

trudhd isn't allowed in mp4

this probably means out of memory