diff options
author | Lou Logan <lou@lrcd.com> | 2014-06-02 15:17:24 -0800 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2014-06-02 15:17:24 -0800 |
commit | c17973f19a338943dcffd93c1e6201d2fa22e3ca (patch) | |
tree | 6fc133b52fe253c62c4a10da1b89c7091c87505e | |
parent | 1a426d5404257b60cd70a952d0767434f8d25db8 (diff) | |
download | ffmpeg-c17973f19a338943dcffd93c1e6201d2fa22e3ca.tar.gz |
doc/bsf: document noise bitstream filter
Partially addresses ticket #3198.
Signed-off-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r-- | doc/bitstream_filters.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 9bcb12c734..1bfd633721 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -121,6 +121,13 @@ ffmpeg -i frame_%d.jpg -c:v copy rotated.avi @section noise +Damages the contents of packets without damaging the container. Can be +used for fuzzing or testing error resilience/concealment. + +@example +ffmpeg -i INPUT -c copy -bsf noise output.mkv +@end example + @section remove_extra @c man end BITSTREAM FILTERS |