Closed IanButterworth closed 5 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
Now fixed through https://github.com/kmsquire/VideoIO.jl/pull/132