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 16th September 2024, 15:59   #1  |  Link
asarian
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)
All of a sudden I get:

AttributeError: No attribute with the name Std exists. Did you mistype a plugin namespace?

Why?? This has always worked!
__________________
Gorgeous, delicious, deculture!
asarian is offline   Reply With Quote
Old 17th September 2024, 10:24   #2  |  Link
ChaosKing
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
ChaosKing is offline   Reply With Quote
Old 17th September 2024, 13:38   #3  |  Link
asarian
Registered User
 
Join Date: May 2005
Posts: 1,471
Quote:
Originally Posted by ChaosKing View Post
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!?
Thank you! I figured it out. There's no such thing as Std (just 'std').

I should probably update my VS version anyway.
__________________
Gorgeous, delicious, deculture!
asarian is offline   Reply With Quote
Reply

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 01:51.


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