You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The produced file has the track 5 successfully removed (it seems?) but the track 7 is still there and the track 8 has been removed but I wanted to keep it ...
Removing a single track seems to work however.
Is the removal of multiple tracks at once supposed to be working ?
The text was updated successfully, but these errors were encountered:
Hello,
I have an MKV with a total of 8 tracks, I'm trying to remove 2 of them:
mkv = MKVFile('/path/to/file.mkv')
mkv.remove_track(5)
mkv.remove_track(7)
mkv.mux('/path/to/output.mkv')
The produced file has the track 5 successfully removed (it seems?) but the track 7 is still there and the track 8 has been removed but I wanted to keep it ...
Removing a single track seems to work however.
Is the removal of multiple tracks at once supposed to be working ?
The text was updated successfully, but these errors were encountered: