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.
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.
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.Combine this with FFmpeg.
Why? mkvpropedit already does everything OP wants. No need to get ffmpeg involved.