LogoLogo
HomeExploreDocsAPIBlogContact
  • πŸ—ƒοΈGooey.AI Docs
  • Changelog
  • πŸ“–Guides
    • πŸ€–How to build an AI Copilot?
      • AI Prompting: Best practices
      • Curate your Knowledge Base Documents
      • Advanced Settings
      • Prepare Synthetic Data
      • Conversation Analysis
        • Glossary
      • Building a Multi-Modal Copilot
      • Frequently Asked Questions about AI Copilot
      • How to Automate Data Export?
    • πŸš€How to deploy an AI Copilot?
      • Deploy to Web
      • Deploy to WhatsApp
      • Deploy to Slack
      • Deploy to Facebook
      • Broadcast Messages (via web or API)
      • Add buttons to your Copilot
    • βš–οΈUnderstanding Bulk Runner and Evaluation
      • πŸ’ͺHow to set up Bulk Runner?
      • πŸ•΅οΈβ€β™€οΈHow to set up Evaluations?
      • How to use Bulk Run via API
    • πŸ‘„How to use AI Lip Sync Generator?
      • Lip Sync Animation Generator (WITH AUDIO FILES)
      • LipSync videos with Custom Voices
      • Set up your API for Lipsync with Local Folders
      • Tips to create great HD lipsync output
      • Frequently Asked Questions about Lipsync
    • πŸ—£οΈHow to use ASR?
      • πŸ“ŠHow to create language evaluation for ASR?
    • How to use Compare AI Translations?
      • Google Translate Glossary
    • How does RAG-based document search work?
    • 🧩How to use Gooey Functions?
      • ✨LLM-enabled Functions
      • How to use SECRETS in Functions?
      • πŸ”₯How to connect FirebaseDB to Copilot
    • 🎞️How to create AI Animations?
    • 🀳How to make amazing AI Art QR Codes?
      • API tips on AI Art QR Codes
    • πŸ–ΌοΈCreate an AI Image with text
      • AI Image Prompting
      • API Tips for AI Image Generator
    • πŸ“ΈAI Photo Editor
      • Build your avatar with AI
    • πŸ§‘β€πŸ«How to use Gooey.AI’s Image Model Trainer?
    • πŸ”Generate β€œPeople Also Ask” SEO Content
    • 🌐How to create SEO-Optimized content with AI?
    • How to use Workspaces?
      • How to use Version History?
      • How to add SECRETS in your Workspace?
    • 🍟How can I get free credits?
  • πŸ˜‡CONTRIBUTING
    • Contributing
    • Documentation Style Guide
  • πŸ€“API REFERENCE
    • Getting started
    • API Generator
    • Rate Limits
    • Error Codes
  • 🍭ENDPOINTS
    • Copilot
    • Lipsync
    • Lipsync TTS
    • AI Art QR Generator
    • AI Animation Generator
    • Compare AI Image Generator
    • Gooey.AI on GitHub
Powered by GitBook
LogoLogo

Home

  • Gooey.AI
  • Explore Workflows
  • Sign In
  • Pricing

Learn

  • Docs
  • Blog
  • FAQs
  • Videos

Developers

  • How-to Guides
  • Get your Gooey.AI Key
  • Github
  • API Endpoints

Connect

  • Book a Demo
  • Discord
  • Team
  • Jobs

@Dara.network / Gooey.AI / support@gooey.ai

On this page
  • Q: Can we process a full video while only applying lip sync to specific segments? We're trying to personalize welcome messages, changing one word {name} to the user's name. For example: "Hey {name}, thanks for signing up for our service." We only need the user's name to be lip-synced.
  • Q: I'm getting a message on lipsync projects about "truncated to 250 frames". What does this mean?
  • Q: How to clear LipSync history
  • Q: What are the rate limits for creating lipsync videos?
  • Q: What limitations are there on the volume of lipsync videos I can create?

Was this helpful?

Edit on GitHub
  1. Guides
  2. How to use AI Lip Sync Generator?

Frequently Asked Questions about Lipsync

Some answers to common issues when implementing Lipsync in production

Last updated 4 months ago

Was this helpful?

Q: Can we process a full video while only applying lip sync to specific segments? We're trying to personalize welcome messages, changing one word {name} to the user's name. For example: "Hey {name}, thanks for signing up for our service." We only need the user's name to be lip-synced.

A: We don’t offer this yet, but you can make API calls with only the {name} and stitch it with a fixed video that says "..thanks for signing up for our service.".

Here is a Gooogle Colab sample to set this up with our API:

Q: I'm getting a message on lipsync projects about "truncated to 250 frames". What does this mean?

Q: How to clear LipSync history

A: If you are using Gooey.AI API we support this via a simple β€œkeep” or β€œdelete” as an API/SDK request parameter:

"settings": {
"retention_policy": "delete"
}

Q: What are the rate limits for creating lipsync videos?

A: You can find out more about rate limits on our pricing page based on the plan you are on: https://gooey.ai/pricing

Q: What limitations are there on the volume of lipsync videos I can create?

A: If you are using Lipsync with your audio inputs, you can control the audio gain before uploading the audio. If you are using Lipsync with our TTS tools, you may have to edit this in post-production.

A: 250 frames cut-off applies to the input video you have added to the Lipsync workflow - if your video is 24 fps the output will be ~10s, at 60 fps it'll be ~4s and so on. If you use an image for the lipsync input instead of a video, the default if 25fps so thats ~10s again. There is no cut-off once to a paid subscription!

If you are using the Gooey.AI web app, please fill out this form and we will action your request in 5-7 business days.

πŸ“–
πŸ‘„
upgrade
https://forms.gle/zgMVzQ4iiaAeRcpG8
LogoGoogle Colab