Modify video frames with Facebook data

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
KrishnaveniP
Forum Newbie
Posts: 1
Joined: Wed Nov 26, 2014 7:09 am

Modify video frames with Facebook data

Post by KrishnaveniP »

Can anyone suggest how to build web app like http://www1.lost-in-val-sinestra.com/ without flash. We want to pull the data from facebook and using pulled data edit the sample video and play in the browser. I was thinking to use image magick with ffmpeg to edit the video but unable to do it successfully.

I tried to edit video using below steps

1. Extract all frames from the video using ffmpeg.
2. Identify the frames need to be customized.
3. Identify the coordinates of placeholders where we need to place the facebook data.
4. Using image magick customized frames with facebook image (facing difficulty here as the video moves continously taking coordinate of each frames is tedious)
5. Create final video with edited frames using ffmpeg.
Post Reply