Apply suggestions from code review

Good point. Thanks

Co-authored-by: Ashley <ashley.blewer@gmail.com>
This commit is contained in:
Lorena A Ramírez-López 2020-05-01 23:09:49 -04:00 committed by GitHub
parent 020b9fbe73
commit a33ed1d24f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -754,7 +754,6 @@
<input type="checkbox" id="sync_streams"> <input type="checkbox" id="sync_streams">
<div class="hiding"> <div class="hiding">
<h5>Synchronize video and audio streams</h5> <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><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> <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> <dl>