gbstack / ffprobe-python

A wrapper of ffprobe command to extract metadata from media files.
Other
58 stars 56 forks source link

Allow specifying streams (e.g. IPTV) as input #9

Closed norus closed 3 years ago

norus commented 3 years ago
$ pytest
test session starts 
platform linux -- Python 3.8.1, pytest-6.1.1, py-1.9.0, pluggy-0.13.1
rootdir: /devel/ffprobe-python
collected 2 items

tests/ffprobe_test.py ..
[100%]

2 passed in 12.87s 
gbstack commented 3 years ago

thanks for your contribution. good job!