Matrices: Difference between revisions

From XRECODE3
Jump to navigation Jump to search
No edit summary
m (15 revisions imported)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Matrices can be used to change order of channels in the output file or to include/exclude one or more channels from the output file.
Matrices can be used to change order of channels in the output file or to include/exclude one or more channels from the output file. <br/>
 
Here's an example on how to map 5.1 audio to 2.0.<br/>
Here's the example matrix used to map 5.1 audio to 2.0.
 
[[file:Matrices.png]]
[[file:Matrices.png]]
*On the left side there are two values (FL and FR) because output is 2.0.
*On the left side there are two values (FL and FR) because output is 2.0.
Line 9: Line 7:
*Output for FR channel will be created by combining FR and LFE from the input. All other channels will be discarded.
*Output for FR channel will be created by combining FR and LFE from the input. All other channels will be discarded.
<br />
<br />
==Channel Names==
{| class="wikitable"
{| class="wikitable"
|FR
|FR
Line 24: Line 24:
|RR
|RR
|Rear Right
|Rear Right
|-
|BL
|Back Left
|-
|BR
|Back Right
|}
|}
<historylink type="back" />
<historylink type="back" />

Latest revision as of 17:59, 30 April 2017

Matrices can be used to change order of channels in the output file or to include/exclude one or more channels from the output file.
Here's an example on how to map 5.1 audio to 2.0.

  • On the left side there are two values (FL and FR) because output is 2.0.
  • On the right side there are six values (FL, FR, C, LFE, RL, RR) because input is 5.1.
  • Output for FL channel will be created by combining FL and LFE from the input. All other channels will be discarded.
  • Output for FR channel will be created by combining FR and LFE from the input. All other channels will be discarded.


Channel Names

FR Front Right
FL Front Left
LFE Low Frequency Effects
RL Rear Left
RR Rear Right
BL Back Left
BR Back Right

« Go Back