Georg Pelz
Georg Pelz
https://mmagic.readthedocs.io/en/stable/model_zoo/video_super_resolution.html lists some other models, any plans to support these?
I tried using RIFE with TRT_RTX: ``` # Imports import vapoursynth as vs # getting Vapoursynth core from fractions import Fraction import logging import site import sys import os core...
when calling: ``` mediainfo --Language=en --Full "G:\TestClips&Co\sample.mts" ``` (removing '--Language=en --Full' doesn't change anything) MediaInfo never returns. here is a link to the mts file: https://drive.google.com/file/d/1791kgFOMpbXFqx5RNjXvmfiWuxSTf5fq/view?usp=sharing (~50MB)
Would be nice if `vsrepo.py -t darwin-aarch64 available` would just list the plugins which are actually available for `darwin-aarch64`, so that one wouldn't have to try each plugin to just...
``` cmake -DCMAKE_BUILD_TYPE=Release -DTSMUXER_STATIC_BUILD=TRUE \ "-DFREETYPE_LDFLAGS=bz2;$(brew --prefix)/lib/libpng.a" -DTSMUXER_GUI=TRUE \ -DWITHOUT_PKGCONFIG=TRUE -DQT_VERSION=$qtver .. ``` should be: ``` cmake -DCMAKE_BUILD_TYPE=Release -DTSMUXER_STATIC_BUILD=TRUE \ "-DFREETYPE_LDFLAGS=bz2;$(brew --prefix)/lib/libpng.a" -DTSMUXER_GUI=TRUE \ -DWITHOUT_PKGCONFIG=TRUE -DQT_VERSION=$qtver ../.. ```
Could you release a new version, since the old descale.py does not work with the newer Vapoursynth releases and the current descale.py does not work with the dll from 2022....