Professional video processing pipeline with AI analysis, 360° processing, and adaptive streaming capabilities. ✨ Core Features: • AI-powered content analysis with scene detection and quality assessment • Next-generation codec support (AV1, HEVC, HDR10) • Adaptive streaming (HLS/DASH) with smart bitrate ladders • Complete 360° video processing with multiple projection support • Spatial audio processing (Ambisonic, binaural, object-based) • Viewport-adaptive streaming with up to 75% bandwidth savings • Professional testing framework with video-themed HTML dashboards 🏗️ Architecture: • Modern Python 3.11+ with full type hints • Pydantic-based configuration with validation • Async processing with Procrastinate task queue • Comprehensive test coverage with 11 detailed examples • Professional documentation structure 🚀 Production Ready: • MIT License for open source use • PyPI-ready package metadata • Docker support for scalable deployment • Quality assurance with ruff, mypy, and pytest • Comprehensive example library From simple encoding to immersive experiences - complete multimedia processing platform for modern applications.
27 lines
587 B
JSON
27 lines
587 B
JSON
{
|
|
"videos": [
|
|
{
|
|
"path": "resolutions/big_buck_bunny_720p.mp4",
|
|
"category": "resolutions",
|
|
"size_mb": 0.0064945220947265625,
|
|
"metadata": {}
|
|
},
|
|
{
|
|
"path": "patterns/test_patterns_sample_video.mp4",
|
|
"category": "patterns",
|
|
"size_mb": 0.0064945220947265625,
|
|
"metadata": {}
|
|
}
|
|
],
|
|
"total_size_mb": 0.012989044189453125,
|
|
"categories": {
|
|
"standard": [],
|
|
"codecs": [],
|
|
"resolutions": [
|
|
"resolutions/big_buck_bunny_720p.mp4"
|
|
],
|
|
"patterns": [
|
|
"patterns/test_patterns_sample_video.mp4"
|
|
]
|
|
}
|
|
} |