How to Delete a TS Audio Stream
Transport Stream or .ts files can include multiple audio tracks with different languages or commentary streams. Having multiple audio tracks in a single file can be convenient for some uses, but increases the .ts file size with every track that is included. This is especially problematic if you are planning to stream the .ts file over a network or through the Internet. Delete specific audio streams from by separating the audio tracks from the video track in tsMuxer and exporting a stripped-down version of the .ts file.
Instructions
-
-
1
Download the latest version of tsMuxer and unpack the downloaded .zip file.
-
2
Open the unpacked .zip file and double click on the tsMuxerGUI file.
-
-
3
Click the “add” button. The “Add media file” dialog will appear.
-
4
Select your .ts file and click “Open.”
-
5
Click on the checkbox next to any audio track in the “Tracks” panel that you wish to remove from the .ts file.
-
6
Click the “Browse” button and navigate to the location where you wish to save the modified .ts file.
-
7
Click the “Start muxing” button. The .ts file will be exported without the audio tracks that you selected in step 5.
-
1