You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
TobiasFaller
added a commit
to TobiasFaller/FFmpeg.NET
that referenced
this issue
Jan 5, 2024
Attempting to set the ConversionOptions VideoFormat to VideoCodec.libvpx__vp9 results in FFMpeg being called with the argument
libvpx__vp9
instead oflibvpx-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"
The text was updated successfully, but these errors were encountered: