#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
_______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org https://ffmpeg.org/mailman/listinfo/ffmpeg-trac To unsubscribe, visit link above, or email ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".