Releases: JuliaIO/VideoIO.jl
Releases · JuliaIO/VideoIO.jl
v0.6.2
- Better handling of ffmpeg & ffprobe executables
- Executable functionality tests
v0.6.1
- Fix camera streaming
v0.6.0
Move build process to BinaryProvider
with installation of dedicated ffmpeg 4.1
Supports:
- MacOS(:x86_64)
- Windows(:i686)
- Windows(:x86_64)
- Linux(:x86_64, :glibc)
v0.5.6
Adds get_duration()
get_start_time()
get_time_duration()
v0.5.5
Remove ImageView
as dependency, given functionality that uses ImageView
requires it to be imported before VideoIO
Fix camera initialization
- Camera info is collected into a number of global variables, which are then used to actually initialize the camera.
- Because precompilation is now enabled, these variables now need to be set in
__init__
Enable precompilation
- A long time coming, precompilation finally works for VideoIO!
Windows bugfixes & update build target to ffmpeg 4.1
- Updated windows build target to ffmpeg 4.1
- Fixed method for listing camera objects across 0.7 to 1.1 that was erroring on windows
- Fixed seek() function for 32-bit windows (Relaxed Int32 to Integer etc)
- Updated appveyor tests for windows CI testing
Fix WORD_SIZE issue on windows
- Bug fix - The change from $WORD_SIZE to $Sys.WORD_SIZE was preventing building on windows
Support FFMPEG 4.1
- First release to support FFMPEG 4.1
All credit goes to @clouds56 for putting in the work to support this version of FFMPEG!