TYPO3 extension that compresses videos during upload to 720p H.264 MP4 using ffmpeg.wasm for optimal compatibility and reduced storage. Additionally generates embedded poster images for improved video previews.
Add automatic thumbnail generation and embedding
- Automatically generate and embed poster images in MP4 files during upload
- Extract thumbnails using pure PHP without server-side FFmpeg dependency
- Integrate with TYPO3's file processing system for seamless thumbnail display
- Use FFmpeg's thumbnail filter for intelligent frame selection
- Add comprehensive test suite and debugging commands
- Support videos that skip conversion (already optimized)
- Automatically add poster attributes to frontend video tags
- Robust fallback system for problematic videos using direct extraction
Version | Upload comment | Works with TYPO3 | Download |
---|---|---|---|
2.1.0 /
stable
June 01, 2025 |
Add automatic thumbnail generation and embedding - Automatically generate and embed poster images in MP4 files during upload - Extract thumbnails using pure PHP without server-side FFmpeg dependency - Integrate with TYPO3's file processing system for seamless thumbnail display - Use FFmpeg's thumbnail filter for intelligent frame selection - Add comprehensive test suite and debugging commands - Support videos that skip conversion (already optimized) - Automatically add poster attributes to frontend video tags - Robust fallback system for problematic videos using direct extraction |
12.4.2 - 13.9.99 | Download |
2.0.1 /
stable
January 16, 2025 |
removed the middleware solution for the security header since it did not work. Instead improve documentation on what you need need to do.
|
12.4.2 - 13.9.99 | Download |
2.0.0 /
stable
December 18, 2024 |
Complete rewrite with in-browser ffmpeg video conversion.
|
12.4.0 - 13.4.99 | Download |
1.0.0 /
alpha
September 24, 2019 |
initial release there is still some work to do liek fine tuning quality settings (especially for vp9) and error handling is currently a bit of a mess but the extension is already useful so i decided i release it sooner rather than later. |
8.7.10 - 9.5.99 | Download |