Re: [Libav-user] 7.1 audio in aac codec

2019-08-10 Thread Gonzalo Garramuño
El 10/8/19 a las 00:24, Carl Eugen Hoyos escribió: Am Sa., 10. Aug. 2019 um 02:07 Uhr schrieb Gonzalo Garramuño : Anyway, it would be better if the messages were not produced at all. Why do you think so? Because they are bothersome and they look as something is wrong (which it might be, but

Re: [Libav-user] 7.1 audio in aac codec

2019-08-09 Thread Carl Eugen Hoyos
Am Sa., 10. Aug. 2019 um 02:07 Uhr schrieb Gonzalo Garramuño : > > > El 9/8/19 a las 17:33, Gonzalo Garramuño escribió: > > > > El 9/8/19 a las 17:05, Carl Eugen Hoyos escribió: > >> Am Fr., 9. Aug. 2019 um 21:41 Uhr schrieb Gonzalo Garramuño > >> : > >>> I am trying to encode 7.1 audio in an aac c

Re: [Libav-user] 7.1 audio in aac codec

2019-08-09 Thread Gonzalo Garramuño
El 9/8/19 a las 17:33, Gonzalo Garramuño escribió: El 9/8/19 a las 17:05, Carl Eugen Hoyos escribió: Am Fr., 9. Aug. 2019 um 21:41 Uhr schrieb Gonzalo Garramuño : I am trying to encode 7.1 audio in an aac codec in my program, but the codec only supports up to 6 channels and I get an error to

Re: [Libav-user] 7.1 audio in aac codec

2019-08-09 Thread Gonzalo Garramuño
El 9/8/19 a las 17:05, Carl Eugen Hoyos escribió: Am Fr., 9. Aug. 2019 um 21:41 Uhr schrieb Gonzalo Garramuño : I am trying to encode 7.1 audio in an aac codec in my program, but the codec only supports up to 6 channels and I get an error to that effect if I try to force it to use AV_CH_LAYOUT_

Re: [Libav-user] 7.1 audio in aac codec

2019-08-09 Thread Carl Eugen Hoyos
Am Fr., 9. Aug. 2019 um 21:41 Uhr schrieb Gonzalo Garramuño : > > I am trying to encode 7.1 audio in an aac codec in my program, but the > codec only supports up to 6 channels and I get an error to that effect > if I try to force it to use AV_CH_LAYOUT_7POINT1. Please provide sample code, 7.1 is s

[Libav-user] 7.1 audio in aac codec

2019-08-09 Thread Gonzalo Garramuño
I am trying to encode 7.1 audio in an aac codec in my program, but the codec only supports up to 6 channels and I get an error to that effect if I try to force it to use AV_CH_LAYOUT_7POINT1. However, ffmpeg (the utility) can do it. Can anyone guess what I am missing? -- Gonzalo Garramuño __