Trying to create export audio encoders with between 9 and 15 channels
authorCarl Hetherington <cth@carlh.net>
Mon, 27 Jul 2020 21:52:08 +0000 (23:52 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 28 Jul 2020 09:24:31 +0000 (11:24 +0200)
commit2f796cd531de522a3b7ed03a9942f3c55f3a0b5b
tree5afe1259cfe087ea9d8fdce6b4fc7ae2c06820b1
parent9bcaf131efdbfa5870374def18e2fdee9edd281c
Trying to create export audio encoders with between 9 and 15 channels
inclusive fails, at least for AAC.  There's probably a way around
this with some FFmpeg-cleverness but for now let's just export any
project with more than 8 channels as 16.

You could argue that we should offer choices to, for example
export 7.1/HI/VN as 7.1 but that sounds fiddly.

Fixes #1786.
src/lib/ffmpeg_encoder.cc