[FFmpeg-trac] #11430(avformat:new): [Regression] Data stream in MPEG-TS may glitch "-stats" display in FFmpeg 7
FFmpeg
trac at avcodec.org
Wed Jan 29 08:25:13 EET 2025
#11430: [Regression] Data stream in MPEG-TS may glitch "-stats" display in FFmpeg 7
-------------------------------------+-------------------------------------
Reporter: Denis | Owner: (none)
Filippov |
Type: defect | Status: new
Priority: normal | Component: avformat
Version: 7.1 | Resolution:
Keywords: mpegts | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 1 |
-------------------------------------+-------------------------------------
Comment (by Denis Filippov):
I tested 2 commands:
The first:
{{{
% ffmpeg -i "data_streams.ts" -f null - 2> out1.txt
}}}
results in out1.txt
I change the second, by my request, because the data stream SHOULD be in
result: instead -dn (is is the same as first command) I use -sn (disable
teletext, and leave scte-35)
{{{
% ffmpeg -i "data_streams.ts" -map 0 -sn -f null - 2> out2.txt
}}}
results in out2.txt
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11430#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list