AI Generated Video Training
Notes on finding the best AI generated Training video creator
Options for Webpage Integration
- https://docs.deepbrain.io/aihuman/web-sdk/getting-started/first-aihuman
- https://scena.ai/pricing
- Seems to be more for interactive agents. Not video
- https://www.mediasemantics.com/index.html
- Doesn’t have the latest AI avatars
- https://www.sitepal.com/pricing
- https://www.emotech.ai/solutions/education
- 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:
- https://www.synthesia.io/ (seems to have an API - Looking)
- $US30 per month for 10 minutes.
- https://elai.io/getting-started-with-api
- API Available in Trial. Plenty of API Documentation.
- $US29 per month for 15 minutes. Base plan.
- $US1.93 (monthly) per minute of render. Ouch.
- 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.
- 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…
- https://new.synthesys.io/api-synthesys/ (No Pricing)
- https://www.deepbrain.io/aihuman
- $US30 per month for 10 minutes
- $US225 per month for API Access
- https://docs.deepbrain.io/aistudios/getting-started
- https://www.yepic.ai/pricing
- $79 Pounds for 100 minutes
- https://www.yepic.ai/api
- Scalable pricing from $0.25 per video minute
- https://docs.yepic.ai/docs/create-a-video-clip-with-multiple-slides
- https://www.d-id.com/pricing/
- $50 for 15 minutes $3.30 per minute
- 1 Credit for every API Call
- API pricing is very confusing.
- https://humanpal.io/#table
- Is this a scam? No API that I can see.
- https://www.heygen.com/pricing
- $180 per month for API
- https://www.mypipio.com/pricing-page/index.html
- Nice Pricing $25 for 25 minutes with ability to purchase extra credits.
- No API though.
Options for Voice Only
Wholesale API Options
Create from scratch code
- https://github.com/sibozhang/Text2Video
- https://github.com/speaking-portal-project-team-a/The-Speaking-Portal-Project
- https://huggingface.co/autotrain
Interesting Non Video AI Options
- https://photoai.com - Get photos of stunning people.
- https://replicate.com/cjwbw/dreambooth-avatar/examples
- https://dawnai.app/
- https://thedream.ai/
- 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)