Opened 4 years ago

Closed 4 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)

ffmpeg-20200312-192340.log (5.1 KB ) - added by zboubida 4 years ago.
log
meta.txt (516 bytes ) - added by zboubida 4 years ago.
metadata

Download all attachments as: .zip

Change History (4)

by zboubida, 4 years ago

Attachment: ffmpeg-20200312-192340.log added

log

by zboubida, 4 years ago

Attachment: meta.txt added

metadata

comment:1 by Carl Eugen Hoyos, 4 years ago

Component: ffmpegavformat
Keywords: tty ffmetadata regression added; chapter metadata removed
Priority: normalimportant
Reproduced by developer: set
Version: unspecifiedgit-master

comment:2 by Carl Eugen Hoyos, 4 years ago

Resolution: fixed
Status: newclosed

Should be fixed in b601e24ab39b8bdfb4aec49b6b339dd9b34a2b5e, thank you for the report!

Note: See TracTickets for help on using tickets.