jave2 icon indicating copy to clipboard operation
jave2 copied to clipboard

convert one stereo wav to two mono file

Open polandeme opened this issue 6 years ago • 3 comments

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 avatar Sep 03 '19 12:09 polandeme

@polandeme Can you propose an API for this kind of operation?

a-schild avatar Sep 03 '19 17:09 a-schild

@a-schild OK, I will try 。

polandeme avatar Sep 06 '19 02:09 polandeme

Is there a particular command line example to ffmpeg you could provide @polandeme?

mressler avatar Aug 16 '20 16:08 mressler