Bug 361970 - 5.1 audio gets downmixed to stereo using default settings without any warning
Summary: 5.1 audio gets downmixed to stereo using default settings without any warning
Status: RESOLVED MOVED
Alias: None
Product: kdenlive
Classification: Applications
Component: Video Display & Export (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-19 16:30 UTC by tcl_de
Modified: 2018-10-14 13:38 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
snd.noise: low_hanging+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tcl_de 2016-04-19 16:30:52 UTC
I'm using kdenlive 15.12.3-1 on debian testing. 
I've got a recording with ac3 Audio and 5.1(side) channel layout. I can see that kdenlive recognizes the 6 audio channels after enabling Timeline->Thumbnails->Separate channels in the settings. But when I render the project (e.g. with the H.264/AAC fast profile) the audio is downmixed to stereo.

Reproducible: Always

Steps to Reproduce:
1. Open video with 5.1(side) audio
2. Render the project with the H.264/AAC fast profile
3. Examine the audio channel layout of the rendered file, e.g. with ffmpeg

Actual Results:  
The rendered file has got stereo audio.

Expected Results:  
The rendered file should have 5.1(side) audio, i.e. the same channel layout as the source files.
Comment 1 DonnW 2016-04-19 19:35:26 UTC
I managed to get 6ch audio by modifying the render parameters to include: channels=6 and for AC3 audio add acodec=ac3

As an example I modified the H.264/AAC high profile:

properties=x264-medium g=120 crf=%quality acodec=ac3 ab=%audiobitrate+'k' channels=6
Comment 2 tcl_de 2016-04-20 10:21:38 UTC
(In reply to Don from comment #1)
> I managed to get 6ch audio by modifying the render parameters to include:
> channels=6 and for AC3 audio add acodec=ac3

Thank you. That's a nice workaround but ideally kdenlive should do that by default. At least, there should be a drop-down menu (or something similar) to select stereo/5.1(side) in the render dialog, i.e. without modifying a preset.
Comment 3 farid 2018-10-14 13:38:45 UTC
Moved to phabricator.

https://phabricator.kde.org/T9862