mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
update ProRes name
This commit is contained in:
parent
a3005e42d3
commit
1aeb95468d
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user