mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
Apply suggestions from code review
Good point. Thanks Co-authored-by: Ashley <ashley.blewer@gmail.com>
This commit is contained in:
parent
020b9fbe73
commit
a33ed1d24f
@ -754,7 +754,6 @@
|
||||
<input type="checkbox" id="sync_streams">
|
||||
<div class="hiding">
|
||||
<h5>Synchronize video and audio streams</h5>
|
||||
|
||||
<p><code>ffmpeg -i <em>input_file</em> -itsoffset 0.125 -i <em>input_file</em> -map 1:v -map 0:a -c copy <em>output_file</em></code></p>
|
||||
<p>A command to slip the video channel approximate 2 frames (0.125 for a 25fps timeline) to align video and audio drift, if generated during video tape capture for example.</p>
|
||||
<dl>
|
||||
|
Loading…
Reference in New Issue
Block a user