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

Incorrect score when bit depth is different. #49

Open
@Ves02

Description

@Ves02

Attempted to transcode source video with pixel format of yuv420p to yuv420p10le. Comparing them resulted in unusually low score of around 23.
I tried it again with outputting yuv420p and was significantally higher.

Source video must be yuv420p
Command used to transcode:

ffmpeg -i input.mp4 -c:a copy -c:v libsvtav1 -pix_fmt yuv420p10le -preset 8 -crf 32 output.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions