Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Credits1 is not working - gap missing, isTransparent flag not available #247

Closed
SumanthPuram opened this issue Jan 11, 2016 · 1 comment
Closed
Labels
examples Related to the code examples included in the documentation (examples dir).

Comments

@SumanthPuram
Copy link

I installed moviePy from pop and trying the credits example and getting following errors :
1.
File "/Library/Python/2.7/site-packages/moviepy/video/tools/credits.py", line 97, in credits1
cc = CompositeVideoClip( [left, right.set_pos((left.w+gap,0))],
NameError: global name 'gap' is not defined
1.
File "/Library/Python/2.7/site-packages/moviepy/video/tools/credits.py", line 100, in credits1
transparent=True)
TypeError: init() got an unexpected keyword argument 'transparent'

I got a different error after fixing these two manually. I am just wondering if the credits example has the up to date code.

Thanks for the amazing library. I just wish I could test and use all of them :)

@keikoro
Copy link
Collaborator

keikoro commented Feb 18, 2017

Hi @SumanthPuram, some of the examples are outdated so it could indeed be that that was the problem. Hard to tell though without knowing what the (new) error was.

I'm closing this for now, but please feel free to update/reopen it with more information.

@keikoro keikoro closed this as completed Feb 18, 2017
@keikoro keikoro added the examples Related to the code examples included in the documentation (examples dir). label Feb 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples Related to the code examples included in the documentation (examples dir).
Projects
None yet
Development

No branches or pull requests

2 participants