Page 1 of 1

Selecting chapter in MKV file from command line

Posted: 12 Jun 2015 00:20
by gick
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:

Code: Select all

vlc test.mkv @ 1:8
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.

Re: Selecting chapter in MKV file from command line

Posted: 12 Jun 2015 11:25
by kodela
Make it with:

Code: Select all

vlc test.mkv --start-time=[time to the chapter in seconds]