API
The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Video Streaming
Video Streaming
Chosen image
Home/Video Streaming/Live streams and videos protocols and codecs/Output parameters

Output parameters after transcoding: bitrate, frame rate, and codecs

What is transcoding with ABR?

In a nutshell, transcoding is converting the original video from one format to another format with a set of extra qualities (ABR). Transcoding aims to make videos viewable across different platforms and devices and to expand the number of viewers, e.g., adding those who couldn't watch the video in its original format. Learn more about transcoding with our in-depth article.

Transcoding with adaptive bitrate streaming (ABR) works like this:

  1. Decoding of the original video (list of accepted parameters for input video)
  2. Processing, including scaling (resizing,) frame rate conversion, aspect ratio conversion, and other types of video processing
  3. Encoding into the desired output format

Discover how we lowered the bitrate for live and VOD streaming by 32.5% without sacrificing quality.

Audio and video codecs

A transcoded video stream has the following codecs by default:

  • Audio: AAC, 44.1KHz, stereo
  • Video: H264, 30FPS, ABR

Output parameters after transcoding

Video Quality Resolution FPS Video bitrate, Mbps Audio bitrate, Mbps
UHD 8K* 7680 × 4320 - - -
UHD 4K* 3840 × 2160 30 14,000 0,196
QHD 2K* 2560 × 1440 30 7,200 0,196
Full HD 1080p 1920 × 1080 30 4,050 0,128
HD 720p 1280 × 720 30 1,800 0,128
SD 480p 854 × 480 30 0,800 0,128
360p 640 × 360 30 0,450 0,064
240p* 427 × 240 30 0,200 0,064
144p* 254 × 144 30 0,072 0,064 (1ch)

*To enable these qualities, contact the support team.

The values in the table are given for videos with a horizontal aspect ratio of 16:9. The values are reversed for vertical videos. For example, if a horizontal resolution is (1280 × 720), the relevant vertical resolution is (720 × 1280).

We use variable bitrate (VBR) for encoding video. The table above shows average values. The Gcore Customer Portal shows a sum of audio and video bitrates.

Note: We don’t upscale videos. Your output will range from the lowest quality to that of your original bitrate. So, if you upload a 4K video, your output will range from the lowest quality up to 4K. Similarly, if you upload a 720p video, your output will vary from the lowest quality up to 720p only.

HTTP response codes when requesting Live and VOD videos

The following table includes the possible HTTP response codes returned when requesting videos and live streams for manifests (.m3u8, .mpd) and chunks (.ts, mp4, etc.).

CodeFunctionDescription
200OKAll OK
403ForbiddenAccess is denied. If you use any distribution restriction such as geo restriction or token, you must satisfy this condition for access.
404Not FoundThere's no requested video, or the live stream is temporarily not delivering chunks. Check the request link or activate your video.
412Precondition FailedApplicable for Live only. A manifest and chunks are requested from a stream that hasn't started yet and, accordingly, is not transcoded. Start a stream or restart transcoding.
422Not FoundThis is advanced functionality (i.e. custom encoding presets). To enable it, contact your manager or the support team.
500Internal Server ErrorAn unexpected issue happened on the server. This may be a local error in a specific video. In this case, check the video processing status in your personal account. If the error is global, the information will be on the status page.
503Service UnavailableAn unexpected issue happened on the server. This may be a local error in a specific video. In this case, check the video processing status in your personal account. If the error is global, the information will be on the status page.
504Gateway Time-outTimeout for receiving data from the source. Try checking the status of video sending/ingesting and transcoding.

The system health status page is available at https://status.gcore.com/

How to apply 2K/4K+ and custom advanced settings

Some settings require manual control. If you need them, contact the Gcore support team or your manager.

The basic tariff plan doesn't include 2K/4K+ in the transcoding quality preset. For information about high-quality video processing costs, check our pricing page. To work with high-quality video, we'll provide you with new quality presets and a new tariff plan.

Additionally, you can ask to activate the following settings:

  • Use codecs H265 HEVC, VP9, AV1, etc.,
  • Add 8K quality,
  • Add super-low quality 144p,
  • Change preset of output ABR qualities for all or some renditions, remove low-quality renditions,
  • Use 60+ FPS or use original FPS values,
  • Increase bitrate for audio; use 48KHz,
  • Use Dolby Digital, Dolby Atmos,
  • Transmux VOD MP4 files into HLS on the fly.
  • Transmux and “pass-through” instead of transcoding for LIVE streams.

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" // });