update ProRes name

This commit is contained in:
Reto Kromer 2018-12-20 16:35:29 +01:00 committed by GitHub
parent a3005e42d3
commit 1aeb95468d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -795,7 +795,7 @@
<dt>-c:a copy</dt><dd>copies the encode settings of the input_file to the output_file</dd> <dt>-c:a copy</dt><dd>copies the encode settings of the input_file to the output_file</dd>
<dt><em>output_file</em></dt><dd>path, name and extension of the output_file</dd> <dt><em>output_file</em></dt><dd>path, name and extension of the output_file</dd>
</dl> </dl>
<p>An alternative that preserves interlacing information for a prores 422hq file generated, for example, from a tape master (credit Dave Rice):</p> <p>An alternative that preserves interlacing information for a ProRes 422 HQ file generated, for example, from a tape master (credit Dave Rice):</p>
<p><code>ffmpeg -i <em>input_file</em> -c:v prores_ks -flags +ildct+ilme -map 0 -c:a copy -profile:v 3 -vf hue=s=0 <em>output_file</em></code></p> <p><code>ffmpeg -i <em>input_file</em> -c:v prores_ks -flags +ildct+ilme -map 0 -c:a copy -profile:v 3 -vf hue=s=0 <em>output_file</em></code></p>
<dl> <dl>
<dt>ffmpeg</dt><dd>starts the command</dd> <dt>ffmpeg</dt><dd>starts the command</dd>