diff --git a/index.html b/index.html index 719de08..75e0c79 100644 --- a/index.html +++ b/index.html @@ -212,6 +212,24 @@ + + + +
ffmpeg -i input_file -f rawvideo -c:v copy output_file.dv
This script will take a video that is encoded in the DV Codec but wrapped in a different container (such as MOV) and rewrap it into a raw DV file (with the .dv extension). Since DV files potentially contain a great deal of provenance metadata within the DV stream, it is necessary to rewrap files in this method to avoid unintentional stripping of this metadata.
+