API
The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Video Streaming
Video Streaming
Chosen image
Home/Video Streaming/AI Video Services

AI video services

Gcore Video Streaming offers advanced video processing features for both video on demand (VOD) and live streaming:

  • Transcription and translation of captions. Our AI Automated Speech Recognition (AI ASR) feature generates and translates subtitles to a wide range of supported languages, making your videos accessible to users around the globe.

  • Content moderation. We analyze videos for nudity, offensive language, or violence to ensure that your audience receives safe and appropriate content.

Our suite of AI-powered video services is comprehensive and fully managed, ensuring seamless integration into your video streaming workflow.

AI video services infrastructure

We use our own Gcore infrastructure to execute AI models. In this way, we ensure that all data is processed within our company on EU and US servers, minimizing the risk of data leaks.

Using a unified infrastructure facilitates the integration of your project with other Gcore AI-powered solutions, such as the AI GPU Cloud for accelerating machine learning and FastEdge for low-latency edge computing for serverless app deployment.

Activate AI video services

To activate the AI video services for your account, send a request to the Gcore support. While the general usage of the AI video service is free, certain features, like translation, may incur charges. For more details, refer to our pricing page.

Available features

Upon activation, you can use API methods for subtitle generation and translation. However, these features are only available for videos.

The generation of subtitles for Live Streaming is currently in development and will be released soon.

Was this article helpful?

Not a Gcore user yet?

Explore the Streaming Platform by Gcore

Go to the product page
// // Initialize a variable to undefined initially. // var growthBook = undefined; // (function() { // try { // var script = document.createElement('script'); // script.src = "https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js"; // script.setAttribute("data-api-host", "https://cdn.growthbook.io"); // script.setAttribute("data-client-key", "sdk-truekA5wvhMYaqsu"); // document.head.appendChild(script); // script.onload = function() { // console.log("GrowthBook script loaded successfully."); // growthBook = window.GrowthBook; // Assuming GrowthBook attaches itself to window // }; // script.onerror = function() { // console.error("Failed to load the GrowthBook script."); // growthBook = undefined; // Explicitly set to undefined on error // }; // } catch (error) { // console.error("An error occurred while setting up the GrowthBook script:", error); // growthBook = undefined; // } // })(); // // Optional: Push to dataLayer if needed // window.dataLayer = window.dataLayer || []; // window.dataLayer.push({ // 'event': 'scriptLoadStatus', // 'growthBookStatus': growthBook ? "Loaded" : "Failed" // });