From e4590485169cf30d4a61509a319cf22eb3e79c91 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 07:57:35 +0000 Subject: [PATCH 1/2] Updated mintlify pages - Updated stream/data-and-privacy.mdx - Updated changelog.mdx - Updated stream/encoding.mdx Mintlify-Source: dashboard-editor --- changelog.mdx | 10 +++++++--- stream/data-and-privacy.mdx | 4 ++-- stream/encoding.mdx | 27 +++++++++++++++++++-------- 3 files changed, 28 insertions(+), 13 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index 9a3837fc..8d9031e8 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,12 +4,16 @@ description: "Latest updates and improvements across bunny.net products." rss: true --- - + ## AVIF, HEIC and HEIF are now GA -Support for AVIF, HEIC and HEIF as input formats, and AVIF as an output format, has been promoted to [General Availability](/product-release-stages). -[Learn more](/optimizer/dynamic-images/formats) + Support for AVIF, HEIC and HEIF as input formats, and AVIF as an output format, has been promoted to [General Availability](/product-release-stages). [Learn more](/optimizer/dynamic-images/formats) + + + + ## AVIF, HEIC and HEIF are now GA + Support for AVIF, HEIC and HEIF as input formats, and AVIF as an output format, has been promoted to [General Availability](/product-release-stages). [Learn more](/optimizer/dynamic-images/formats) diff --git a/stream/data-and-privacy.mdx b/stream/data-and-privacy.mdx index bbd52c33..b6707b5c 100644 --- a/stream/data-and-privacy.mdx +++ b/stream/data-and-privacy.mdx @@ -12,6 +12,6 @@ Bunny Stream and Bunny Player are designed to avoid collecting or permanently st Resumable playback is managed entirely within the user's browser using Browser Local Storage on the user's device. No playback information is shared with or stored by bunny.net . Stored playback data is retained locally for up to seven (7) days, after which it is automatically deleted. The playback position is updated every second during viewing and is also saved when the user closes the browser tab or the page is unloaded. The playback position is not saved if the video is within three (3) seconds of completion. This design allows users to resume playback while ensuring that all playback data remains stored exclusively on the user's device. Playback data is never transmitted to or stored by bunny.net . Any technical telemetry transmitted by the player is anonymized and used solely to monitor service health and optimize streaming performance. It is never used for user tracking or identification. - For more information check out our GDPR and Privacy & data policies: \ - [https://bunny.net/gdpr/](https://bunny.net/gdpr/) & [https://bunny.net/privacy/](https://bunny.net/privacy/)\\ + For more information check out our GDPR and Privacy & ddata policies: \ + [https://bunny.net/gdpr/](https://bunny.net/gdpr/) & [https://bunny.net/privacy/](https://bunny.net/privacy/)\\\\ \ No newline at end of file diff --git a/stream/encoding.mdx b/stream/encoding.mdx index 95e366a0..fe338137 100644 --- a/stream/encoding.mdx +++ b/stream/encoding.mdx @@ -1,12 +1,16 @@ --- -title: "Encoding" -sidebarTitle: "Overview" -description: "bunny.net Stream platform provides users with powerful and, most of all, free transcoding of their videos." +title: "Free Encoding" +sidebarTitle: "Free Encoding" +description: "Stream provides users with powerful and, most of all, free transcoding of their videos." --- -It allows users to convert their videos into multiple desired resolutions for maximum compatibility with the end-user who watches them, as our player intelligently selects the best resolution to play to the user, therefore minimalizing buffering on unstable and/or poor connections. +It allows users to convert their videos into multiple desired resolutions for maximum compatibility with the end-user who watches them, as our player intelligently selects the best resolution to play to the user, therefore minimizing buffering on unstable and/or poor connections. -Encoding aside, we also provide an abundance of highly customizable options with which you can further tweak the end result of the videos. This document describes the configuration settings for Bunny Stream video encoding, and helps you configure them for the best results. +Free encoding also provides an abundance of highly customizable options with which you can further tweak the end result of the videos. This document describes the configuration settings for Bunny Stream video encoding, and helps you configure them for the best results. + + + Free encoding is a shared service intended for low volume workloads. For time sensitive video workflows that require fast turn-arounds check out [Premium encoding](https://docs.bunny.net/stream/premium-encoding). + ## Where can I find these settings? @@ -91,8 +95,7 @@ A summary will appear with a breakdown of your video storage usage giving per-vi - Total - Video storage size info can also be provided over API via:\ - [https://docs.bunny.net/api-reference/stream/manage-videos/get-video-storage-size-info](https://docs.bunny.net/api-reference/stream/manage-videos/get-video-storage-size-info) + Video storage size info can also be provided over via [manage-videos endpoint get-video-storage-size-info](https://docs.bunny.net/api-reference/stream/manage-videos/get-video-storage-size-info) API endpoint. ## Why are my videos taking up more space than they should? @@ -101,4 +104,12 @@ You may notice that once a video is uploaded, it consumes a larger amount of sto `MP4 Fallback` `Keep Original Files` `Enabled Resolutions` -If you wish to reduce the size of the final encoded video, you may want to look at which resolutions and/or options you need, whilst disabling the ones you don't need. Please keep in mind that videos only uploaded after the changes will be affected by the change. \ No newline at end of file +If you wish to reduce the size of the final encoded video, you may want to look at which resolutions and/or options you need, whilst disabling the ones you don't need. Please keep in mind that videos only uploaded after the changes will be affected by the change.\ + +## Why are my videos taking so long to encode? + +After a video is uploaded, it enters the encoding queue before it becomes available for playback. Encoding time depends on several factors, including the size, duration and complexity of the source video, the number of output resolutions you’ve enabled, and current encoding platform demand. + +The free encoding service is shared across all users and is intended for general-purpose workloads. During periods of high demand, or when uploading large video libraries as part of a migration, encoding may take anywhere from several hours to multiple days to complete. Large batches of videos from other users can also increase queue times during peak periods. + +If your workflow requires videos to be available as quickly as possible, such as for production services, customer-facing applications, or time-sensitive content, we recommend using [**Premium Encoding**](https://docs.bunny.net/stream/premium-encoding). You should also consider enabling **Early Play** or **Just-in-Time encoding**, which allow viewers to begin watching content before the full encoding process has completed. \ No newline at end of file From 88e1a9c50b51ed3262c63d469b21ab36514011a4 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 08:03:54 +0000 Subject: [PATCH 2/2] Updated mintlify pages - Updated stream/encoding.mdx Mintlify-Source: dashboard-editor --- stream/encoding.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stream/encoding.mdx b/stream/encoding.mdx index fe338137..369e09fb 100644 --- a/stream/encoding.mdx +++ b/stream/encoding.mdx @@ -1,12 +1,12 @@ --- title: "Free Encoding" sidebarTitle: "Free Encoding" -description: "Stream provides users with powerful and, most of all, free transcoding of their videos." +description: "Stream provides users with powerful and free transcoding video service" --- -It allows users to convert their videos into multiple desired resolutions for maximum compatibility with the end-user who watches them, as our player intelligently selects the best resolution to play to the user, therefore minimizing buffering on unstable and/or poor connections. +Free encoding allows you to automatically convert uploaded videos into multiple playback resolutions, ensuring broad device compatibility and an optimal viewing experience. During playback, our stream player intelligently selects the most appropriate resolution based on the viewer’s device and current network conditions, helping to reduce buffering and provide smooth playback even on slower or unstable connections. -Free encoding also provides an abundance of highly customizable options with which you can further tweak the end result of the videos. This document describes the configuration settings for Bunny Stream video encoding, and helps you configure them for the best results. +In addition to adaptive streaming, Free encoding offers a range of configurable encoding options that let you tailor the output to your specific requirements. This guide explains each encoding setting available in Bunny Stream and provides recommendations to help you achieve the best balance between video quality, storage usage, and playback performance. Free encoding is a shared service intended for low volume workloads. For time sensitive video workflows that require fast turn-arounds check out [Premium encoding](https://docs.bunny.net/stream/premium-encoding). @@ -29,7 +29,7 @@ Configures the list of resolutions that the uploaded videos will be transcoded t Configures the list of resolutions that the uploaded videos will be transcoded to. Each resolution comes with a pre-tuned bitrate that provides a great ratio of picture quality and bandwidth usage, but you can fine-tune this by clicking on the bitrate number in the Enabled Resolutions list. Then, you can configure the specific bitrates in which your videos will be encoded in. - Each enabled resolution is a separate encoding job, so a library with five resolutions enabled takes proportionally longer to process than one with two. The same applies if MP4 fallback or multiple output codecs are turned on. The standard transcoding queue is shared and fairly scheduled, so encoding may also be briefly delayed during peak periods — this is normal. If a video stays in **Processing** for more than a few hours, contact support. For predictable, priority encoding times, see [Premium Encoding](/stream/premium-encoding). + Each enabled resolution is a separate encoding job, so a library with five resolutions enabled takes proportionally longer to process than one with two. The same applies if MP4 fallback or multiple output codecs are turned on. ## Keep original files