Questions tagged [multi-channel]
14 questions
7
votes
3 answers
What do Channel Interleave and Rank Interleave settings mean in BIOS?
I have motherboard with 6 memory slots, 3 green, 3 black, grouped in 3 pairs black+green. There are two setting in BIOS which are seem to me as related to this:
Channel Interleave Setting
This function is allows you to select the Channel Interleave…
Dims
- 13,414
7
votes
6 answers
Do I need to have 3 RAM DIMMs to use DDR3, or even be able to run a 3 channel CPU?
The Core i7 CPUs from Intel (Bloomfield in the Nehalem line) are an example of a CPU that handle 3 channels of memory input, and on an appropriate motherboard, ideally making use of 3 DIMMs the best option.
But lets say I need to diagnose a problem,…
Nick Josevski
- 7,027
5
votes
1 answer
With quad channel memory, can I use two sets of different capacity (like 4x1 GB + 4x2 GB)?
My motherboard has quad channel memory compatibility. There are 8 memory slots in all:
4 slots are black
the other 4 slots are white.
I currently have 4 memory modules of 1 GB each in the 4 white slots. That leaves me with 4 free memory slots.
My…
balteo
- 307
2
votes
1 answer
Installing 4 memory modules in a dual-socket server motherboard with 16 memory slots
I have a server board with two Xeon E5-2600 v3 processors and 16 memory slots. I ordered two quad-channel memory kits, but only one of them has arrived, so I only have four memory modules. Which slots should I install the memory modules into? The…
David Custer
- 125
1
vote
1 answer
ffmpeg mapping help, encode 1 6ch audio into multi-tracks
I have 2 input files:
cover.jpg
audio.dts (6 channel)
My target file will be a mp4 with 1 video and 3 audio:
audio 1 is 2 channel aac
audio 2 is 6 channel ac3
audio 3 is 6 channel dts
Here is the command I've tried. Picture Image to Video with…
Beterhans
- 11
1
vote
1 answer
Record audio from multiple programs and mic, as separate tracks
I am planning to make a video with commentary. I have two programs I want to record as SEPARATE tracks [one's Skype for a second person's commentary, and the other is the program I'm commenting on], while recording my commentary from my computer's…
SoItBegins
- 111
1
vote
1 answer
What do Channel positions mean in Media Info?
I see in MPC-HC Media Info the following information:
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
What can it mean?
By sense, "channel positions" should be conversion table from channel…
Dims
- 13,414
1
vote
1 answer
EVGA X58 SLI motherboard doesn't boot with new memory
EVGA X58 SLI (EVGA E758-A1 3-Way SLI (x16/x16/x8) LGA 1366 Intel X58 ATX Intel Motherboard) was normally working with three CORSAIR DOMINATOR 6GB (3 x 2GB) 240-Pin DDR3 Triple Channel Kit Desktop Memory Model TR3X6G1600C8D . I recently purchased 6…
Dims
- 13,414
1
vote
1 answer
Get the Pre-Mix audio streams from windows
I have been searching but I have not found anything that describes what I am looking for.
I would like to record audio from multiple running programs in windows but I don't want the final mix, I would like to get each program's audio session as a…
Scott Chamberlain
- 31,164
1
vote
1 answer
Combining a video file (with audio) and a 7-channel audio file
Using ffmpeg, I've tried to combine a video file (with audio) and a 7-channel audio file without success.
my command:
ffmpeg -i input0.avi -i input1.wav -c:v copy -map 0:v:0 -map 1:a:0 -preset slow -ar 48000 -ab 1536k -ac 2 output.avi
I got the…
Surin B
- 11
- 2
1
vote
1 answer
Intel® Xeon® Scalable Processors - Do they support 'Flex Mode'?
Intel has a memory mode called Flex Mode
Is this mode supported by Xeon-SP CPU's (specifically 1st gen Xeon Platinum CPUs)? I couldn't find a list of CPUs supporting this mode and not sure if this is by now a standard feature of all Intel CPUs…
0
votes
1 answer
Does anyone know of a simple way to get an 8CH ADAT signal into a laptop/desktop?
The only interfaces I can find with ADAT cost more than I am willing to spend, and have a lot of features and inputs that I do not need.
Ideally this would be a simple USB/FIREWIRE/PCI device with 1 ADAT input and output.
Support for at least WinXP…
Corey
- 335
0
votes
0 answers
FFMPEG AC3 Channel Volume level option Increase?
I saw that Ffmpeg allows a varied level of channel volume manipulation. But can the number of options be increased? (all in 0.5 dB increments)
0
votes
1 answer
How should I record multichannel (quad) with ffmpeg?
I recently got a four-channel USB input device (Behringer UMC404HD). The device is working and Linux sees it; I know this because I can record four independent channels using Audacity. However, I can't work out how to ask ffmpeg to do the same…
Toby Eggitt
- 147