Skip to content

VMAF score of 100 coming for dolby vision 4K encoded content #1416

Open
@tarun-discovery

Description

@tarun-discovery

I tried following version of command

ffmpeg -i source.mxf -i transcoded-dragons.mp4 -lavfi "[0:v]format=pix_fmts=yuv420p10le,setpts=PTS-STARTPTS[source];[1:v]scale=w=3840:h=2160:flags=bicubic[encoded];[encoded]setpts=PTS-STARTPTS[encoded1];[encoded1][source]libvmaf=model=path=./model/vmaf_4k_v0.6.1.json:feature='name=psnr|name=float_ssim|name=float_ms_ssim':n_threads=4:log_fmt=json:log_path=vmaf.json" -f null -

VMAF = 100

and

ffmpeg -loglevel debug -i source.mxf -i transcoded-dragons.mp4 -an -lavfi "[0:v]zscale=primaries=bt2020:transfer=smpte2084:matrix=bt2020nc,format=yuv420p10le,setpts=PTS-STARTPTS[source];[1:v]setpts=PTS-STARTPTS[dv_converted];[dv_converted]scale=w=3840:h=2160:flags=bicubic[encoded];[encoded][source]libvmaf=model=path=/content/model/vmaf_4k_v0.6.1.json:feature='name=psnr|name=float_ssim|name=float_ms_ssim|name=cambi':n_threads=4:log_fmt=json:log_path=abc.json" -f null -

VMAF = 99.7

These values clearly seems wrong,

Should we doing anything specific while calculating vmaf for dolby encoded HDR 4K content

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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