From d313a850533fdca6fa4d51ac8e1f9239df6163fb Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Fri, 12 Sep 2025 17:30:31 +0200 Subject: [PATCH] Document cropping in more places --- README.md | 2 +- docs/guide/converting-media-files.md | 1 + docs/guide/introduction.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b268e2..60b7b48 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Core features include: - **Wide format support**: Read and write MP4, MOV, WebM, MKV, WAVE, MP3, Ogg, ADTS - **Built-in encoding & decoding**: Supports 25+ video, audio, and subtitle codecs, hardware-accelerated using the WebCodecs API - **High precision**: Fine-grained, microsecond-accurate reading and writing operations -- **Conversion API**: Easy-to-use API with features such as transmuxing, transcoding, resizing, rotation, resampling, trimming, and more +- **Conversion API**: Easy-to-use API with features such as transmuxing, transcoding, resizing, rotation, cropping, resampling, trimming, and more - **Streaming I/O**: Handle reading & writing files of any size with memory-efficient streaming - **Tree-shakable**: Only bundle what you use (as small as 5 kB gzipped) - **Zero dependencies**: Implemented in highly performant TypeScript diff --git a/docs/guide/converting-media-files.md b/docs/guide/converting-media-files.md index 76f4296..91a3aae 100644 --- a/docs/guide/converting-media-files.md +++ b/docs/guide/converting-media-files.md @@ -11,6 +11,7 @@ It has the following features: - Trimming - Video resizing & fitting - Video rotation +- Video cropping - Video frame rate adjustment - Audio resampling - Audio up/downmixing diff --git a/docs/guide/introduction.md b/docs/guide/introduction.md index 4a63c35..db03b55 100644 --- a/docs/guide/introduction.md +++ b/docs/guide/introduction.md @@ -17,7 +17,7 @@ Here's a long list of stuff this library does: - Lazy, optimized, on-demand file reading - Input and output streaming, arbitrary file size support - File location independence (memory, disk, network, ...) -- Utilities for compression, resizing, rotation, resampling, trimming +- Utilities for compression, resizing, rotation, cropping, resampling, trimming - Transmuxing and transcoding - Microsecond-accurate reading and writing precision - Efficient seeking through time