droner
я там тебе в почту написал
You are not logged in. Please login or register.
SmoothVideo Project → Posts by Chainik
droner
я там тебе в почту написал
включается 13-й если хуже чем порог m1
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
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.
> 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
> 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":"") + ")");
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
SmoothVideo Project → Posts by Chainik
Powered by PunBB, supported by Informer Technologies, Inc.