-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ffmpeg installation doesn't include 'prores_ks' #2018
Comments
Further checking reveals scoop is using It was suggested that scoop's auto update servers may have pulled a version that's too new, although it doesn't appear to be a nightly version. |
Did you try updating ffmpeg the current version scoop uses the nightly build versions from Zeranoe as default. Should we switch it to the stable build? |
I updated using scoop to the latest ffmpeg you mention. The same issue persists. I would suggest yes, switching to the stable build of ffmpeg might be best for most users. |
Done 👍 |
Awesome, thanks. Unfortunately, it didn't seem to fix my initial issue. Unless I'm misunderstanding something about scoop's operation. I uninstalled ffmpeg with scoop, cleaned the cache, and reinstalled ffmpeg. The version now shows as 3.4.1. But running my same command invoking Running the identical command on the binary of ffmpeg downloaded directly from Zeranoe works as expected. Is there anything else about the scoop installation that I am missing or misunderstanding? |
Perhaps calling it via the shim is causing your issue. Try running the exe directly, via:
|
@rasa Calling it directly worked. But obviously the shims are a big part of the usability of scoop. (I am fairly familiar with command line tools on macOS, but only just setting up a Windows machine for the first time in a long while). Is there anything that can be done to allow the shim to call with the same results as that direct command? |
Can you provide some test data, so I can try to reproduce it? Would like to check if the |
5x DPX frames and the expected ProRes result uploaded here: https://benrichardson.s3.amazonaws.com/dl/test.zip |
It works from |
Sadly outside my realm of understanding…! Only a user, I'm afraid. But glad it sounds like you found something. Does it seem resolvable? |
Currently, I don't have any clue how to fix that. 😕 |
I am taking a look at shims and args - see #2025. |
I just wanted confirm that this issue still exists and is related to the Using
Using the same switches by calling ffmpeg.exe directly works as expected. |
Still an issue. One workaround is to use ffmpeg.exe literally in PowerShell: |
Can confirm this is still a problem
|
Merged in develop branch - #4543 |
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
The text was updated successfully, but these errors were encountered: