Opened 18 months ago
Last modified 18 months ago
#11499 new enhancement
Better handling for atypical streams (random attachment etc.) in Matroska alike
| Reported by: | idest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | avformat |
| Version: | git-master | Keywords: | |
| Cc: | MasterQuestionable | Blocked By: | |
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | yes |
Description (last modified by )
- Create a new video from the files attached to this ticket with the command:
ffmpeg.exe -i input.mkv -attach text.txt -metadata:s:t mimetype=text/plain -c copy out.mkv
- Examine the video with
ffprobe.exe out.mkv
Notice the "Unsupported codec with id 0 for input stream 1" error/warning at the end of the output.
FFmpeg version: N-118325-gea381285e7-20250119,
OS: Windows 10 Home.
Attachments (3)
Change History (8)
by , 18 months ago
by , 18 months ago
by , 18 months ago
| Attachment: | DejaVuSans.ttf added |
|---|
comment:2 by , 18 months ago
| Description: | modified (diff) |
|---|
comment:3 by , 18 months ago
| Description: | modified (diff) |
|---|
comment:4 by , 18 months ago
| Summary: | ffprobe: "Unsupported codec with id 0" for attachement streams → ffprobe: "Unsupported codec" for attachement streams |
|---|
comment:5 by , 18 months ago
| Analyzed by developer: | set |
|---|---|
| Cc: | added |
| Component: | ffprobe → avformat |
| Summary: | ffprobe: "Unsupported codec" for attachement streams → Better handling for atypical streams (random attachment etc.) in Matroska alike |
| Type: | defect → enhancement |
| Version: | unspecified → git-master |
͏ Maybe it should just copy as-is. (for unknown streams)
͏ See also:
͏ https://trac.ffmpeg.org/ticket/11200#comment:8
Note:
See TracTickets
for help on using tickets.



FWIW, ffprobe emits similar errors/warnings for attachments of other MIME types, for example, if I create a new video with the command
and then examine it with ffprobe:
I get output that ends with "Unsupported codec with id 98304 for input stream 1".