Skip to content

ffmpeg installation doesn't include 'prores_ks' #2018

@ben-richardson

Description

@ben-richardson

When trying to encode using prores_ks as the output codec under ffmpeg installed via scoop, it returns:

Unable to find a suitable output format for 'prores_ks'
prores_ks: Invalid argument

Manually installing and using the static binary of ffmpeg 3.4.1 from their main site works as expected with ffmpeg_ks.

Any thoughts as to why prores_ks is unsupported in scoop's install of ffmpeg?

Full command in use was:

ffmpeg -start_number 1001 -f image2 -r 23.98 -i inFile.%04d.dpx -codec:v prores_ks -profile:v 4444 -pix_fmt yuva444p10le -r 23.976 outFile_WinKeepAlpha.mov

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions