Avatar of Tessando
Tessando
Flag for United States of America

asked on 

Assistance Fixing MoviePY Python Error "NameError: name 'video' is not defined"

I am following this AWS Tutorial on how to create Video subtitles. Per the suggestions in the write-up I'm using Windows (in my case a Server 2019 VM) and Python. I am following the directions perfectly, but when I get to Step 10, in which I test MoviePY, I get the following error:

NameError: name 'video' is not defined

Open in new window

I've done some research and it seems like I do need to define 'video' in Python, but what I'm not aware of is:

  1. Where I make this adjustment? E.g. to what configuration file?
  2. What I put into the Configuration file in order to fix this error?

Thanks for your help!
Windows OSPythonAWS

Avatar of undefined
Last Comment
David H.H.Lee

8/22/2022 - Mon