mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 04:22:51 +08:00
Merge eeaa83398ba1d4e5b470196f7d4c7ca4ba9e8ddf into df129c7ba30aaa9ffffb81a48f53aa7253b0b4e6
This commit is contained in:
commit
0ee10a6e5f
@ -746,7 +746,8 @@ def test_pipe():
|
||||
def test__probe():
|
||||
data = ffmpeg.probe(TEST_INPUT_FILE1)
|
||||
assert set(data.keys()) == {'format', 'streams'}
|
||||
assert data['format']['duration'] == '7.036000'
|
||||
assert data['format']['duration'][:4] == '7.03'
|
||||
assert len(data['format']['duration']) == 8
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.version_info < (3, 3), reason='requires python3.3 or higher')
|
||||
|
Loading…
x
Reference in New Issue
Block a user