is an option that specifies the audio tracks of interest.


AudioTrackSelection
is an option that specifies the audio tracks of interest.
Examples
open all close allBasic Examples (1)
By default, the Video object constructed from a file includes all available audio tracks:
Scope (2)
Create a Video object with all audio tracks:
Explicitly specify to include all audio tracks:
Include only two audio tracks:
Create a Video object with multiple audio tracks:
Select two tracks out of the three present in the original video:
Select one track from the two-track video. Notice that the selection is done in a relative manner. By selecting the first track, you actually retrieve the third track of the original video:
The track selection in the new video is limited to two:

Applications (2)
Create a Video object with multiple audio tracks:
The construction of an Audio object will use the first track of the input:
To use a different track, use the AudioTrackSelection option:
Create a Video object with multiple audio tracks:
All the Video functions will act on the first track of the input:
To use a different track, use the AudioTrackSelection option:
Related Guides
History
Text
Wolfram Research (2020), AudioTrackSelection, Wolfram Language function, https://reference.wolfram.com/language/ref/AudioTrackSelection.html.
CMS
Wolfram Language. 2020. "AudioTrackSelection." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AudioTrackSelection.html.
APA
Wolfram Language. (2020). AudioTrackSelection. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AudioTrackSelection.html
BibTeX
@misc{reference.wolfram_2025_audiotrackselection, author="Wolfram Research", title="{AudioTrackSelection}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/AudioTrackSelection.html}", note=[Accessed: 11-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_audiotrackselection, organization={Wolfram Research}, title={AudioTrackSelection}, year={2020}, url={https://reference.wolfram.com/language/ref/AudioTrackSelection.html}, note=[Accessed: 11-August-2025]}