On date Saturday 2023-12-09 13:23:04 -0600, Marth64 wrote: > --- > doc/bitstream_filters.texi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi > index c63c20370f..145aa8684e 100644 > --- a/doc/bitstream_filters.texi > +++ b/doc/bitstream_filters.texi > @@ -882,6 +882,11 @@ The sample rate of stream packet belongs. > The AV_NOPTS_VALUE constant. > @end table > > +Set PTS equal to DTS (not recommended if B-frames are involved): > +@example > +ffmpeg -i INPUT -c:a copy -bsf:a setts=pts=DTS out.mkv > +@end example
Applied, thanks. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".