Experiment: Various methods for creating custom videos
Objective:
Investigate (at request of the Creative Studio) how to make videos with personalized elements, that can be changed instantly or quickly on the fly)
Then I researched how we might build the system ourselves. The goal was to be able to show a cartoon-ized face of a user within the video. In order to do that, we'd need to: Recieve and store the image of the user's face, crop the image from a square to at least an oval shape around the face, apply filters to stylize the image, and either render it into a video or use JS and CSS to map it to the video.
Self Built
Store the image - Cloudinary has face detection and Facebook plugins