+
+
Makes a broken DV test file
+
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
+
+ - ffmpeg
- starts the command
+ - -i input_file.dv
- takes in a normal DV file
+ - -bsf noise
- sets bitstream filters for all to 'noise'. The noise filter intentionally damages the contents of packets without damaging the container
+ - -c copy
- use stream copy mode to re-mux instead of re-encode
+ - output_file.dv
- path, name and extension of the output DV file
+
+
+
+