[FFmpeg-devel] [PATCH] doc/bsf: document noise bitstream filter

Lou Logan lou at lrcd.com
Mon Jun 2 21:43:58 CEST 2014


Signed-off-by: Lou Logan <lou at lrcd.com>
---
 doc/bitstream_filters.texi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index 9bcb12c..d193a3a 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.
+
+ at example
+ffmpeg -i INPUT -codec copy -bsf noise output.mkv
+ at end example
+
 @section remove_extra
 
 @c man end BITSTREAM FILTERS
-- 
1.9.3



More information about the ffmpeg-devel mailing list