Browse Source

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>
tags/n2.3
Lou Logan 11 years ago
parent
commit
c17973f19a
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      doc/bitstream_filters.texi

+ 7
- 0
doc/bitstream_filters.texi View 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

Loading…
Cancel
Save