diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-01-27 12:31:27 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-02-02 15:41:54 +0100 |
commit | aa3cfd4b5a04f3259605e23894b20dec15ea9748 (patch) | |
tree | c4a858ce364399ebb2a2ee397dc0c721b72601a4 /doc | |
parent | 70ecb8238cffd896db3e6e817f913c7a4546c791 (diff) | |
download | ffmpeg-aa3cfd4b5a04f3259605e23894b20dec15ea9748.tar.gz |
lavc/bsf: add a showinfo filter
Analogous to the (a)showinfo lavfi filters, logs basic packet
information. Mainly useful for debugging/testing/development.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bitstream_filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index dc4f85bac0..d5bac105ff 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -887,6 +887,10 @@ For example, to set PTS equal to DTS (not recommended if B-frames are involved): ffmpeg -i INPUT -c:a copy -bsf:a setts=pts=DTS out.mkv @end example +@section showinfo +Log basic packet information. Mainly useful for testing, debugging, +and development. + @anchor{text2movsub} @section text2movsub |