mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-06 13:37:24 +01:00
removes spaces from pan= command command command
This commit is contained in:
parent
e4611d8b6b
commit
0ba25be082
@ -1117,7 +1117,7 @@
|
||||
<div class="modal-content">
|
||||
<div class="well">
|
||||
<h3>Flip audio phase shift</h3>
|
||||
<p><code>ffmpeg -i <i>input_file</i> -af pan="stereo| c0=c0| c1=-1*c1" <i>output_file</i></code></p>
|
||||
<p><code>ffmpeg -i <i>input_file</i> -af pan="stereo|c0=c0|c1=-1*c1" <i>output_file</i></code></p>
|
||||
<p>This command inverses the audio phase of the second channel by shifting it 180°.</p>
|
||||
<dl>
|
||||
<dt>ffmpeg</dt><dd>starts the command</dd>
|
||||
|
Loading…
Reference in New Issue
Block a user