Tharos-ux / tribble

Silence-exclusion based video editing script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support to ignore a track in `extract_audio`

Tharos-ux opened this issue · comments

Sometimes, you need to filter out some audio tracks. Objective is to allow to skip music track for instance.

Implemented in d85d109 with the command line option -s/--skipaudiotracks where you can give a list of ints to say which tracks to skip (track0 = 0, track1 = 1...). Supports both one or multiple tracks skipping.