h265ize icon indicating copy to clipboard operation
h265ize copied to clipboard

Adding non-video/audio/subtitle streams does not work for Matroska

Open mjc opened this issue 5 years ago • 2 comments
trafficstars

I'm not sure this is the right fix but it definitely worked for me to skip these.

I think the right thing would be to have a mapping of all the supported types for Matroska.

mjc avatar Apr 03 '20 20:04 mjc

Can you provide me documentation for this?

It's my understanding that Matroska should support any data as an attachment. The code you have commented out works for attachments of font formats and images in my testing.

FallingSnow avatar Apr 17 '20 20:04 FallingSnow

I also have a commit fixing this issue by excluding the data stream. https://github.com/binair-io/h265ize/commit/11f932cc5d8061372740062f94db1e524aecde6b . I also bumped into this issue, and others have as well : https://github.com/FallingSnow/h265ize/issues/166

binair-io avatar Apr 06 '22 04:04 binair-io