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. |
12th November 2024, 12:22 | #4902 | Link |
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,595
|
If there's actual popular demand I could add a silent option. So reply to this if you care.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
12th November 2024, 14:23 | #4903 | Link | |
Registered User
Join Date: May 2005
Posts: 1,538
|
Quote:
For the record, I care. Reason I'd love to see a silent option, is because many scripts keep importing the stuff everyone else imports too; so the VSPipe output almost always starts with a sheer endless barage of WARNINGS (none of which I can resolve myself, mind you, short of editing all side-packages individually).
__________________
Gorgeous, delicious, deculture! |
|
12th November 2024, 15:17 | #4904 | Link | |
Registered User
Join Date: Aug 2024
Posts: 197
|
Quote:
The better thing to do is check and remove duplicates your auto load folder, or clear your script (from std.LoadPlugin) or auto load folder (completely rely on std.LoadPlugin) |
|
13th November 2024, 17:39 | #4906 | Link |
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,156
|
Only if they are written in an architecture-independent programming language. Like, in Python; but not in C/C++ which would create CPU dependent byte code. But that would be faster. CPU dependent binary plugins can be optimized for speed using SIMD instructions (like SSE or AVX on intel x86-64 architecture). Plugins in an interpreted script language will always be less performant.
|
16th November 2024, 11:16 | #4907 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,495
|
@Myrsloik: Question regarding "https://www.vapoursynth.com/doc/installation.html#os-x"
Can there be only one 'UserPluginDir' or can I (how?) specify multiple dirs with plugins? In case, there can only be one: "Feature request: Please support multiple user dirs. " Cu Selur |
18th November 2024, 16:00 | #4908 | Link | |
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,595
|
Quote:
I've now beaten the frivolous spam allegations and can once again answer you questions. Why do you need multiple dirs? Why isn't LoadAllPlugins good enough? If you have a sane workflow that needs it maybe I'll add it.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
|
18th November 2024, 16:35 | #4909 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,821
|
I always wanted either a custom dir with loading priority or simply the ability to unload a plugin.
In case of FrameSeeker https://forum.doom9.org/showthread.php?t=176231, I could use it to test the source filter installed by the user or test an "external" source filter without Appdata dll copy/delete/rename hacks.
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database |
18th November 2024, 16:46 | #4910 | Link | |
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,595
|
Quote:
If you want to load multiple different copies you have the secret arguments forceid and forcens in LoadPlugin to override a plugin's unique id and namespace which will let you get around the unique requirement. Maybe that's helpful. Please only use this for testing/development or I'll have to kill you all.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
|
18th November 2024, 17:06 | #4911 | Link | |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,821
|
Quote:
I use windows, I was killed by Bill long ago
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database |
|
18th November 2024, 23:20 | #4912 | Link | |
Registered User
Join Date: May 2005
Posts: 1,538
|
Quote:
'Care' withdrawn, as the issue is resolved now.
__________________
Gorgeous, delicious, deculture! |
|
20th November 2024, 20:07 | #4913 | Link | |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,495
|
Quote:
Not really much of a problem. But you are right LoadAllPlugins (https://www.vapoursynth.com/doc/func...llplugins.html) should work fine. I simply wasn't aware of it. Thanks! Cu Selur |
|
Tags |
speed, vaporware, vapoursynth |
Thread Tools | Search this Thread |
Display Modes | |
|
|