file title is an option present on mkvtoolnix (92.0 eyeglow on debian 12.11)

I could single open every file, remove the file title and save, but that’s gonna take ages. almost 100 files.

  • @[email protected]
    link
    fedilink
    42 months ago

    Seems like it has a CLI. You can figure out how to do this action with a CLI command, then do something like find -name *mkv -exec ... to execute that command for all the files.