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

Lou Logan git at videolan.org
Tue Jun 3 01:21:12 CEST 2014


ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Mon Jun  2 15:17:24 2014 -0800| [c17973f19a338943dcffd93c1e6201d2fa22e3ca] | committer: Lou Logan

doc/bsf: document noise bitstream filter

Partially addresses ticket #3198.

Signed-off-by: Lou Logan <lou at lrcd.com>
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c17973f19a338943dcffd93c1e6201d2fa22e3ca
---

 doc/bitstream_filters.texi |    7 +++++++
 1 file changed, 7 insertions(+)

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



More information about the ffmpeg-cvslog mailing list