h265ize icon indicating copy to clipboard operation
h265ize copied to clipboard

AVCHD .MTS files are not recognized as video stream

Open omencat opened this issue 7 years ago • 1 comments
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.

omencat avatar Feb 09 '18 01:02 omencat

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.

FallingSnow avatar Feb 09 '18 01:02 FallingSnow