mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-01-26 01:45:03 +01:00
correct flag
This commit is contained in:
parent
ac17c9d54b
commit
81a374b354
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user