Hi,
Thanks for this great software. From what I understand the multi audio track support is quite fresh, lucky me.
I use the linux version. 0.11.2
I'm not entirely certain but I think the track names option is not acting as expected. I've given the audio tracks a name in settings/output/advanced/audio to distinct desktop+mic, desktop only, and mic only tracks. When recording these I can only use mkv because other formats just don't seem to actually record multiple tracks.
When inspecting the mkv with `ffmpeg -i` I get this:
```
Input #0, matroska,webm, from '<file>.mkv':
Metadata:
ENCODER : Lavf56.15.102
Duration: 00:00:02.85, start: 0.000000, bitrate: 1231 kb/s
Stream #0:0: Video: h264 (High), yuv420p(tv, bt709), 1280x720, SAR 1:1 DAR 16:9, 60 fps, 60 tbr, 1k tbn, 120 tbc (default)
Stream #0:1: Audio: aac (LC), 44100 Hz, stereo, fltp (default)
Metadata:
title : Track1
Stream #0:2: Audio: aac (LC), 44100 Hz, stereo, fltp (default)
Metadata:
title : Track2
Stream #0:3: Audio: aac (LC), 44100 Hz, stereo, fltp (default)
Metadata:
title : Track3
Stream #0:4: Audio: aac (LC), 44100 Hz, stereo, fltp (default)
Metadata:
title : Track4
```
Note that in output/advanced/recording I have only selected "Audio track" 1 2 and 3, not 4. So that seems to be ignored too?
When I open the file in the default xubuntu player, Parole, it does recognize the tracks but calls all of them "und". Maybe the German word for "and", maybe some internal artifact for the word "undefined". I dunno.
Cinelera, a movie editor, just calls them "audio 1" ... 6. The custom names don't show up.
On a related note, when I try to record multi-track audio to mp4 it seems to generate the tracks but only actually record the first track. Same settings otherwise, only output format is different. Maybe I'm missing something or maybe it just won't work as per the warning, but I believe it ought to work so perhaps it's just a bug.
It seems a minor thing so it'd be nice if got fixed but no hurry. Thanks again for the great suite :)
Thanks for this great software. From what I understand the multi audio track support is quite fresh, lucky me.
I use the linux version. 0.11.2
I'm not entirely certain but I think the track names option is not acting as expected. I've given the audio tracks a name in settings/output/advanced/audio to distinct desktop+mic, desktop only, and mic only tracks. When recording these I can only use mkv because other formats just don't seem to actually record multiple tracks.
When inspecting the mkv with `ffmpeg -i` I get this:
```
Input #0, matroska,webm, from '<file>.mkv':
Metadata:
ENCODER : Lavf56.15.102
Duration: 00:00:02.85, start: 0.000000, bitrate: 1231 kb/s
Stream #0:0: Video: h264 (High), yuv420p(tv, bt709), 1280x720, SAR 1:1 DAR 16:9, 60 fps, 60 tbr, 1k tbn, 120 tbc (default)
Stream #0:1: Audio: aac (LC), 44100 Hz, stereo, fltp (default)
Metadata:
title : Track1
Stream #0:2: Audio: aac (LC), 44100 Hz, stereo, fltp (default)
Metadata:
title : Track2
Stream #0:3: Audio: aac (LC), 44100 Hz, stereo, fltp (default)
Metadata:
title : Track3
Stream #0:4: Audio: aac (LC), 44100 Hz, stereo, fltp (default)
Metadata:
title : Track4
```
Note that in output/advanced/recording I have only selected "Audio track" 1 2 and 3, not 4. So that seems to be ignored too?
When I open the file in the default xubuntu player, Parole, it does recognize the tracks but calls all of them "und". Maybe the German word for "and", maybe some internal artifact for the word "undefined". I dunno.
Cinelera, a movie editor, just calls them "audio 1" ... 6. The custom names don't show up.
On a related note, when I try to record multi-track audio to mp4 it seems to generate the tracks but only actually record the first track. Same settings otherwise, only output format is different. Maybe I'm missing something or maybe it just won't work as per the warning, but I believe it ought to work so perhaps it's just a bug.
It seems a minor thing so it'd be nice if got fixed but no hurry. Thanks again for the great suite :)