-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Moviepy ffmpeg issue #2349
Comments
I've try reinstalling everything and checking for solutions online even try reinstalling pip modules with pacman (sudo pacman -U python-modules and sudo pacman -S python-modules) modules are: moviepy etc |
Can you try just using the And, can you print the By the way, thanks for the detailed post. I think it is something within the library code (maybe the |
Still same error.... |
No it doesn't work... I've recently switched to endeavour os. Is there a way that I can fix this error? |
Also, do you mind helping me with another issue? |
Mmm... I don't have an answer for the first thing yet. The new version of moviepy includes the |
Thanks btw should I try this script again on my windows system? See if the script runs? |
I saw some issue on this online but the fixes won't work |
motivation_speech 🤮 |
💀 its like a yt shorts generator |
Do you have any idea what's the issue |
Can you please provide a short code snippet reproducing the error, and describe exactly what is the expected vs actual behaviour ? We are willing to try and find if their is a bug in moviepy, but we need some code we can easily run to do so. |
Hi, any news or should i close this one ? |
Hi sorry I've not checked GitHub for a while |
Hi, the rendering section of the code (not audio) |
create_short(clip1=moutain, clip2=rain, clip1dura=cl1dura, clip2dura=cl2dura, narr=narr, music="src/RiseAbove.mp3", output_folder="output") here :D |
Hi, I would need a simpler code that I can easily run to reproduce, not something needing some input, files, google text to speech, etc. Please provide such a short demo as a zip for example, so I can just uncompress it and run it to stack trace the code and debug. |
Ok :D I'll do it later |
OS VERSION:
endeavour os (arch distribution)
packages: up-to-date
package manager: pacman and chaotic
PC:
cpu: intel core i7 14700kf
gpu: rtx 4060
memory: kingston memory 32gb 5600mt/s
ISSUE
When using moviepy to render video ffmpeg error will pop up with '-r', '%.02f' % fps,
~~~~~~~~^~~~~
TypeError: must be real number, not NoneType
The text was updated successfully, but these errors were encountered: