webcodecs-examples 0.1.7 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -19,15 +19,17 @@ Full-featured video player demonstrating:
19
19
 
20
20
  ---
21
21
 
22
- ### 🔄 [Video Transcoding](./transcoding) *(planned)*
22
+ ### 🔄 Video Transcoding *(available)*
23
23
  Transcode videos with different codecs, resolutions, and quality settings:
24
24
  - Input: MP4/WebM
25
25
  - Output: MP4/WebM with custom settings
26
26
  - Audio pass-through (no re-encoding)
27
27
  - Progress reporting
28
+ - Worker-based for non-blocking UI
28
29
 
29
- **Live Demo**: Coming soon
30
- **Source**: [/transcoding](./transcoding)
30
+ **Usage**: `import { VideoTranscoder } from 'webcodecs-examples/transcoding'`
31
+ **Demo**: `npm run dev:transcoding`
32
+ **Source**: [/src/transcoding](./src/transcoding)
31
33
 
32
34
  ---
33
35