get the stereo version when you view the log and t...
# general-english
a
get the stereo version when you view the log and then use this command to split into 2 channels.. ffmpeg -i vapi-stereo.wav -filter_complex "[0:a]channelsplit=channel_layout=stereo[left][right]" -map "[left]" left_channel.wav -map "[right]" right_channel.wav
2 Views