-
-
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 doesn't have included codecs #4231
Comments
I just realized it's a duplicate unresolved issue #2018 with a workarround being to use ffmpeg.exe literally in PowerShell (meaning no '.\ in files and also typing ffmpeg.exe instead of ffmpeg). That is inconvinient. I hope it somehow get's resolved. |
|
Downloading ffmpeg directly from it's repository and placing it in a folder that is included in PATH variable can accept -codec:v etc but I guess your solution will work too as I was always using : character. I guess all I got to do is find all the equivalent arguments. |
maybe it's the shim problem. try this: |
I tried both ffmpeg-nightly-vulkan (100653) & ffmpeg-nightly (100653)
If I try to compress using a video using libvpx-VP9 codec
ffmpeg -i inputfile c:v libvpx-vp9 -sn -dn -an outputfile
I get a message that there is no libvpx-vp9 (I don't remember the exact output right now)
However if I type
ffmpeg -codecs
the codec is there.
For the time being I am forced to download directly from https://github.com/BtbN/FFmpeg-Builds/releases
(for example) ffmpeg-N-100653-geb0f532c98-win64-gpl-vulkan.zip
The text was updated successfully, but these errors were encountered: