06.08.2021, 16:41
Quote:a. Hybrid doesn't always use mkvmerge for muxing, but also ffmpeg
This would be the final step in making an mkv file, Finished afterwards other than deleting, not sure where ffmpeg comes into it?
Quote:b. Hybrid throws out attachments with 'application/octet-stream' type. (No this will not change, this is intended.)
Removing them at the end is a one-liner, don't even need to search for it programmatically:
mkvpropedit Final_filename.mkv --delete-attachment mime-type:application/octet-stream
Quote:Atm. it still seems too much hassle to implement this without if having any real effect.
Was trying to reduce the amount of work that Hybrid needed to do, but less hassle is understandable.