Specify dash in command

This commit is contained in:
רטו\רעטאָ\רֵיטוֹ • Reto 2025-04-02 19:50:52 +02:00 committed by GitHub
parent f57e2d443a
commit 4c8f63b05f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1506,7 +1506,7 @@
<dt>-i <em>input_file</em></dt><dd>path, name and extension of the input file</dd>
<dt>-filter:v idet</dt><dd>This calls the <a href="https://ffmpeg.org/ffmpeg-filters.html#idet" target="_blank">idet (detect video interlacing type) filter</a>.</dd>
<dt>-f null</dt><dd>Video is decoded with the <code>null</code> muxer. This allows video decoding without creating an output file.</dd>
<dt>-</dt><dd>FFmpeg syntax requires a specified output, and <code>-</code> is just a place holder. No file is actually created.</dd>
<dt>-</dt><dd>The FFmpeg syntax requires a specified output, and <code>-</code> prints the output to the screen (stdout), rather than creating a file.</dd>
</dl>
<p class="link"></p>
</div>