Skip to content

Conversation

@theogf
Copy link
Contributor

@theogf theogf commented Feb 16, 2024

Updated compat and removed avresample reference: https://bugs.gentoo.org/722274

@theogf
Copy link
Contributor Author

theogf commented Feb 16, 2024

It looks like OpenSSL has a compatibility issue in 1.3. The version needed by FFMPEG_jll does not exist for 1.3


[compat]
FFMPEG_jll = "4.3.1"
FFMPEG_jll = "4.3.1, 6.1.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm.. I'm not sure about adding this in a patch release.

At least can we check VideoIO.jl tests before releasing this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm.. I'm not sure about adding this in a patch release.

I agree, that would also mean moving the julia bound to 1.6

At least can we check VideoIO.jl tests before releasing this

By this do you mean testing locally?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe also move to v1.0.0 altogether, to avoid the mess of using only two version numbers, this package hasn't been touched in 3 years, looks moderately stable.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By this do you mean testing locally?

You could edit the VideoIO CI to dev this branch and test on a PR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe also move to v1.0.0 altogether, to avoid the mess of using only two version numbers, this package hasn't been touched in 3 years, looks moderately stable.

I see there are these drone CI running on Julia 1.3 - 1.5, can I remove it safely?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Drone service is completely broken, just remove it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also remove AppVeyor as the service in Julia is unmaintained and version still refers to 1.5

@bjarthur
Copy link
Member

except for appveyor build failing, all tests pass. is there a reason not to merge?

@giordano
Copy link
Member

JuliaIO/VideoIO.jl#418

@IanButterworth
Copy link
Member

I think the issues in JuliaIO/VideoIO.jl#418 are resolved. It seems newer FFMPEG just returns greater precision for duration queries.

@IanButterworth IanButterworth merged commit 1bfe14c into JuliaIO:master Jul 26, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update ffmpeg binary version?

5 participants