Mobile app version of vmapp.org
Login or Join
Cofer715

: Multiple gifs on screen/in film I am filming a project, and in one of the scenes I need to have a lot of smiley-faces. For example this: How can I repeat this multiple times on the screen?

@Cofer715

Posted in: #Automation #Gif #Video

I am filming a project, and in one of the scenes I need to have a lot of smiley-faces.

For example this:



How can I repeat this multiple times on the screen?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Cofer715

2 Comments

Sorted by latest first Latest Oldest Best

 

@Chiappetta793

You can just set it as the background image using CSS like so:

body {background-image:url(http://i.stack.imgur.com/tcKQD.gif);


EXAMPLE

10% popularity Vote Up Vote Down


 

@Murray664

If you're filming the screen just make up an html document with the image copied over and over again. <img src="http://www.sherv.net/cm/emoticons/birthday/birthday-party-blower.gif" /> Copy and paste that like a bunch until you fill the entire screen with that gif.

If you need it a bunch of times over and over again in an actual video just make a bunch of tracks and scale the gif down and arrange as necessary.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme