docs: split transform-and-deliver into image and video pairs - #744
Merged
Conversation
The doc covered both images and video, but the only runnable example was image-only, so cloudinary.video() was documented and never demonstrated. - rename transform-and-deliver-media.md to transform-and-deliver-image.md and drop its Video section - add docs/transform-and-deliver-video.md and examples/transform-and-deliver-video.js covering the player tag, video URL, poster frame, and HLS streaming - split the delivery row in platform-capabilities.md by media type, and update both task indexes and the remaining cross-references URLs verified against the demo cloud: the mp4, poster-frame jpg, and m3u8 manifest all return 200. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Follow-up to #742.
docs/transform-and-deliver-media.mdcovered both images and video, but the only runnable example was image-only —cloudinary.video()was documented and never demonstrated.transform-and-deliver-media.md→transform-and-deliver-image.mdand drop its Video sectiondocs/transform-and-deliver-video.md+examples/transform-and-deliver-video.js: player tag, video URL, poster frame (so_2+ jpg), HLS viasp_hd/m3u8platform-capabilities.mdby media type; update both task indexes and all remaining cross-referencesDocs and examples are now 1:1: each task doc has a matching runnable example, and the two pairs cross-link.
Verification
docs/and README resolvenpm run lintclean, 315 unit tests passingnpm pack🤖 Generated with Claude Code