Skip to content

Missing aspect ratio metadata #122

Description

@flossy83

Hi

For some reason LwLibavVideoSource isn't detecting the aspect ratio of this clip, while FFVideoSource, Directshow LAV decoder and MediaInfo are successful.

Test clip: https://drive.google.com/uc?export=download&id=1KnW7FDPEYltp9ugEKVSY2u2tQoC-ZjHV

sourcefile = "motorworld.mkv"
left = LWLibavVideoSource(sourcefile).PropShow()
right = FFVideoSource(sourcefile).PropShow()
StackHorizontal(left, right)

LWLibavVideoSource on left, FFVideoSource on right (_SARDen/_SARNum should be 180/197)

Image

Thanks

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