Shane Warren wrote:
> I am transcoding live video using intel flex 140 cards, and the video mostly
> stays one resolution/framerate but sometimes ads come in that are in
> different resolutions, and that either crashes ffmpeg (in libmfx) or stops
> ffmpeg.
>
> For example, an input stream
It is not possible to convert WebP animations or AVIF animations to other
formats. If you want to convert them, you need to use ImageMagick and type
something like `magick input.webp output-%03d.png
ffmpeg -i output-%03d.png -c:v libaom-av1 output.avif`PS C:\Users\aadmin\Pictures> ffmpeg -i input