Skip to content

Commit

Permalink
GITBOOK-197: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambika Joshi authored and gitbook-bot committed Jan 3, 2025
1 parent 22d5d8e commit 4b5d142
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* [LipSync videos with Custom Voices](guides/how-to-use-ai-lip-sync-generator/lipsync-videos-with-custom-voices.md)
* [Set up your API for Lipsync with Local Folders](guides/how-to-use-ai-lip-sync-generator/set-up-your-api-for-lipsync-with-local-folders.md)
* [Tips to create great HD lipsync output](guides/how-to-use-ai-lip-sync-generator/tips-to-create-great-hd-lipsync-output.md)
* [Frequently Asked Questions about Lipsync](guides/how-to-use-ai-lip-sync-generator/frequently-asked-questions-about-lipsync.md)
* [🗣️ How to use ASR?](guides/how-to-use-asr/README.md)
* [📊 How to create language evaluation for ASR?](guides/how-to-use-asr/how-to-create-language-evaluation-for-asr.md)
* [How to use Compare AI Translations?](guides/how-to-use-compare-ai-translations/README.md)
Expand Down
4 changes: 4 additions & 0 deletions guides/copilot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ In practice, AI copilots and chatbots are generally useful at three broad functi

Our approach with Gooey.AI is that we learn best when we can see work of others and hence, please check out [https://gooey.ai/copilot/examples](https://gooey.ai/copilot/examples). 

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><h4>Barebones GPT Copilot </h4></td></tr><tr><td><h4>Farmer.Chat</h4></td></tr><tr><td><h4>Health</h4></td></tr><tr><td></td></tr></tbody></table>



## What we offer

[Gooey.AI's Copilot](https://gooey.ai/copilot) is the most advanced chatbot maker in the industry. It offers:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
description: Some answers to common issues when implementing Lipsync in production
---

# Frequently Asked Questions about Lipsync

### 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.".&#x20;

Here is a Gooogle Colab sample to set this up with our API:&#x20;

{% embed url="https://colab.research.google.com/drive/1qnqVW7H2fiuV3RVMNPtVeaVkBhb7c898?usp=sharing" %}

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

<figure><img src="../../.gitbook/assets/Screenshot 2025-01-04 at 12.52.36 AM (1).png" alt=""><figcaption></figcaption></figure>

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 [upgrade](https://gooey.ai/account/billing/) to a paid subscription!

0 comments on commit 4b5d142

Please sign in to comment.