No worries, first time I've seen it, like I said UAGC handled, just had to do Mac building manually which isn't a big deal.Yeah, Ren'Py SDK v8.1.1 was released 2 days ago. I'll gonna add it in next UAGC version (but don't expect it very soon).
I have only used cwebpUAGC v2.4.9 (install it on UAGC version 2.4.8):
You must be registered to see the linksYou must be registered to see the linksYou must be registered to see the links
For RenPy compressor added SDK v8.1.1/7.6.1 Mac building support (don't forget to install 'em 1st) and added experimental avif images (using nconvert) and AV1 video (using SVT-AV1, tested with CRF mode only) encoding support, quality settings for its could be a bit tricky for some1 but thats how it works so try with default settings at 1st.
In compression progress tool window added CPU + RAM usage info.
View attachment 2699571
Can u post link to the game (maybe it had 4k res?) with what u had problems with h265nvenc? For now I can only sugest not to use ultrafast ffmpeg for nvenc and especially for av1 coz SVT encoder burns Intel CP pretty well even without it.Hey Mega I plugged back in my 2080 to do some CUDA related work I obvously can'r do with the 7900xt so I decided kill 2 birds with one stone and clean up some of my porn game collection with your great UAGC but anyways I compressed a few games video heavy ones with H265nvenc at ffmpeg0 and it was utilitzing GPU everything seemed fine but then i looked into the files and half maybe more of the videos were 0kb just skipped or unencoded? and the quality of the ones that were was awful? Again i had it set at what i assume equals p7 and crf 35 but it was giant macro-blocks so I am puzzled? i tried avif/av1 u added and it burnt my 9900k to the ground bsod 200 watts but that be my fault avx I had voltage maybe wrong idk but hows that supposed to work anyways compared to av1 feature u already had added? Thanks again just great work as always!
Bud, you think maybe you can make your comments more understandable?yeah again it was some of the bigger games in my porn game folder ha. one was the Family life renpy remake it's like 11 gigs of videos lms midnight paradise did the same thing had to toss it. so you think combing ultrafast and h265 nvenc is what caused it to skip or not process vids? Ill test one again and make a backup copy first and same with svt- i dont think it was doing anything wrong just overloaded my computer but ill look into it now and thanks. nvenc at p7 yuv444p16 with la 32-bfrane-6- reference b each-adaptive quant spatial is as good as any software encoder now its impressive mega im on driver 536.25 modded quadro rtx driver i doubt that would play a part but throwing it out there
Had to toss it because some of the videos were 0kb i.e. not converted but uagc had finished and deleted originals. Sorry man thats some heavy nerding out tech talk mega will get what i mean by that stuff-but those are encoding parameters for the Nvidia hardware encoding chip which vastly increase the quality. like for instance if u tune the nvenc encoder like i said above u can take a vp9 cut it in half and lose zero quality and doesnt take long at all to do.Bud, you think maybe you can make your comments more understandable?
Like what is the issue with Midnight Paradise that is so dire you had to toss it?
Had to toss it because some of the videos were 0kb i.e. not converted but uagc had finished and deleted originals. Sorry man thats some heavy nerding out tech talk mega will get what i mean by that stuff-but those are encoding parameters for the Nvidia hardware encoding chip which vastly increase the quality.
Maybe nightly version coz onmegalol, found a game today using (8, 1, 2)
Probably this is more of the details.Maybe nightly version coz onYou must be registered to see the linksthere are still 8.1.1 in releases as latest version.
# Version numbers.
try:
from renpy.vc_version import official, nightly, version_name, version
except ImportError:
import renpy.versions
version_dict = renpy.versions.get_version()
official = version_dict["official"]
nightly = version_dict["nightly"]
version_name = version_dict["version_name"]
version = version_dict["version"]
official = official and getattr(site, "renpy_build_official", False)
VersionTuple = namedtuple("VersionTuple", ["major", "minor", "patch", "commit"])
version_tuple = VersionTuple(*(int(i) for i in version.split(".")))
# A string giving the version number only (8.0.1.123), with a suffix if needed.
version_only = ".".join(str(i) for i in version_tuple)
if not official:
version_only += "+unofficial"
elif nightly:
version_only += "+nightly"
I think better check 1st 3 lines of log.txt file, for example:Probably this is more of the details.