You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a note of a known issue we were unable to find a solution for.
Some frames cannot be processed with the current pyrate version, and we need to changed the compression mode in GDAL from "PackBits" to "DEFLATE"
There are three locations in the pyrate code (line 892 shared.py, line 1077 shared.py, line 241 gdal_python.py on develop branch) where there is a "compress=packbits" set for GDAL. change those to "compress=deflate" and the issue will be fixed.
Also, noted it is a PyRate code change, not a config switch
Error Message
The text was updated successfully, but these errors were encountered:
Description
This is a note of a known issue we were unable to find a solution for.
Some frames cannot be processed with the current pyrate version, and we need to changed the compression mode in GDAL from "PackBits" to "DEFLATE"
There are three locations in the pyrate code (line 892 shared.py, line 1077 shared.py, line 241 gdal_python.py on develop branch) where there is a "compress=packbits" set for GDAL. change those to "compress=deflate" and the issue will be fixed.
Also, noted it is a PyRate code change, not a config switch
Error Message
The text was updated successfully, but these errors were encountered: