v0.9.0
VideoIO v0.9.0
Full Changelog: https://github.com/JuliaIO/VideoIO.jl/blob/v0.9.0/CHANGELOG.md
Closed issues:
- Inaccuracies with seek (#242)
- Documentation is from v0.6.10 (#264)
- Decoder not flushed when reading a video stream (#270)
- Encoding drops the first two frames of all videos (#271)
- Encoded videos have few, if any, keyframes (#273)
- Should we be using AVOutputFormat? (#274)
seek
conflates DTS and PTS, shifts times by first DTS in a stream (#275)- Link to VideoReader in docs is broken (#280)
- How input color range is mapped onto encoded output depends on whether input is RGB or Gray (#283)
- Something wrong with converting rgb to yuv for color videos (#284)
- Should we use sws-scale for encoding? (#285)
- why the pwd? (#288)
Merged pull requests:
- Fix dropped frames when reading, encoding, add 10 bit support, and more (#279) (@galenlynch)
- Fixing docs (#281) (@IanButterworth)
- Remove 'archived' gen files (#286) (@galenlynch)
- Update encoding.jl (#289) (@yakir12)
- Disable fail fast github actions CI (#290) (@IanButterworth)
- Fix typedef, tidy up tests (#300) (@IanButterworth)
- Remove old encode functions (#301) (@IanButterworth)
- CompatHelper: add new compat entry for "Downloads" at version "1.3" (#302) (@github-actions[bot])
- Remove VideoEncoder and associated functions (#303) (@galenlynch)
- Naming and settings fixes (#304) (@IanButterworth)
- Rename a few more instances of 'settings' to 'options' (#305) (@galenlynch)
- append_encode_mux! -> Base.write, and simplify (#307) (@IanButterworth)
- add VideoIO.load function (#309) (@IanButterworth)
- Expand v0.9 changelog (#310) (@galenlynch)