Esa Kataja 5584bbca57 fix: detect video stream by codec_type instead of codec name allowlist
GetMediaInfo previously only recognized mpeg2video/h264/hevc and silently
returned 0x0 with no error for other codecs (VC-1, MPEG-4 ASP, AV1,
ProRes), causing DetectMediaType to misclassify as DVD and feeding bogus
dimensions to the zscale filter. Pick the first stream with
codec_type=video and return an explicit error if none is found.
2026-05-16 20:07:33 +03:00
2026-05-16 19:42:25 +03:00
2026-05-16 19:41:31 +03:00
2026-04-04 18:07:26 +03:00
2026-04-04 18:07:26 +03:00
2026-05-16 19:42:25 +03:00
2026-04-04 18:05:26 +03:00
S
Description
No description provided
150 KiB
Languages
Go 100%