Skip to content

对于ffmpeg6.0的编译失败问题,修改了一些代码,本地编译成功,这是轮子,需要的自行下载安装~ #350

@VipCrazyMaster

Description

@VipCrazyMaster

decord-0.6.0-cp312-cp312-linux_x86_64.whl
基于ffmpeg6.0编译

安装好后测试能否正常使用:python -c "import decord; print(decord.version); print(decord.file)"
如果不行大概率需要更新本地的libgcc-ng到带 GCC 12的版本,更新完成后在测试~,祝好运!~
安装带 GCC 12 的 libgcc-ng
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install libgcc-ng=12

decord-0.6.0-cp312-cp312-linux_x86_64.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions