Skip to content

multiple values for argument 'font' #2424

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

Open
1inaccessible opened this issue Apr 25, 2025 · 1 comment
Open

multiple values for argument 'font' #2424

1inaccessible opened this issue Apr 25, 2025 · 1 comment
Labels
bug Issues that report (apparent) bugs.

Comments

@1inaccessible
Copy link

Expected Behavior

Actual Behavior

Steps and code to Reproduce the Problem

I keep calling the following code within a loop: txt_clip = TextClip(text, color='white', bg_color='black', method='caption', size=(video.w * 0.8, None), font='Arial') Why do I get the error "multiple values for argument 'font'"? My version of moviepy is 2.1.2.

Used medias

Specifications

  • Python Version:
  • MoviePy Version:
  • Platform Name:
  • Platform Version:
@1inaccessible 1inaccessible added the bug Issues that report (apparent) bugs. label Apr 25, 2025
@zsan605
Copy link

zsan605 commented Apr 28, 2025

I encountered the same problem. When I modified like this
txt_clip = TextClip(text=text, color='white' ...) ,
the problem was solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that report (apparent) bugs.
Projects
None yet
Development

No branches or pull requests

2 participants