Skip to content

Issue when running #31

@realhackcraft

Description

@realhackcraft

When I try to convert a mp4 to mov, while also enabling the opengl feature (not using it, just need it in the future), I get this error:

thread 'filtergraph1' (493406) panicked at /Users/user/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ez-ffmpeg-0.5.3/src/core/scheduler/filter_task.rs:474:13:
trying to construct an enum from an invalid value 0x2005

I tried compiling with ffmpeg-next/build, but that was using QtKit for some reason, and it was removed a long time ago.

  • System: macOS 26 beta, m2 CPU

Cargo.toml:

[package]
name = "vidrs"
version = "0.1.0"
edition = "2024"

[dependencies]
ez-ffmpeg = { version = "0.5.3", features = ["opengl"] }

ffmpeg-next = { version = "7.x", features = ["build"] }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions