correct flag

This commit is contained in:
kfrn 2016-05-11 02:21:10 +12:00
parent ac17c9d54b
commit 81a374b354

View File

@ -1008,7 +1008,7 @@
<div class="modal-content">
<div class="well">
<h3>Trim a video without re-encoding</h3>
<p><code>ffmpeg -i <i>input_file</i> -ss 00:02:00 to 00:55:00 -c copy <i>output_file</i></code></p>
<p><code>ffmpeg -i <i>input_file</i> -ss 00:02:00 -to 00:55:00 -c copy <i>output_file</i></code></p>
<p>This command trims the beginning and end of a video file.</p>
<dl>
<dt>ffmpeg</dt><dd>starts the command</dd>