create videos from php or javascript

shaymiller

Regular Member
Joined
Dec 3, 2016
Messages
456
Reaction score
45
Is there a way to create videos from a php/python/java coding? I want to automate video creation from script, then use youtube api to upload it.

if not, can I take random pictures and create slide show/video for youtube?
 
Google php ffmpeg and use one of the wrapper script repos to build out your videos.
 
You might want to dabble a little bit with python to get something like this done. Will still need a few hoops to jump though.
 
Good to know. I want to automate videos & upload to YouTube
 
ffmpeg - is your tool, also check github repos for some kinf of wrapper around it, also I know there are commercial tools for that task
 
I have created the script in python which will do the following tasks for you
Script writing - Using the chatgpt create scripts
Voice recording - Google free text to speech library which will generate the voice
Image creation - ImageMagick which will generate the 2d images for you

Once all above tasks are completed code will merge them and generate a video file with images and voice recording
 
I have created the script in python which will do the following tasks for you
Script writing - Using the chatgpt create scripts
Voice recording - Google free text to speech library which will generate the voice
Image creation - ImageMagick which will generate the 2d images for you

Once all above tasks are completed code will merge them and generate a video file with images and voice recording
Can you please the script?
 
Back
Top