From 50e42ee63f1fd8751b1675d7f9c45eae8324c780 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 3 Jul 2026 13:22:01 +0000 Subject: [PATCH] Add changelog entries for Stream Premium Encoding JIT documentation (PR #329) Adds entries to both the root changelog and Stream product changelog for the expanded JIT encoding documentation merged in PR #329. Co-Authored-By: Claude Opus 4.6 Claude-Session: https://claude.ai/code/session_01CFJxDCUGdUMGetJbb5bPcQ --- changelog.mdx | 6 ++++++ stream/changelog.mdx | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 9a3837f..984ec78 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,12 @@ description: "Latest updates and improvements across bunny.net products." rss: true --- + + ## Premium Encoding JIT input requirements, file preparation, and tooling guides + + The Premium Encoding documentation now includes detailed JIT (Just-in-Time) encoding guidance: required input file characteristics (container format, moov atom placement, metadata), recommended file preparation steps, and encoding instructions for HandBrake and FFmpeg. [Learn more](/stream/premium-encoding) + + ## AVIF, HEIC and HEIF are now GA diff --git a/stream/changelog.mdx b/stream/changelog.mdx index 111c4be..6004484 100644 --- a/stream/changelog.mdx +++ b/stream/changelog.mdx @@ -4,6 +4,12 @@ description: "Latest updates and improvements to Stream." rss: true --- + + ## Premium Encoding JIT input requirements, file preparation, and tooling guides + + The Premium Encoding documentation now includes detailed JIT (Just-in-Time) encoding guidance: required input file characteristics (container format, moov atom placement, metadata), recommended file preparation steps, and encoding instructions for HandBrake and FFmpeg. [Learn more](/stream/premium-encoding) + + ## Direct play URLs now support query parameters & documentation improvements