-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Leverage PyAV in mosaic_py for decoding
With PyAV's bindings to FFMPEG it's trivial to offload decoding to FFMPEG. While fun, it wasn't feasible to write a decoder for every format used in QTVR files. The self writter decoders also had slight color differences with respect to FFMPEG. Note: PyAV needs to be installed by hand, see the README for more information. Long story short, there are two issues: 1. Regular PyAV from PyPI doesn't expose `bits_per_coded_sample` on codecs. PR 1162 resolves the issue: PyAV-Org/PyAV#1162 2. PyAV can't be build easily. Missing is Cython 3 support from the source. Apply this PR PyAV-Org/PyAV#1145
- Loading branch information
Showing
3 changed files
with
107 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.