-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add more pages, make homepage more compact, add more links
- Loading branch information
Showing
20 changed files
with
133 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export default { | ||
'use-cases': { | ||
title: 'Use cases', | ||
}, | ||
'getting-started': { | ||
title: 'Getting started', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Commercial-Scale Dubbing with Omni | ||
|
||
Omni has partnered with leading dubbing studios to offer top-quality dubbing services at affordable rates and faster delivery times. Our AI technology, combined with human quality controls by linguistic experts, ensures excellence in every project. | ||
|
||
We can also collaborate seamlessly with your existing editing teams. | ||
|
||
Submit your content through [this form](https://docs.google.com/forms/d/1begM4VfB0s5kWDUXLhwviJXF8QoRekW8fafNuv25bJY/viewform?edit_requested=true&pli=1) to avail Omni's commercial dubbing services. | ||
|
||
## On-Premises | ||
|
||
For enhanced data security, real-time processing, or extensive data requirements, you may want to deploy Omni systems locally on your premises. Contact our team at info@getomni.app for more details. | ||
|
||
## Pricing | ||
|
||
### How We Calculate Costs | ||
|
||
Our quote depends on: | ||
|
||
1. Average content length | ||
2. Desired quality level | ||
3. Selected services | ||
|
||
Here's a breakdown of services from highest to lowest cost: | ||
|
||
| Service | Cost | | ||
| :----------------- | :----: | | ||
| LipSync | High | | ||
| Prosody Transfer | Medium | | ||
| Voice Cloning | Medium | | ||
| Voiceover | Low | | ||
|
||
### Ballpark Charges | ||
|
||
Our average pricing is **$5 per minute for 3 languages**, subject to change. Adjustments can be made for large orders. We also offer equity pricing based on [geographical location](https://dealhub.io/glossary/geographical-pricing/) for additional discounts. For inquiries, [contact our team](mailto:info@getomni.app) for a tailored solution to meet your dubbing needs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# AI on the big screen | ||
|
||
We want to bring Omni and similar AI tech to the big screen. After trying out our consumer level technology, you may be interested in large-scale use cases. | ||
|
||
Some examples are: | ||
|
||
- You're a content creator who wants to reach a larger audience | ||
- You're a dubbing studio who wants to accelerate some of their processes with AI | ||
- You're a newsroom, production company, or media outlet who wants to stand out from the competition, and use the latest tech to be faster in reaching the world. | ||
|
||
Not fitting into any of the categories above? We want to hear from you too! | ||
|
||
## Why Omni? | ||
|
||
1. **Cost-Effectiveness:** Traditional dubbing is notorious for being expensive. Omni provides a budget-friendly solution without compromising on quality, ensuring you get more bang for your buck. | ||
|
||
2. **Rapid Turnaround:** Omni's AI-powered technology accelerates the dubbing process, enabling you to meet tight deadlines and release content faster than ever. | ||
|
||
3. **Consistent Quality:** Say goodbye to the variability in human performance. Omni maintains a consistent level of quality across all your dubbing projects, ensuring a professional and polished outcome every time. | ||
|
||
4. **Adaptability:** Whether you're handling extensive content or require real-time solutions, Omni adapts to your specific needs, offering flexibility unmatched by traditional methods. | ||
|
||
### When NOT to Use Omni | ||
|
||
While Omni excels in various scenarios, there are instances where it might not be the ideal choice: | ||
|
||
1. **Highly Artistic Content:** For projects demanding a nuanced and highly artistic touch, where human creativity is irreplaceable, traditional dubbing may still be the preferred choice. | ||
|
||
2. **Extremely Specialized Requirements:** In cases where projects have highly specialized linguistic or cultural nuances that require human expertise, traditional dubbing might be more suitable. | ||
|
||
3. **Small-Scale Productions:** For projects with minimal dubbing requirements or a focus on personalized, handcrafted content, traditional methods may provide a more tailored approach. | ||
|
||
At Omni, we value transparency and believe in helping you make informed decisions based on your unique project needs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
export default { | ||
'sub': { | ||
title: 'Sub - Coming Soon', | ||
}, | ||
'actor-db': { | ||
title: 'ActorDB - Coming Soon', | ||
}, | ||
'voice': { | ||
title: 'Voice - Coming Soon', | ||
}, | ||
'lip-sync': { | ||
title: `Lip Sync - Coming Soon`, | ||
}, | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,6 @@ | ||
export default { | ||
'dub': { | ||
title: 'Dub Bot', | ||
}, | ||
'sub': { | ||
title: 'Sub - Coming Soon', | ||
}, | ||
'actor-db': { | ||
title: 'ActorDB - Coming Soon', | ||
}, | ||
'voice': { | ||
title: 'Voice - Coming Soon', | ||
}, | ||
'lip-sync': { | ||
title: `Lip Sync - Coming Soon`, | ||
'integrations': { | ||
title: 'Integrations', | ||
display: 'children' | ||
}, | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
export default { | ||
'whatsapp': { | ||
title: 'OmniDub for WhatsApp (Beta)', | ||
}, | ||
'discord': { | ||
title: 'OmniDub for Discord (Alpha)', | ||
}, | ||
'wechat': { | ||
title: 'OmniDub for WeChat (Coming Soon)', | ||
}, | ||
'telegram': { | ||
title: 'OmniDub for Telegram (Coming Soon)', | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
The Omni docs are publicly accessible, for quick improvements and PRs from the users themselves. | ||
# We ❤️ Open Source | ||
|
||
Omni thrives on state-of-the-art research and open-source contributions. Our commitment to community growth and innovation is reflected in our emphasis on transparency and open collaboration. | ||
|
||
To nurture the cycle of innovation, we regularly release older versions of Omni to the public, ensuring that the broader community benefits from our advancements. | ||
|
||
## Safe AI | ||
|
||
At Omni, ethical AI is a top priority. To maintain the integrity of our technology, we restrict its use to dubbing purposes only. Our ongoing research in AI security is dedicated to ensuring the safety and traceability of each generation of our technology. |