I'm looking to automate video creation using Python. I have an Excel file that contains all the necessary details like text, timing, and font styles. My goal is for Python to generate videos following a specific format based on this input. I also want to use trigger words from the script in the Excel sheet to search for relevant stock footage on sites like Unsplash or Pexels through their API. Is this something that's feasible to do with Python?
3 Answers
You might also want to ask ChatGPT for a script. If you describe your problem properly, it can get you pretty close to a working solution.
You should definitely check out MoviePy. It’s a handy library for video editing and can help you create videos with stock footage.
Absolutely! Python can definitely handle video generation. The bigger question is whether you're up for the coding challenge. Do you have experience with Python?
I’m still learning! Any tips on where to start?
Can it really be used for short videos? Any examples?