Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Bug: compression mode in GDAL from "PackBits" to "DEFLATE" #374

@adu461386118

Description

@adu461386118

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

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions