AI Generated Video Training

Notes on finding the best AI generated Training video creator

Options for Webpage Integration

  1. https://docs.deepbrain.io/aihuman/web-sdk/getting-started/first-aihuman
  2. https://scena.ai/pricing
    1. Seems to be more for interactive agents. Not video
  3. https://www.mediasemantics.com/index.html
    1. Doesn’t have the latest AI avatars
  4. https://www.sitepal.com/pricing
  5. https://www.emotech.ai/solutions/education
    1. Not really sure what they are providing. Just a sales page.

Options for Video Generation

Yepic, so far, is the best option in having a nice API with a simple price structure. 2023-08-22 UPDATE - Switching from ELAI to D-ID as they have a really good API and Pricing now.

These options are at 2023-05:

  1. https://www.synthesia.io/ (seems to have an API - Looking)
    1. $US30 per month for 10 minutes.
  2. https://elai.io/getting-started-with-api
    1. API Available in Trial. Plenty of API Documentation.
    2. $US29 per month for 15 minutes. Base plan.
    3. $US1.93 (monthly) per minute of render. Ouch.
    4. API is simple, but its complex if you ONLY want a talking head. Need to hack a template with only an avatar, then call the render video.
    5. 2023-05-15 Appears as if you need to mark the Video Public to download it. I guess its a unique code and the video can be deleted after…
  3. https://new.synthesys.io/api-synthesys/ (No Pricing)
  4. https://www.deepbrain.io/aihuman
    1. $US30 per month for 10 minutes
    2. $US225 per month for API Access
    3. https://docs.deepbrain.io/aistudios/getting-started
  5. https://www.yepic.ai/pricing
    1. $79 Pounds for 100 minutes
    2. https://www.yepic.ai/api
      1. Scalable pricing from $0.25 per video minute
      2. https://docs.yepic.ai/docs/create-a-video-clip-with-multiple-slides
  6. https://www.d-id.com/pricing/
    1. $50 for 15 minutes $3.30 per minute
    2. 1 Credit for every API Call
    3. API pricing is very confusing.
  7. https://humanpal.io/#table
    1. Is this a scam? No API that I can see.
  8. https://www.heygen.com/pricing
    1. $180 per month for API
  9. https://www.mypipio.com/pricing-page/index.html
    1. Nice Pricing $25 for 25 minutes with ability to purchase extra credits.
    2. No API though.

Options for Voice Only

  1. https://play.ht/?via=sale
  2. https://replicate.com/pollinations/bark

Wholesale API Options

  1. https://replicate.com/docs
  2. https://pinscreen.com/avatarsdk

Create from scratch code

  1. https://github.com/sibozhang/Text2Video
  2. https://github.com/speaking-portal-project-team-a/The-Speaking-Portal-Project
  3. https://huggingface.co/autotrain

Interesting Non Video AI Options

  1. https://photoai.com - Get photos of stunning people.
  2. https://replicate.com/cjwbw/dreambooth-avatar/examples
  3. https://dawnai.app/
  4. https://thedream.ai/
  5. https://www.astria.ai/

References

Code Output

Code output with elai.io - Generating a talking head with text input.

Need

If I design an LMS with Images, Text, Menu and Avatar as separate boxes on the screen, rather than encoded into a video, then I don’t need to encode everything each time. There is a benefit to playing a single video file, but that means making the template work. By only encoding the Avatar, then only text is needed to the API and a 1:1 video file to be returned.

Video Pros

  • Easy to share and can run on any device. its simply a video that can be played on a TV, Laptop, iPad or Phone.

Video Negs

  • For text heavy training, it would be more work to make sure the text fits the template and changes at the right time.
  • The Avatar may be in the wrong spot and cover video or other images on screen.

Footer

Research time

  • 2023-05-15 3 hours - getting API for ELAI to work. Input text - output video mp4.
  • 2023-05-14 1 hour - Recording all my Browser tabs and adding to page.
  • 2023-05-12 2 hour - Short listing options and looking at API. Testing Elai.io
Last modified August 30, 2023: update 2023-08-30 (5e0b508)