TechnoMasterBoy

Results 20 comments of TechnoMasterBoy

If you're using a 4x model, you're not supposed to change the scaling to anything else than 4x. If you want something else than 4x, either use a different model...

> Where do I find 2x, 8x, etc.? You won't find any official ones, but you can find custom models here: https://upscale.wiki/wiki/Model_Database But that requires you to mess with python...

Another thing that could speed up the process is to not upscale completely black/white frames. Simply resize them. Though I feel like duplicate frames would give significantly bigger boost in...

> your tool does not work just create a video from bad frames creating a video out of phase with the audio You not knowing how to use it doesn't...

> > > your tool does not work just create a video from bad frames creating a video out of phase with the audio > > > > > >...

> nobody has used this tool well because there are only complaints in your post about how badly it works the only one who says that it works is you...

./realesrgan-ncnn-vulkan.exe -i input.jpg -o output.png This is telling you to input whatever filepath you have infront of realesrgan-ncnn-vulkan.exe There's nothing wrong with it. If you've already navigated to it, you...

> I sell the fixed tool the fixed version does not suffer from lags with the audio Imagine trying to sell something that is free because of issues that you...

> ffmpeg -r 25.000 -i "D:\work\tmp\out_frames\frame%%08d.jpg" -c:v libx264 -r 25.000 -pix_fmt yuv420p "D:\work\output%%G.mkv" ffmpeg -r 25/1 -start_number 0 -i %%6d.png -preset veryslow -pix_fmt yuv420p -x264-params bframes=16:merange=24:no-fast-pskip=1:rc-lookahead=120:subme=11:aq-mode=2:open-gop=1 -refs 1 -crf 15...

> @TechnoMasterBoy thx for improof :) [kiam001/Upscale-bat-file@1cb68ef](https://github.com/kiam001/Upscale-bat-file/commit/1cb68eff927a91a076b7dc4ee84d99e46b2b5c0c) Nice. Btw I saw the -vf scale=1920x1080 You can set ESRGAN to upscale 2x or 3x instead of 4x, unless you need 4x...