JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
125 stars 53 forks source link

VideoIO can't open some AV1 encoded mkv files #373

Closed contradict closed 1 year ago

contradict commented 1 year ago

Originally reported on discourse here.

contradict commented 1 year ago

I opened a PR to get libaom into Yggdrasil here.

contradict commented 1 year ago

PR to build FFMPEG_jll with libaom

contradict commented 1 year ago

OK! Thanks to @giordano these two PR's are merged and this issue can be closed. Updating packages will get the latest FFMPEG_jll which is already compatible with the current VideoIO.

IanButterworth commented 1 year ago

Nice, thanks both!