2 layerd sound recording

Arsi

New Member
Hi,

I used to be able to record my video's in a way that my mic and my bg audio would be seperated automaticly. One day I just recorded a video as usual without touching the audio settings and it just stoped recording the audio seperetly. If I record with my bg and mic on seperate tracks (1 and 2) it will only record 1 of the 2 audio inputs. I've tried everything I know but it just won't record 2 seperate audio tracks anymore. Can anyone please help me?

 

koala

Active Member
The new log shows exactly the same behavior like the previous log. The first sessions recorded 2 audio tracks, but all sessions after some point in time recorded only 1 audio track. This is the entry of that point of time:

10:12:28.606: Settings changed (outputs)

You can identify the number of tracks written during a recording session yourself.

This tells you're writing 2 audio tracks:

Code:
10:11:57.498: ---------------------------------
10:11:57.498: [FFmpeg aac encoder: 'Track1'] bitrate: 160, channels: 2, channel_layout: 3
10:11:57.498:
10:11:57.499: ---------------------------------
10:11:57.499: [FFmpeg aac encoder: 'Track2'] bitrate: 160, channels: 2, channel_layout: 3
10:11:57.499:
10:11:57.507: ==== Recording Start ===============================================
10:11:57.507: [ffmpeg muxer: 'adv_file_output'] Writing file 'D:/Opnames/OBS Opnames/2020-07-29 10-11-57.mkv'...

And this (this is the next session) tells you're writing 1 audio track:

Code:
10:16:42.135: [FFmpeg aac encoder: 'Track1'] bitrate: 160, channels: 2, channel_layout: 3
10:16:42.135:
10:16:42.150: ==== Recording Start ===============================================
10:16:42.150: [ffmpeg muxer: 'adv_file_output'] Writing file 'D:/Opnames/OBS Opnames/2020-07-29 10-16-41.mp4'...

Another differences within these recordings is the bitrate and the file format (mkv/mp4), so you changed quite something in this settings dialog where you also activate/deactivate the audio tracks. I don't know what you actually did, but according to the 2 logs you posted, you started with activated track 2 and track 2 was deactivated in both of them at some point of time.
 

Arsi

New Member
The new log shows exactly the same behavior like the previous log. The first sessions recorded 2 audio tracks, but all sessions after some point in time recorded only 1 audio track. This is the entry of that point of time:

10:12:28.606: Settings changed (outputs)

You can identify the number of tracks written during a recording session yourself.

This tells you're writing 2 audio tracks:

Code:
10:11:57.498: ---------------------------------
10:11:57.498: [FFmpeg aac encoder: 'Track1'] bitrate: 160, channels: 2, channel_layout: 3
10:11:57.498:
10:11:57.499: ---------------------------------
10:11:57.499: [FFmpeg aac encoder: 'Track2'] bitrate: 160, channels: 2, channel_layout: 3
10:11:57.499:
10:11:57.507: ==== Recording Start ===============================================
10:11:57.507: [ffmpeg muxer: 'adv_file_output'] Writing file 'D:/Opnames/OBS Opnames/2020-07-29 10-11-57.mkv'...

And this (this is the next session) tells you're writing 1 audio track:

Code:
10:16:42.135: [FFmpeg aac encoder: 'Track1'] bitrate: 160, channels: 2, channel_layout: 3
10:16:42.135:
10:16:42.150: ==== Recording Start ===============================================
10:16:42.150: [ffmpeg muxer: 'adv_file_output'] Writing file 'D:/Opnames/OBS Opnames/2020-07-29 10-16-41.mp4'...

Another differences within these recordings is the bitrate and the file format (mkv/mp4), so you changed quite something in this settings dialog where you also activate/deactivate the audio tracks. I don't know what you actually did, but according to the 2 logs you posted, you started with activated track 2 and track 2 was deactivated in both of them at some point of time.
Whell first of al I don't really understand all of the above. But what it comes down to for me is that used to record video's with advanced settings and the sound on for 1 and 2 then also recording 1 and 2 (audiotracks) and if I do this now it will only record just 1 of the 2 audio'sand it will mute the other. Do you want a log of that? and sorry I'm not so good with logs and codes
 
Top