mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-03-23 19:29:57 +01:00
correct flag
This commit is contained in:
parent
ac17c9d54b
commit
81a374b354
@ -1008,7 +1008,7 @@
|
|||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="well">
|
<div class="well">
|
||||||
<h3>Trim a video without re-encoding</h3>
|
<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>
|
<p>This command trims the beginning and end of a video file.</p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>ffmpeg</dt><dd>starts the command</dd>
|
<dt>ffmpeg</dt><dd>starts the command</dd>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user