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. |
16th September 2024, 15:59 | #1 | Link |
Registered User
Join Date: May 2005
Posts: 1,471
|
No attribute with the name Std exists?
In R57, I try the following:
Code:
import vapoursynth as vs core = vs.core vid = core.std.CropRel (clip=vid, left=480, right=480, top=0, bottom=0) AttributeError: No attribute with the name Std exists. Did you mistype a plugin namespace? Why?? This has always worked!
__________________
Gorgeous, delicious, deculture! |
17th September 2024, 10:24 | #2 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,810
|
CropRel was renamed to Crop in R39 and later removed I think.
https://github.com/vapoursynth/vapou...ChangeLog#L337 But No attribute with the name Std exists sounds like the plugin is missing!?
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database |
17th September 2024, 13:38 | #3 | Link | |
Registered User
Join Date: May 2005
Posts: 1,471
|
Quote:
I should probably update my VS version anyway.
__________________
Gorgeous, delicious, deculture! |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|