Skip to content
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

VideoCodec.libvpx__vp9 unsupported #66

Open
MitchMakesThings opened this issue Mar 29, 2022 · 0 comments
Open

VideoCodec.libvpx__vp9 unsupported #66

MitchMakesThings opened this issue Mar 29, 2022 · 0 comments

Comments

@MitchMakesThings
Copy link

Attempting to set the ConversionOptions VideoFormat to VideoCodec.libvpx__vp9 results in FFMpeg being called with the argument libvpx__vp9 instead of libvpx-vp9, which FFMpeg rejects as an unknown codec.

As a temporary workaround I'm leaving the VideoCodec unspecified and passing ExtraArguments = "-c:v libvpx-vp9"

TobiasFaller added a commit to TobiasFaller/FFmpeg.NET that referenced this issue Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant