Extracting title information via CLI (solved)

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
Ezatoka
Posts: 383
Joined: Fri Dec 06, 2019 6:55 pm

Extracting title information via CLI (solved)

Post by Ezatoka »

Hey everyone,

is there a way to get the track names, which are available on some BluRays, via CLI either with MakeMkvCon or maybe some other program?

Example:
Image
(https://i.imgur.com/mC9Iv69.png if the picure isn't shown)

Any title after the file size is meant.
Last edited by Ezatoka on Sat Jun 08, 2024 1:36 pm, edited 1 time in total.
segfaulted
Posts: 32
Joined: Mon May 06, 2024 11:10 am

Re: Extracting title information via CLI

Post by segfaulted »

You can dump it with

Code: Select all

makemkvcon info -r [source]
where [source] is one of the accepted source specifiers, and -r is robot mode which dumps additional info beyond the basic list of titles and tracks.

Here's what some output would look like. Title names can be picked up from either lines prefixed with TINFO:xx:49 or TINFO:xx:30 where xx is the title index.

Image
Ezatoka
Posts: 383
Joined: Fri Dec 06, 2019 6:55 pm

Re: Extracting title information via CLI (solved)

Post by Ezatoka »

Thank you very much, that's exactly what I was needing.
Post Reply