ts demux
Project description
py_ts_demux
介绍
python版的tsDemuxer,参考项目:https://github.com/goldvideo/demuxer
目前仅ts流解密
####联系作者:xuhx20@qq.com
快速起步
pip install ts-demuxer
# 实例化TsDemux对象
ts_demux = TsDemux()
# 传递视频数据进行demux,返回ts数据(包含视频数据及音频数据)
ts_data = ts_demux.start_demux(video_data)
# 获取音频数据
audio_bytes = ts_data.audio_bytes
# 获取视频数据
video_bytes = ts_data.video_bytes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ts_demuxer-1.0.0.tar.gz
(5.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ts_demuxer-1.0.0.tar.gz.
File metadata
- Download URL: ts_demuxer-1.0.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
251dc1637a075e2951b7154e8e70d6ce29b54bfe4a8e89405f53098399da2b0b
|
|
| MD5 |
f553fcc5721eb49e6fbb2a1e6a42cde6
|
|
| BLAKE2b-256 |
15287522e3465eb000f22407f3b6fcd181afdd41655aa8822cc1cc6f9a96d931
|
File details
Details for the file ts_demuxer-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ts_demuxer-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a6ee4b41c2dbe1970db4ecc1277d8559ac04853f3f384bd1dda79c315a6113d
|
|
| MD5 |
b5070cfc4ecb996112e19b16f38fc9a2
|
|
| BLAKE2b-256 |
d1175f5c98ba7b32c083c9330fe2fb02d2c6e3342072ecf587e026ed14eac965
|