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
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 argumentManually 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