I need to process by ffmpeg many video files, located in upload directory on php. Processing is time cost, so i need to use some processing technique. What could you advise me?
Share
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.
I was thinking about doing something similar using a bash script or a couple of bash scripts. Once you decide on how you will use ffmpeg you should be able to set up a watch folder so when files are added they start getting processed – once one is done it starts the next one – this is what I was thinking for my script anyway.