justdan96 / tsMuxer

tsMuxer is a transport stream muxer for remuxing/muxing elementary streams, EVO/VOB/MPG, MKV/MKA, MP4/MOV, TS, M2TS to TS to M2TS. Supported video codecs H.264/AVC, H.265/HEVC, VC-1, MPEG2. Supported audio codecs AAC, AC3 / E-AC3(DD+), DTS/ DTS-HD.
Apache License 2.0
860 stars 144 forks source link

Track selection improvements #831

Open vertigo220 opened 7 months ago

vertigo220 commented 7 months ago

When demuxing multiple files, it can be time-consuming selecting/deselecting the various tracks. In addition to allowing sorting per #453, which would make this easier as the tracks could be sorted by type, there are a few other improvements that would make this process easier:

1) Allow selecting/deselecting all tracks based on type, i.e. select/deselect all video tracks, audio tracks, and subtitle tracks. 2) Make pressing the space bar check/uncheck the highlighted track, which would allow for quickly going through the tracks with the arrow keys and hitting space to toggle them. 3) Allow selecting/deselecting all tracks based on language, e.g. deselect all tracks that aren't either eng or und (and, ideally, this would be a setting to do by default, so whenever files are added, any tracks not matching selected languages would automatically not be selected).

jcdr428 commented 4 months ago

@vertigo220 hitting space to toggle highlighted track is already implemented.

vertigo220 commented 4 months ago

Then maybe there's a bug, because it doesn't work for me. Just tried the latest version.

jcdr428 commented 4 months ago

What OS are you on ?

vertigo220 commented 4 months ago

Win10