- Print
- DarkLight
- PDF
When you upload a video, our system automatically compresses it using the encoder settings you've chosen. We create different "renditions" of your video to cater to various devices (phones, laptops, TVs) and internet speeds (slow, fast).
Encoding Profile: You choose the specific settings used for compression through an "encoding profile" during setup.
To view your encoding profile, navigate to ADMIN > ENCODING MANAGEMENT (https://tools.viewlift.com/encodingManagement).
Video Codecs:
- Non-DRM Videos: We use the industry-standard H.264 (MPEG-4 AVC) codec for efficient compression.
- DRM Videos: For videos with additional security (DRM), we utilize the VP9 codec.
DRM videos - VP9-DASH
Resolution | Bitrate (kbps) |
---|---|
270p | 150 |
360p | 260 |
576p | 450 |
720p | 750 |
1080p_L | 1300 |
1080p_H | 2200 |
DRM-free videos - H.264-HLS
Resolution | Bitrate (kbps) |
---|---|
90p | 100 |
180p | 220 |
270p | 290 |
360p | 500 |
486p | 850 |
720p | 1400 |
1080p | 2700 |
Using higher bitrates for your videos can increase CDN costs, you can always make changes later to optimize costs without compromising on quality.
Related reference: Recommended Format for Video Ingest and Recommended Format for LIVE Video Ingest
Bitmovin encoding
Bitmovin measures billable minutes for each encoding job using its multipliers. The different bitrates of the renditions must be taken into account when calculating the encoding minutes.
Multiplier | Encoding/Compression Type | Resolution |
---|---|---|
1.5 | SD Codec | Up to 720p |
2.5 | HD Codec | 720p or higher |
5 | VP9 Codec | 720p or higher |
0.25 | Audio Codec | AAC (typically 64 kbps) |
To calculate the number of encoding minutes using Bitmovin's multipliers, you can use the following formula:
number of encoding minutes = duration of each video * number of renditions * multiplier
For example, if a video has a duration of 10 minutes and there are 3 renditions created, the number of encoding minutes would be:
10 minutes * 3 renditions * 1.5 (SD codec) = 45 minutes
Note: Do not calculate the number of encoding minutes by multiplying the duration of each video by the number of renditions that were created. In this case, the calculation would be 30 minutes, which is incorrect.
For up-to-date information on how Bitmovin calculates encoding minutes, see this Bitmovin article.