ffmpeg-python icon indicating copy to clipboard operation
ffmpeg-python copied to clipboard

Test failure: test__probe

Open xiota opened this issue 2 years ago • 0 comments

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

xiota avatar May 03 '23 22:05 xiota