nano <[email protected]> added the comment:

Reffering to my problem with this file:
/MPlayer/incoming/Non-Monotone_timestamps_with_copy_option

A recent change in the mpeg-ts muxer shows the real problem.
The matroska demuxer does not extract the bitrate from the audio streams. 

Look here: 
    Stream #0.1(deu): Audio: ac3, 48000 Hz, 2 channels, s16
    Metadata:
      description     : 2/0
    Stream #0.2(eng): Audio: ac3, 48000 Hz, 2 channels, s16
    Metadata:
      description     : 2/0

There is no bit_rate info included. The recent change in the mpeg-ts muxer now
produces a warning message if the bit_rate is not set for a stream. 

This is the real cause why I get the error message "non monotone timestamps yyyy
>= yyyy".

____________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/roundup/ffmpeg/issue807>
____________________________________________________

Reply via email to