Selecting chapter in MKV file from command line
Posted: 12 Jun 2015 00:20
I have a video test.mkv with several titles that makes use of the Matroska features ordered chapters and multiple editions.
According to the documentation, if I wanted, for example, to start playing the file at title 1 and chapter 8, I should do something like this:
The problem is that VLC completely ignores my request and starts the video using the default title and chapter 1. Is the syntax incorrect? I have tried many variations of that with no success.
According to the documentation, if I wanted, for example, to start playing the file at title 1 and chapter 8, I should do something like this:
Code: Select all
vlc test.mkv @ 1:8