Opened 5 years ago
Closed 5 years ago
#8568 closed defect (fixed)
Four chapters max on Windows
Reported by: | zboubida | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avformat |
Version: | git-master | Keywords: | tty ffmetadata regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
Summary of the bug: Invalid data error when trying to add more than 4 chapters to an audio webm on Windows. Works fine on Linux
How to reproduce:
% ffmpeg -i input.webm -i meta.txt -map_metadata 1 -codec copy output.webm ffmpeg version 4.2.2 (git-2020-03-11-36aaee2) built on Windows (static)
meta.txt contains 6 chapters. If I remove any 2 of them, it works. The very same command on manjaro linux (n4.2.2) works without any error.
Attachments (2)
Change History (4)
by , 5 years ago
Attachment: | ffmpeg-20200312-192340.log added |
---|
comment:1 by , 5 years ago
Component: | ffmpeg → avformat |
---|---|
Keywords: | tty ffmetadata regression added; chapter metadata removed |
Priority: | normal → important |
Reproduced by developer: | set |
Version: | unspecified → git-master |
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed in b601e24ab39b8bdfb4aec49b6b339dd9b34a2b5e, thank you for the report!
Note:
See TracTickets
for help on using tickets.
log