diff --git a/index.html b/index.html index 1a901c8..94f62a8 100644 --- a/index.html +++ b/index.html @@ -795,7 +795,7 @@
-c:a copy
copies the encode settings of the input_file to the output_file
output_file
path, name and extension of the output_file
-

An alternative that preserves interlacing information for a prores 422hq file generated, for example, from a tape master (credit Dave Rice):

+

An alternative that preserves interlacing information for a ProRes 422 HQ file generated, for example, from a tape master (credit Dave Rice):

ffmpeg -i input_file -c:v prores_ks -flags +ildct+ilme -map 0 -c:a copy -profile:v 3 -vf hue=s=0 output_file

ffmpeg
starts the command