[FFmpeg-trac] #10798(undetermined:new): When a second video stream/a cover.jpg is attached, progress (time, bitrate, speed) display fails
FFmpeg
trac at avcodec.org
Mon Mar 18 22:58:11 EET 2024
#10798: When a second video stream/a cover.jpg is attached, progress (time,
bitrate, speed) display fails
-------------------------------------+-------------------------------------
Reporter: t-nil | Owner: (none)
Type: defect | Status: new
Priority: normal | Component:
| undetermined
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by Eric):
I encountered this issue after updating FFMpeg from Gyan.dev site's
2023-08-30 version to 2024-03-18 version. Issue does not occur with the
2023-08-30 version. Issue does not occur if cover art is excluded or
input file does not have cover art. With the 2024-03-18 version, the
first command line, which copies the cover art, exhibits the issue, the
second command line, which does not copy the cover art, does not:
ffmpeg -i aaa.mp4 -map 0 -c copy -c:s mov_text bbb.mp4
ffmpeg -i aaa.mp4 -map 0 -map -0:v:1 -c copy mov_text bbb.mp4
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10798#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list