jave2
jave2 copied to clipboard
convert one stereo wav to two mono file
I want convert one stereo wav to two mono file.
origin file:
Guessed Channel Layout for Input Stream #0.0 : stereo
Input #0, wav, from '2218215581041_55335533_02_48_41.wav':
Duration: 00:01:16.82, bitrate: 128 kb/s
Stream #0:0: Audio: pcm_alaw ([6][0][0][0] / 0x0006), 8000 Hz, stereo, s16, 128 kb/s
At least one output file must be specified
like this : https://trac.ffmpeg.org/wiki/AudioChannelManipulation
stereo → 2 × mono files
thx
@polandeme Can you propose an API for this kind of operation?
@a-schild OK, I will try 。
Is there a particular command line example to ffmpeg you could provide @polandeme?