2025-01-26, 05:05 PM
(This post was last modified: 2025-01-26, 05:06 PM by TheDreadPirate. Edited 1 time in total.)
(2025-01-25, 10:56 PM)goerdi Wrote: av1_metadata @ 0x615099474780] Codec 'mjpeg' (7) is not supported by the bitstream filter 'av1_metadata'. Supported codecs are: av1 (225)
[vost#0:7/copy @ 0x615099546880] Error initializing bitstream filter: av1_metadata
This happens when there is an embedded image attached. For whatever reason ffmpeg labels that as "video". Your video may not have actually converted.
Change the bsf filter to specify the first video stream, which is USUALLY the actual video. Switch 0 to 1 if the embedded image comes before the video
Code:
-bsf:v:0