From c17973f19a338943dcffd93c1e6201d2fa22e3ca Mon Sep 17 00:00:00 2001 From: Lou Logan Date: Mon, 2 Jun 2014 15:17:24 -0800 Subject: [PATCH] doc/bsf: document noise bitstream filter Partially addresses ticket #3198. Signed-off-by: Lou Logan Signed-off-by: Timothy Gu --- doc/bitstream_filters.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 9bcb12c734d..1bfd6337216 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 -- 2.39.5