decord icon indicating copy to clipboard operation
decord copied to clipboard

Conflict with PyAV

Open willprice opened this issue 4 years ago • 1 comments
trafficstars

Importing decord before av (https://github.com/PyAV-Org/PyAV) breaks av. See https://github.com/PyAV-Org/PyAV/issues/735 for details on what happens and a reproduction script.

willprice avatar Jan 21 '21 13:01 willprice

Possibly because record packed the FFmpeg shared library which is incompatible with pyA, I am not sure what's exact version pyAV is expecting, but you can either remove the FFmpeg.dll/so/dylib in dist-package installed via pip or simply build decord from source to utilize the FFmpeg shipped with pyAV

zhreshold avatar Jan 25 '21 06:01 zhreshold