Changes between Initial Version and Version 1 of Ticket #7384, comment 3
- Timestamp:
- Aug 28, 2018, 7:42:30 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7384, comment 3
initial v1 1 1 The issue is that the file signals a layout of 5.1(side), but the AAC spec only supports 5.1(rear channels instead of side). Hence, to express that the encoder uses a not-so-universally supported feature to signal the non-standard layout. Firefox 62.0 here supports decoding it just fine, so maybe whatever you're using is old. 2 You can convert between 5.1(side) and 5.1(rear) by specifying -channel_layout "5.1" .2 You can convert between 5.1(side) and 5.1(rear) by specifying -channel_layout "5.1", which will make the encoder use the standard well understood path.


