0

motion graphic designer here with only basic programming knowledge. Sorry in advance for possible inaccuracies in used terms.

Recently I stumbled upon this website called http://Viddyoze.com (link below).

Basically, it's an animation template library (templates done in Adobe After Effects). Once their client pays and upload his logo, he can choose from the offered templates, do some minor customization, such as changing of background color, and after he's done and hits RENDER button, his logo is automatically added into template of his choice and rendered out directly on websites server and then offered for download. No additional software needed.

My question is: HOW CAN I RE-CREATE WEBSITE LIKE THIS?

  • (first of all) What should be relevant questions I should ask if looking for answer about how to produce website like this? (I am not a programmer)
  • What's the best programming language to use for this?
  • What else have to be involved in producing a website able to handle such an complex task such as rendering of the video?
  • How much would typically cost to re-create something like that? Given I can produce all video templates in any format needed?

Here is the link on the website I refer to. There's a long ass sales video that you might not want to watch whole, but you get the point what's the principle of the website: http://viddyoze.com/private-offer/

Thank you so much! Any answer is much appreciated!

Cheers, Mako

sideshowbarker
  • 81,827
  • 26
  • 193
  • 197
Mako
  • 9
  • 1

1 Answers1

0

You can use html <canvas> element, HTMLMediaElement.captureStream(), AudioContext, MediaRecorder to create video content.

See

Community
  • 1
  • 1
guest271314
  • 1
  • 15
  • 104
  • 177