You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1506,7 +1506,7 @@ <h5>Check video file interlacement patterns</h5>
1506
1506
<dt>-i <em>input_file</em></dt><dd>path, name and extension of the input file</dd>
1507
1507
<dt>-filter:v idet</dt><dd>This calls the <ahref="https://ffmpeg.org/ffmpeg-filters.html#idet" target="_blank">idet (detect video interlacing type) filter</a>.</dd>
1508
1508
<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>
0 commit comments