diff --git a/index.html b/index.html index b8f928a..3a4f0f6 100644 --- a/index.html +++ b/index.html @@ -1408,21 +1408,21 @@ foreach ($file in $inputfiles) { - - -
Modifies an existing, functioning DV file and intentionally breaks it for testing purposes.
-ffmpeg -i input_file.dv -bsf noise -c copy output_file.dv
Modifies an existing, functioning file and intentionally breaks it for testing purposes.
+ffmpeg -i input_file -bsf noise=1 -c copy output_file
-bsf:v
for video, -bsf:a
for audio, etc. The noise filter intentionally damages the contents of packets without damaging the container. This sets the noise level to 1 but it could be left blank or any number above 0.