diff --git a/index.html b/index.html index 698de7b..d899012 100644 --- a/index.html +++ b/index.html @@ -1118,7 +1118,7 @@

Flip audio phase shift

ffmpeg -i input_file -af pan="stereo|c0=c0|c1=-1*c1" output_file

-

This command inverses the audio phase of the second channel by shifting it 180°.

+

This command inverses the audio phase of the second channel by rotating it 180°.

ffmpeg
starts the command
-i input file
path, name and extension of the input file