mirror of
https://github.com/UrloMythus/UnHided.git
synced 2026-04-11 03:40:54 +00:00
update
This commit is contained in:
18
mediaflow_proxy/remuxer/__init__.py
Normal file
18
mediaflow_proxy/remuxer/__init__.py
Normal file
@@ -0,0 +1,18 @@
|
||||
"""
|
||||
Media remuxer package.
|
||||
|
||||
Provides pure Python implementations for media container parsing, remuxing,
|
||||
and transcoding:
|
||||
|
||||
- ebml_parser: Minimal EBML/MKV parser for seeking and demuxing
|
||||
- ts_muxer: fMP4 -> MPEG-TS remuxer
|
||||
- mkv_demuxer: Streaming MKV demuxer
|
||||
- mp4_muxer: MP4 box builder for standard moov-first MP4
|
||||
- audio_transcoder: PyAV-based audio frame transcoding
|
||||
- video_transcoder: GPU-accelerated video transcoding via PyAV
|
||||
- pyav_demuxer: Universal PyAV-based streaming demuxer (any container)
|
||||
- codec_utils: Codec compatibility detection and decision engine
|
||||
- media_source: Abstract MediaSource protocol (Telegram, HTTP, etc.)
|
||||
- transcode_handler: Shared transcode request orchestrator
|
||||
- transcode_pipeline: MKV fast-path and universal transcode pipelines
|
||||
"""
|
||||
Reference in New Issue
Block a user