summaryrefslogtreecommitdiff
path: root/doc/bitstream_filters.texi
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2014-06-02 15:17:24 -0800
committerLou Logan <lou@lrcd.com>2014-06-02 15:17:24 -0800
commitc17973f19a338943dcffd93c1e6201d2fa22e3ca (patch)
tree6fc133b52fe253c62c4a10da1b89c7091c87505e /doc/bitstream_filters.texi
parent1a426d5404257b60cd70a952d0767434f8d25db8 (diff)
downloadffmpeg-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>
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r--doc/bitstream_filters.texi7
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