Log in

View Full Version : Vapoursynth: Naming/Trimming Error


jay123210599
2nd September 2025, 04:08
I got a problem. I'm trying to trim the deband but I got this: JPBD_MPV_Deband = JPBD_MPV_Deband[24:]
^^^^^^^^^^^^^^^
NameError: name 'JPBD_MPV_Deband' is not defined

How do I fix this?

Z2697
2nd September 2025, 15:07
No context no answer

poisondeathray
2nd September 2025, 19:30
I got a problem. I'm trying to trim the deband but I got this: JPBD_MPV_Deband = JPBD_MPV_Deband[24:]
^^^^^^^^^^^^^^^
NameError: name 'JPBD_MPV_Deband' is not defined

How do I fix this?


Did you try defiing JPBD_MPV_Deband as the message suggests ?

If you can't figure it out, post your script

jay123210599
3rd September 2025, 04:47
Sorry, sorry, I put it in the wrong place. It's working now.