juancarmena / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

AudioResampler cannot support 5.1 audio #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get a file with more than 2 channels of audio
2. Attempt to convert it using Converter.java

You'll get errors.  That's bad.  We should fix.

Original issue reported on code.google.com by art.cla...@gmail.com on 28 Feb 2009 at 12:27

GoogleCodeExporter commented 8 years ago
Actually I realize this is actually a feature request; the audio resampler is 
pretty
clear about only supporting stereo.

Original comment by art.cla...@gmail.com on 28 Feb 2009 at 12:49

GoogleCodeExporter commented 8 years ago
It's necessary to create .flv preview for standard DVD files (VOB).

Original comment by lk31...@gmail.com on 2 Mar 2009 at 7:51

GoogleCodeExporter commented 8 years ago
Actually it's not; you can decide which channels you want to take out of the raw
samples, and do the resampling yourself.  For example, add 1/2 the center and 
sub
woofer, and all the left channel, then normalize for left, and do the same for 
right.

Changing the IAudioResampler would make it easier, but you can still generate 
the flv
previews today if you want.

- Art

Original comment by art.cla...@gmail.com on 2 Mar 2009 at 8:00

GoogleCodeExporter commented 8 years ago

Original comment by art.cla...@gmail.com on 3 Mar 2009 at 6:59

GoogleCodeExporter commented 8 years ago
And now several months in, no real requests for this, so removing entirely from 
the
list we track.

Original comment by art.cla...@gmail.com on 16 Jan 2010 at 2:54

GoogleCodeExporter commented 8 years ago
Could you please provide some example how to do the thing that you describe 
(add 1/2
the center and sub woofer, and all the left channel, then normalize for left, 
and do
the same for right.) with the xuggler?

Original comment by timdav...@googlemail.com on 2 Feb 2010 at 10:29