10
8
I'm using plex. Plex seems to ignore the default audio stream (on Roku) and instead just use the first audio stream. This is per my testing using mkvpropedit.
Since Plex does not currently support the changing of audio sources on clients outside of the LAN, I'd like to change a few of my files so the current second audio source is the first?
What's the best way to swap audio streams in an MKV on a Linux based system such as Ubuntu?
If there's only one input you can actually leave out the input ID:
-map v:0 -map a:1 -map a:0. – dessert – 2017-12-30T22:56:51.130