oddity-ai / video-rs

Video readers, writers, muxers, encoders and decoders for Rust based on ffmpeg libraries.
Apache License 2.0
234 stars 28 forks source link

Use `ffmpeg-the-third` crate #28

Closed zeozeozeo closed 8 months ago

zeozeozeo commented 10 months ago

ffmpeg-the-third is a fork of the abandoned ffmpeg-next crate, which is a fork of the abandoned ffmpeg crate, adding features like FFmpeg 5.x and FFmpeg 6.x support.

gerwin3 commented 10 months ago

Is there any comment from the original maintainer of ffmpeg-next? I can't seem to find a confirmation that it has gone unmaintained.

zeozeozeo commented 10 months ago

Is there any comment from the original maintainer of ffmpeg-next? I can't seem to find a confirmation that it has gone unmaintained.

not sure really, but sadly it doesn't seem like ffmpeg-next is being maintained (last release was 8 months ago), new PRs are not merged too.

gerwin3 commented 10 months ago

Okay, I want to wait this out for a bit since the ffmpeg-the-third crate does not seem to be the de facto replacement just yet. Do agree though that ffmpeg-next seems unmaintained. Will get back to this in a couple months to see if things have changed!

gerwin3 commented 8 months ago

seems ffmpeg-next is back in business :partying_face: