Skip to content

Consolidate FrameProcessingResult and VideoProcessingResult #74

@eliteprox

Description

@eliteprox

There is duplication across frame handling that could be kept in frames.py

class FrameProcessingResult(Enum):
"""Explicit result types for frame processing operations."""
SKIPPED = "skipped" # Frame was skipped due to adaptive logic

class VideoProcessingResult(Enum):
"""Explicit result to distinguish intentional frame withholding from errors."""
WITHHELD = "withheld"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions