Skip to content
Snippets Groups Projects
Commit c17973f1 authored by Lou Logan's avatar Lou Logan
Browse files

doc/bsf: document noise bitstream filter


Partially addresses ticket #3198.

Signed-off-by: default avatarLou Logan <lou@lrcd.com>
Signed-off-by: default avatarTimothy Gu <timothygu99@gmail.com>
parent 1a426d54
No related branches found
No related tags found
No related merge requests found
...@@ -121,6 +121,13 @@ ffmpeg -i frame_%d.jpg -c:v copy rotated.avi ...@@ -121,6 +121,13 @@ ffmpeg -i frame_%d.jpg -c:v copy rotated.avi
@section noise @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 @section remove_extra
@c man end BITSTREAM FILTERS @c man end BITSTREAM FILTERS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment