Skip to content

Commit 4c8f63b

Browse files
authored
Specify dash in command
1 parent f57e2d4 commit 4c8f63b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ <h5>Check video file interlacement patterns</h5>
15061506
<dt>-i <em>input_file</em></dt><dd>path, name and extension of the input file</dd>
15071507
<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>
15081508
<dt>-f null</dt><dd>Video is decoded with the <code>null</code> muxer. This allows video decoding without creating an output file.</dd>
1509-
<dt>-</dt><dd>FFmpeg syntax requires a specified output, and <code>-</code> is just a place holder. No file is actually created.</dd>
1509+
<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>
15101510
</dl>
15111511
<p class="link"></p>
15121512
</div>

0 commit comments

Comments
 (0)