Re: [Bf-committers] AAC and ACC3 support

2012-11-21 Thread Sergey Sharybin
David, I've commited your patch. At least it can not make AAC/AC3 worse :) Also seems the same change was needed for Vorbis with FFmpeg-1.0. On Tue, Nov 20, 2012 at 9:23 PM, Sergey Sharybin wrote: > Hi David, > > Thanks for the patch. From quick glance seems ok. Will do some more tests > later

Re: [Bf-committers] AAC and ACC3 support

2012-11-20 Thread Sergey Sharybin
Hi David, Thanks for the patch. From quick glance seems ok. Will do some more tests later tonight. On Tue, Nov 20, 2012 at 7:10 PM, David wrote: > On Nov 19, 2012, at 6:38 PM, Sergey Sharybin wrote: > > Hi, > > > > Well, issue is simple -- in FFmpeg this codecs are marked as experimental > > a

Re: [Bf-committers] AAC and ACC3 support

2012-11-20 Thread David
On Nov 19, 2012, at 6:38 PM, Sergey Sharybin wrote: > Hi, > > Well, issue is simple -- in FFmpeg this codecs are marked as experimental > and unless you're configuring export context in a proper way (enable > experimental codecs) you can not use this codecs. It seems that if FFmpeg > is compiled w

[Bf-committers] AAC and ACC3 support

2012-11-19 Thread Sergey Kurdakov
Hi Sergey As as I know there are no ways to have aac sound in ffmpeg in GPL compatible way --enable-libfdk-aac is also incompatible with GPL. as to what to make with such situation - it is up to developers. Regards Sergey ___ Bf-committers mailing l

[Bf-committers] AAC and ACC3 support

2012-11-19 Thread Sergey Sharybin
Hi, Well, issue is simple -- in FFmpeg this codecs are marked as experimental and unless you're configuring export context in a proper way (enable experimental codecs) you can not use this codecs. It seems that if FFmpeg is compiled with libfaac this codecs could be used. Bad thing that it makes F