JuliaIO / VideoIO.jl

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

Precompilation LoadError: could not open file ...src/ffmpeg/AVUtil/v56/LIBAVUTIL.jl #131

Closed IanButterworth closed 5 years ago

IanButterworth commented 6 years ago
julia> using VideoIO
[ Info: Precompiling VideoIO [d6d074c3-1acf-5d4c-9a43-ef38773959a2]
ERROR: LoadError: LoadError: LoadError: LoadError: could not open file /Users/IanB/.julia/packages/VideoIO/PIgWQ/src/ffmpeg/AVUtil/v56/LIBAVUTIL.jl
IanButterworth commented 6 years ago

Correction. The workaround below didn't work. Seems like that didn't correct the ffmpeg version used by VideoIO

VideoIO.versioninfo()
Using ffmpeg
AVCodecs version 58.35.100
AVFormat version 58.20.100
AVUtil version 56.22.100
SWScale version 5.3.100
AVDevice version 58.5.100
AVFilters version 7.40.101

Workaround to bring back FFMPEG into supported range:

brew install ffmpeg@2.8
IanButterworth commented 5 years ago

Now fixed through https://github.com/kmsquire/VideoIO.jl/pull/132