]> git.sesse.net Git - ffmpeg/commitdiff
doc/bsf: document noise bitstream filter
authorLou Logan <lou@lrcd.com>
Mon, 2 Jun 2014 23:17:24 +0000 (15:17 -0800)
committerLou Logan <lou@lrcd.com>
Mon, 2 Jun 2014 23:17:24 +0000 (15:17 -0800)
Partially addresses ticket #3198.

Signed-off-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
doc/bitstream_filters.texi

index 9bcb12c734d05950c71dca2db59f9e56f8638a72..1bfd6337216ef249c3f8e32a82609ce16a0bf9ed 100644 (file)
@@ -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