Opened 4 months ago

Last modified 4 months ago

#10792 new defect

After threaded architecture change, conversion of inputs with DVD subtitles yields incorrect duration and progress is strange

Reported by: Marth64 Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description (last modified by Marth64)

Summary of the bug:

After threaded architecture change, conversion of inputs with DVD subtitles yields incorrect duration and progress is strange. For longer files, ffmpeg will see time as N/A for couple seconds, while bitrate grows unrealistically high. In all cases, output duration is printed wrong.

Discovered this while working on DVD demuxer, but issue is independent of the demuxer entirely.

Can be reproduced with sample file already available: https://samples.ffmpeg.org/MPEG-VOB/inverse_telecine_problem/vts_01_1.1st_50M.vob

Issue is not reproducible prior to this change.

How to reproduce:

ffmpeg -probesize 512M -analyzeduration 60000000 -fflags +genpts -i vts_01_1.1st_50M.vob -map 0:v -map 0:a -map 0:s -c copy -f matroska Parallelissue.mkv

Prints: time=00:00:47.81

Aactual time, and time shown prior to threaded arch change: time=00:01:32.65

Change History (2)

comment:1 by Marth64, 4 months ago

Description: modified (diff)

comment:2 by Marth64, 4 months ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.