1
0
Fork 0

doc/bitstream_filters: add setts example

This commit is contained in:
Marth64 2023-12-09 13:23:04 -06:00 committed by Stefano Sabatini
parent d06518e448
commit 715e5e3e23
1 changed files with 5 additions and 0 deletions

View File

@ -882,6 +882,11 @@ The sample rate of stream packet belongs.
The AV_NOPTS_VALUE constant.
@end table
For example, to 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
@anchor{text2movsub}
@section text2movsub