kkroening/ffmpeg-python

Test failure: test__probe

xiota opened this issue · 0 comments

xiota commented

Arch Linux. FFmpeg 6.0.

_________________________________ test__probe __________________________________

    def test__probe():
        data = ffmpeg.probe(TEST_INPUT_FILE1)
        assert set(data.keys()) == {'format', 'streams'}
>       assert data['format']['duration'] == '7.036000'
E       AssertionError: assert '7.035646' == '7.036000'
E         - 7.036000
E         + 7.035646

ffmpeg/tests/test_ffmpeg.py:708: AssertionError