h265ize
h265ize copied to clipboard
AVCHD .MTS files are not recognized as video stream
trafficstars
From the helpers.js it looks like it checks to see if mime type starts with video, but for .MTS files, I guess they are not recognized as valid video files.
That is probably correct. You would need to change the code located at
https://github.com/FallingSnow/h265ize/blob/d9746cbe18f54b78fd8d7e666fcd189eae085071/lib/helpers.js#L217
to add .mts.