javacv icon indicating copy to clipboard operation
javacv copied to clipboard

How can I use FFmpegFrameGrabber to get a specific channel from a multi channel wav file

Open shuzi opened this issue 2 years ago • 1 comments

Hi All,

my wav file is multi channel, how can I use FFmpegFrameGrabber to get a specific channel and write it into an output wav file ?

Thanks a lot

shuzi avatar Jun 07 '22 03:06 shuzi

The easiest way to do that is probably with the ffmpeg program: http://bytedeco.org/javacpp-presets/ffmpeg/apidocs/org/bytedeco/ffmpeg/ffmpeg.html https://trac.ffmpeg.org/wiki/AudioChannelManipulation

saudet avatar Jun 07 '22 10:06 saudet