I have developed a html5 app, which one record video around 20 sec in a function. I need to convert this video to image sequences. Then I will display this sequences to my app for further processing. I have a server to upload the videos. I am using php as server scripting language.
Is there any way to convert video to image (any type jpg, gif, png etc...) sequences using php?