This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Need Help with jaggy lines
#1
Hi guys,

I am new here.

Two Things i wanna ask.

1)How to fix jaggy lines of anime clip attached herewith.

2) I cant able to find scunet and basic vsr++ in hybrid installed in vs filters section. why?


Attached Files
.rar   test.rar (Size: 4,99 MB / Downloads: 14)
Reply
#2
Regarding 1: those are dow crawlers, try DeCrawl->LUTDECrawl
With default settings:
[Image: grafik.png]
try tweaking the settings.

Regarding 2: BasicVSR++ requires you to install the torch-addon. SCUNet is available through the torch- and the vs-mlrt-addon. => you need to install the addons to use these. (both addons are way to large to ship them directly with Hybrid)

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#3
Side note: the file extension on that file wrong. It's not a .mp4, but a .mkv file, feeding Hybrid mislabed files might cause problems.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#4
Sorry my mistake. Changed the extension to. mp4 because i couln't able to upload here. Forgot to change back before adding to rar.

Thanks.
LUTDECrawl helps.
Any other suggestions to clean the video and to stop video shaking.
Can you guide me how to install addon. Is there any separate thread?
Reply
#5
Photo 
Selur sir please help me.

How to fix unstable lines and color bleeding marked in below image.

https://ibb.co/VWv9bBMJ

Clip also added.


Attached Files
.rar   test2.rar (Size: 2,88 MB / Downloads: 15)
Reply
#6
Quote: Can you guide me how to install addon. Is there any separate thread?
Read the README.md in the GoogleDrive share.

For both clips:
To reduce shaking, use Stab with range=3 and crop after that to get rid of black bars, Stab added to compensate for the movement.
(2 pixels at top and left worked fine here)
There is also some distortion in the lower quarter of the image sometimes, which you probably won't get rid of.
I would also add sRestore with Frate=23.976 (and Omode=6) to get rid of some of the ghostings.

Santiag can help with the aliasing.
aWarpSharp with Chroma on chroma planes only should help with the chroma bleed. Alternatively 1x_BleedOut_Compact_300k_net_g either through VSGAN or vsMLRT for the color bleed.
Depending on your liking, you can also add BasicVSR++ (maybe just masked to filter the edges)
I would also add DeHalo_Alpha to get rid of most of the white halos.
Note that is you filtering this way is slow. Smile
Script: https://pastebin.com/2reuBbz4
Files: https://www.mediafire.com/folder/nq8yx4m...lltogether
Additionally, using something like SMDeGrain or TemporalDegrain with DCT=1 might additionally help to stabilize the image.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#7
Thanks a lot.

But BasicVSR++ showing error

Failed to evaluate the script:
Python exception: basicvsrpp: model file has not been downloaded. run `python -m vsbasicvsrpp` to download all models, or set `auto_download=True` to only download the specified model
Traceback (most recent call last):
File "src\\cython\\vapoursynth.pyx", line 3387, in vapoursynth._vpy_evaluate
File "src\\cython\\vapoursynth.pyx", line 3388, in vapoursynth._vpy_evaluate
File "C:\Users\green\AppData\Local\Temp\tempPreviewVapoursynthFile19_53_33_125.vpy", line 44, in
clip = BasicVSRPP(clip=clip, model=4)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Hybrid\64bit\Vapoursynth\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsbasicvsrpp\__init__.py", line 148, in basicvsrpp
raise vs.Error(
vapoursynth.Error: basicvsrpp: model file has not been downloaded. run `python -m vsbasicvsrpp` to download all models, or set `auto_download=True` to only download the specified model
Reply
#8
Fixed that yesterday iirc. either redownload the torch addon or open an admin terminal inside the Vapoursynth folder and call:
python -m vsbasicvsrpp
to fix it.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#9
Error coming even after reinstalling hybrid and replacing VS folder.

Failed to evaluate the script:
Python exception: basicvsrpp: model file has not been downloaded. run `python -m vsbasicvsrpp` to download all models, or set `auto_download=True` to only download the specified model

Traceback (most recent call last):
File "src\\cython\\vapoursynth.pyx", line 3387, in vapoursynth._vpy_evaluate
File "src\\cython\\vapoursynth.pyx", line 3388, in vapoursynth._vpy_evaluate
File "C:\Users\green\AppData\Local\Temp\tempPreviewVapoursynthFile23_02_18_623.vpy", line 38, in
File "C:\Program Files\Hybrid\64bit\Vapoursynth\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsbasicvsrpp\__init__.py", line 148, in basicvsrpp
raise vs.Error(
vapoursynth.Error: basicvsrpp: model file has not been downloaded. run `python -m vsbasicvsrpp` to download all models, or set `auto_download=True` to only download the specified model

2025-01-31 23:04:22.100
[VSE Server]: incoming connection
[VSE Server]: ConnectedState
[VSE Server]: socket is ready to be read
[VSE Server]: connection open: true
[VSE Server]: connection readable: true
[VSE Server] - Message received: changeTo ### C:\Users\green\AppData\Local\Temp\tempPreviewVapoursynthFile23_02_29_774.vpy ###
2025-01-31 23:04:22.365
Failed to evaluate the script:
Python exception: basicvsrpp: model file has not been downloaded. run `python -m vsbasicvsrpp` to download all models, or set `auto_download=True` to only download the specified model
Traceback (most recent call last):
File "src\\cython\\vapoursynth.pyx", line 3387, in vapoursynth._vpy_evaluate
File "src\\cython\\vapoursynth.pyx", line 3388, in vapoursynth._vpy_evaluate
File "C:\Users\green\AppData\Local\Temp\tempPreviewVapoursynthFile23_02_29_774.vpy", line 38, in
clip = BasicVSRPP(clip=clip, model=7)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Hybrid\64bit\Vapoursynth\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsbasicvsrpp\__init__.py", line 148, in basicvsrpp
raise vs.Error(
vapoursynth.Error: basicvsrpp: model file has not been downloaded. run `python -m vsbasicvsrpp` to download all models, or set `auto_download=True` to only download the specified model
Reply
#10
You did use: VapoursynthR70_torch_2025.01.30.7z right? (that is the updated torch where this should be fixed,..)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)