Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > VapourSynth

Reply
 
Thread Tools Search this Thread Display Modes
Old 1st November 2021, 07:25   #381  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Quote:
Both were marked obsolete,
Problem is tons of scripts use them.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 1st November 2021, 07:45   #382  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
@l33tmeatwad: btw. would be nice if you could add Reduceflicker (https://github.com/AmusementClub/ReduceFlicker)

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 2nd November 2021, 10:42   #383  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
A new repo for apple arm cpus just popped up:
VapourSynth Plugins for Apple Silicon https://github.com/capric98/VS-Apple
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote
Old 2nd November 2021, 13:56   #384  |  Link
l33tmeatwad
Registered User
 
l33tmeatwad's Avatar
 
Join Date: Jun 2007
Posts: 414
Quote:
Originally Posted by ChaosKing View Post
A new repo for apple arm cpus just popped up:
VapourSynth Plugins for Apple Silicon https://github.com/capric98/VS-Apple
It's just scripts for compiling, nothing that anyone couldn't already do on their own, but a good reference.
__________________
Github | AviSynth 101 | VapourSynth 101
l33tmeatwad is offline   Reply With Quote
Old 2nd November 2021, 19:24   #385  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
@l33tmeatwad: could you provide a newer fmtconv version? Currently the latest in the plugins folder is r22, latest over at https://github.com/EleonoreMizo/fmtconv is r27.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 4th November 2021, 15:02   #386  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Another issue, this time with limimwri:
Code:
logo = core.imwri.Read(filename="/Users/selur/Desktop/smallLogo.png", alpha=True)
alpha = core.std.PropToClip(logo)
code works fine on Windows with R57, but on MacOS I get 'PropToClip: no frame stored in property: _Alpha' I made sure to uninstall Vapoursynth and reinstall it.
-> Is the current libimwri which comes with the Vaporusynth R57 installer the same as R1 from https://github.com/vapoursynth/vs-imwri/releases/tag/R1 ?

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 4th November 2021, 15:04   #387  |  Link
l33tmeatwad
Registered User
 
l33tmeatwad's Avatar
 
Join Date: Jun 2007
Posts: 414
As I said in my previous post, I did not include imwri R1 because it is not autoloading on macOS, the version included is from R54.
__________________
Github | AviSynth 101 | VapourSynth 101
l33tmeatwad is offline   Reply With Quote
Old 4th November 2021, 15:06   #388  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Ah sorry, you are right I forgot that.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 4th November 2021, 15:12   #389  |  Link
l33tmeatwad
Registered User
 
l33tmeatwad's Avatar
 
Join Date: Jun 2007
Posts: 414
I was hoping after starting this project more people would jump in to help compile stuff. As much as I would love to keep everything up to date, I also have other priorities that I need to focus on at times so I apologize for any delays, I am keeping a list of requests and work on them when I have time. There is a list of what versions are included in the installer on the source share.
__________________
Github | AviSynth 101 | VapourSynth 101
l33tmeatwad is offline   Reply With Quote
Old 4th November 2021, 15:17   #390  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
I don't have the time to deal with it myself so I'm thankful you do the work you do.
No stress.

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 4th November 2021, 16:48   #391  |  Link
l33tmeatwad
Registered User
 
l33tmeatwad's Avatar
 
Join Date: Jun 2007
Posts: 414
Correction, based on my logs apparently git:0cd73a0 is what I used for imwri in R55+ and not the version from R54.
__________________
Github | AviSynth 101 | VapourSynth 101
l33tmeatwad is offline   Reply With Quote
Old 4th November 2021, 17:41   #392  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Seems like one of the missing commits to the R1 release is what is causing it to not work with R57 and images with an alpha channel.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 7th December 2021, 15:30   #393  |  Link
l33tmeatwad
Registered User
 
l33tmeatwad's Avatar
 
Join Date: Jun 2007
Posts: 414
Quote:
Originally Posted by DEW8H View Post
Seems like QTGMC always makes trouble in updates. Previously, it was just about MVTools crashing in the slower settings, but that could be fixed by using an older version. Now, I just get this error message (Hybrid also crashes on encoding). I've been using the same script with minor modifications for years and all plugins are in their proper place.

I would probably report this to the HAvsFunc repository, and if you can look at the line is erroring on and let me know what plug-in is giving you issues that would be helpful. Also, I saw HAvsFunc was updated 4 days ago so make sure you're using the latest revision.
__________________
Github | AviSynth 101 | VapourSynth 101
l33tmeatwad is offline   Reply With Quote
Old 7th December 2021, 18:05   #394  |  Link
_Al_
Registered User
 
Join Date: May 2011
Posts: 321
I think, since R57 those underscores at the beginning of argument were not removed by vapoursynth, so that function is basically expecting argument lambda and global. R56 still might work.

Last edited by _Al_; 7th December 2021 at 18:08.
_Al_ is offline   Reply With Quote
Old 7th December 2021, 20:37   #395  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
If you update the scripts in the vsfilter folder with the ones from https://github.com/Selur/VapoursynthScriptsInHybrid it should work.
Forgot to update them in the last MacOS release.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 8th December 2021, 04:21   #396  |  Link
shph
Registered User
 
Join Date: Mar 2020
Posts: 134
Quote:
Originally Posted by DEW8H View Post
Seems like QTGMC always makes trouble in updates. Previously, it was just about MVTools crashing in the slower settings, but that could be fixed by using an older version.
I noticed that R57 works well with MVTools-v23 on macOS. So problem somehow was fixed. No more errors with Very Slow or Placebo presets. Can someone else check and confirm this?
shph is offline   Reply With Quote
Old 1st January 2022, 20:48   #397  |  Link
karesch
Registered User
 
karesch's Avatar
 
Join Date: Apr 2011
Location: Hungary
Posts: 8
Miscellaneous Filters plugin is required error

Hi Folks,

There seems to be a weird error on R57, R56, R55 when using HAvsFunc's QTGMC, apparently the Miscellaneous Filters plugin is missing. The error is the following in VapourSynth Editor (and is very similar in terminal):
Quote:
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 2832, in vapoursynth._vpy_evaluate
File "src/cython/vapoursynth.pyx", line 2833, in vapoursynth._vpy_evaluate
File "/Users/karesch/Movies/VapourSynth/test.vpy", line 8, in
video = haf.QTGMC(video, InputType=1, EZDenoise=4.0, NoisePreset='Medium', ChromaNoise=True, DenoiseMC=True, Sigma=2.0, ShowNoise=False)
File "/Library/Frameworks/VapourSynth.framework/lib/python3.9/site-packages/havsfunc.py", line 1224, in QTGMC
if TR0 > 0: ts1 = bobbed.focus2.TemporalSoften2(1, luma_threshold, CMts, 28, 2) # 0.00 0.33 0.33 0.33 0.00
File "src/cython/vapoursynth.pyx", line 2580, in vapoursynth.Function.__call__
vapoursynth.Error: TemporalSoften2: Miscellaneous Filters plugin is required
Apparently, the Miscellaneous Filters plugin should be included in VapourSynth install (https://amusementclub.github.io/doc/plugins/misc.html), but for some reason TemporalSoften2 expects a separate plugin. I've found a plug-in with a similar name, https://github.com/vapoursynth/vs-miscfilters-obsolete/, but it seems to be obsolete, though was modified 3 months ago. Unfortunately, I have found no macOS build for vs-miscfilters-obsolete.

I'm on macOS 12.1. I used l33tmeatwad's R57 VapourSynth Installer, the same error comes up on R56, R55 too, further I also tried the brew install, same error comes up.

Do you have any hint what my cause the problem? Is this an issue with:
  1. VapourSynth Install, or
  2. TemporalSoften2 or
  3. HAvsFunc?

Or is there a macOS build of Miscellaneous Filters plugin?

apparently a similar issue on Linux: https://github.com/vapoursynth/vapou...ment-934672757

Any help would be most appreciated. Thanks

Last edited by karesch; 1st January 2022 at 20:54.
karesch is offline   Reply With Quote
Old 1st January 2022, 21:05   #398  |  Link
l33tmeatwad
Registered User
 
l33tmeatwad's Avatar
 
Join Date: Jun 2007
Posts: 414
Uploaded Misc Filters from R54.
__________________
Github | AviSynth 101 | VapourSynth 101
l33tmeatwad is offline   Reply With Quote
Old 1st January 2022, 21:24   #399  |  Link
karesch
Registered User
 
karesch's Avatar
 
Join Date: Apr 2011
Location: Hungary
Posts: 8
Quote:
Originally Posted by l33tmeatwad View Post
Uploaded Misc Filters from R54.
Dear l33tmeatwad,

This was quick as a flash and it works now! Many Thanks!!!

karesch is offline   Reply With Quote
Old 7th January 2022, 20:05   #400  |  Link
l33tmeatwad
Registered User
 
l33tmeatwad's Avatar
 
Join Date: Jun 2007
Posts: 414
It came to my attention I did not update the terminal shortcuts after updating the installer with Python 3.9. The following commands can be used to fix the shortcuts:

Code:
sudo rm -rf /usr/local/bin/vspython /usr/local/bin/vspip3


sudo ln -s /Library/Frameworks/VapourSynth.framework/bin/pip3.9 /usr/local/bin/vspip3

sudo ln -s /Library/Frameworks/VapourSynth.framework/bin/python3.9 /usr/local/bin/vspython
UPDATE: I have also patched the R57 installer.
__________________
Github | AviSynth 101 | VapourSynth 101

Last edited by l33tmeatwad; 10th January 2022 at 13:59. Reason: Updated information.
l33tmeatwad is offline   Reply With Quote
Reply

Tags
meatwadismagical, meatwadthegreat

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 21:35.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.