Hi,
Your headset appears as two separate devices, one for playback ("Kopfhörer') and one for recording ("Kopfhörermikrofon"), but FFmpeg can only capture from input devices, which is why it doesn’t recognize the playback source and shows errors. To record both desktop and microphone audio, you can use a virtual audio cable (like VB-Audio Cable) to route your headset’s playback through a virtual input, then select both the virtual input and your microphone in FFmpeg and combine them using amix. Alternatively, if your FFmpeg build supports it, use the WASAPI option to capture system playback directly from your headset without Stereo Mix. These methods let FFmpeg record both streams simultaneously, even though Windows treats your headset’s output and input as separate devices.
Kind regards,