Re: [FFmpeg-user] Intel QSV Transcoding Stops on Resolution Change

2024-08-31 Thread Oliver Fromme
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

[FFmpeg-user] It is not possible to convert WebP and AVIF animations to other formats properly.

2024-08-31 Thread queste--- via ffmpeg-user
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