Is it possible, using PHP, to create a video file (Format doesn’t matter at the moment) from a series of images?
I’m not talking about making animated GIFs but real videos.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, but why would you want to? PHP isn’t suitable for writing video compression software (e.g. implementing an H.264 encoder yourself), much as a chainsaw isn’t suitable for neuro-surgery. Use external tools like ffmpeg to do it for you with far less hassle/pain.