hi michie! okay so i have a problem. i downloaded my ts file and tried to run it through normalwebmrange but it never opened my resizer. i tried to run it through different bats but none of them worked. the resizer never opened what do I do?
Oh yikes I’m not sure how I missed this ask. I’m so sorry for the long wait. Not sure if you even need help anymore, but this might happen because you haven’t set a default browser to upen html files. To fix this, find the resizer.html file in the temp folder and open it. Make sure you set a default browser to open the file. Now when you run one of the bat files it should work fine. I hope this helps!
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
âś“ Live Streamingâś“ Interactive Chatâś“ Private Showsâś“ HD Qualityâś“ Free Actions
Free to watch • No registration required • HD streaming
Hi can you make a denoise filter for avisynth like vapoursynth ? Please :/
Hi! I've watched a few Vapoursynth videos and saw that the KNLMeansCL denoiser is used in it. Unfortunately, you can only use this denoiser with Avisynth 2.6 or Avisynth+; However, you can easily update Avisynth!
In this reply, I will show you how to Install and use Avisynth+ and KNLMeansCL.Â
*NOTE: This explanation assumes you already have Avisynth 2.58 installed using this tutorial*
You will need:
Avisynth+ from hereÂ
KNLMeansCL from here
AvsPmod’s library.zip file from here
Installing Avisynth+ and KNLMeansCL:
There is a newer version of Avisynth+, but I will be showing how to use this version of Avisynth+ because I’ve tested it heavily.
Step 1: Updating Avisynth-
When you get to the AVS+ download page, scroll to the assets dropdown and click on the latest release’s EXE file. Click on the one that includes “vc_redist”.
Once you download it, run the installer. When it asks if you want to keep your old version of Avisynth, make sure the option that preserves your old Avisynth is selected. This way, you will still be able to install plugins to the Avisynth 2.5 plugins folder.
Step 2: Installing KNLMeansCL -
Once you download KNLMeansCL, unzip the file and copy the KNLMeansCL.dll file to the plugins folder here: C:/Program Files (x86)/AviSynth 2.5/plugins.
Step 3: Fixing the AvsPmod Error-
For some reason AvsPmod will show an error once you install Avisynth+, but this can be fixed with the library.zip file you downloaded!
Place the library.zip file in the C:/video/AvsPmod/lib folder. DO NOT UNZIP IT. Now when you run AvsPmod no errors should pop up.
Step 4: Using KNLMeansCL-
Run your normal Avisynth process. After you paste your settings from the resizer into AvsPmod, paste the KNLMeansCL settings you would use in Vapoursynth after debilinear/resamplehq and after (or before) your fine sharpening.
If you are confused on what settings to use, look at KNLMeansCL's official wiki
Adjust the last number (1.2) to control the strength. Lower values weaken the denoising and higher values strengthen the denoising.
Place this code in your script whenever you want to use it : )
*NOTE: KNLMeansCL has a few requirements to run properly, but they should already be automatically installed on your computer. You can view these requirements here if you face any errors. You probably won’t get any, but message me if any errors pop up*
*Optional* Adding KNLMeansCL to the Resizer:
I understand that it may be easier to just copy code from the resizer, so I have altered the resizer to include this feature.Â
*NOTE: I would save the old resizers somewhere safe before replacing them :)*
If you are using brandinator's resizer-
Download the edited resizer from here and place it in C:/video/temp. Now the resizer will look like this:
If you are using my Avisynth multiple resizer scripts-
Download the edited template from here and place it in C:/video/MultipleResize. Now the next time you run one of the scripts the resizer will look like this:
*NOTE: The new resizer is set up so that you control the strength of KNLMeansCL’s default settings which is knlmeanscl(1,2,4,1.2). If you want to change it, just open the resizer.html/HtmlTemp.txt file in notepad, search for knlmeanscl, and change 1,2,4 to your 3 values. Example: changing 1,2,4 to 0,4,6. Check the official wiki to understand what the first 3 values do.*
I really hope this helped you. I am terribly sorry for the long delay in response; I had to make sure I tested this thoroughly : )
The library.zip and the resizers can be found in my Tutorial Resource Folder
hi!! my multipleresizer tends to not gif portrait sized gifs (e.g videos from ig stories, portrait videos) cuz when i click the second gif in the chrome editor it tends to go out of bounds with the video and whenever i input the code at avspmod it dosen't seem to get the right size :( is there any way to fix this?
Hello I am super sorry for the late response. Please forgive me! Yes that is a bug unfortunately. All you have to do is right click somewhere on the gray background and click "Reload Frame"
The resizer should go back to normal for that video and you can resize and crop normally. Reloading the frame won't mess with settings you made for other scenes! Make sure you do this for all the scenes that look weird in the resizer.
*NOTE: Try to make sure that the width and the height in your output code are even numbers to avoid errors. Example: if the code is resamplehq(353,629,srcmatrix="TV.709") or debilinear(353,629), try to resize your video to something even like resamplehq(354,632,srcmatrix="TV.709") or debilinear(354,632)*
This video will show you how to use my scripts to convert, resize, and crop multiple videos/scenes at once with avisynth. This is not a tutorial on how to make gifs in photoshop.Â
My scripts are adaptations of Brandinator’s original resizer set up. These adaptations fix a lot of the errors people would get before i.e “No video sequence header found”, allow you to cut multiple gif scenes in a fraction of the usual time, and introduce some new features to the resizer!
Before Watching:
Have Avisynth installed with the video and plugin folder from this post.
*Optional* review original setup post (This may be hard to understand)
Have an understanding of how to use Avisynth (Watch Brandinator’s Tutorial or Mine )
Download the Multiple Resize Zip Folder
Please give me feedback! If you would like a more in depth tutorial on any of my scripts, please let me know. If you get stuck, feel free to ask me any questions :-)
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
âś“ Live Streamingâś“ Interactive Chatâś“ Private Showsâś“ HD Qualityâś“ Free Actions
Free to watch • No registration required • HD streaming
do you know if there is anyway to denoise videos with avisynth or anything similar to that? my photoshop takes too long to denoise with topaz denoise / even smart sharpen, so i was looking for an alternative to make my giffing process way faster… ;-;
Hey! I feel your pain! Takes forever for me too. Yes there are many ways to denoise using avisynth! all you need to do is find the right one. Here is a link to some denoisers: x.Â
All you would need to do is put the .dll files or whatever comes downloaded in the Avisynth plugins folder, and then add the code to your avs script :) You would have to read up on the best practices for the plugin you choose.
KNLMeansCL seems like a popular one, but I have never used any denoiser plugin other than neat video (virtualdub version) so I don't know which to recommend right now )-:
hi! can i ask where you get .ts files from? i like to use webmrange but it's harder to find mpeg2 files and it's frustrating because the other bats take sooo long. thank you :)
Hello! I usually get my .ts files from kpopexciting, kpop24hrs, and Dcinside. I have heard people can find .ts files by searching on twitter as well.Â
Yes finding Mpeg2 files is a struggle because it’s outdated; most people will encode their .ts files as H264 these days ): I have actually been working on coding a solution to this and a way to process multiple videos at once. I’ve adapted the code for single gifs for you :-) you can download this file and put it in the video folder (where the other .bat files are). It works for most videos and hopefully it takes less time. Also I believe Brandinator will be releasing new/better avisynth stuff at some point so stay tuned for that!