Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Support video playback for .mts and .m2ts (AVCHD) clips #71

Closed
wechsler42 opened this issue Jun 3, 2019 · 2 comments
Closed

Comments

@wechsler42
Copy link

Hi there,
besides the support videos in mp4, ogg, ogv, webm format I would like to suggest adding support for .mts and .m2ts video clips. These two formats are used by some cameras and camcorders of e.g. Sony, Lumix, etc. (see: AVCHD).

@bpatrik
Copy link
Owner

bpatrik commented Jun 10, 2019

Hi,

Unfortunately, only mp4, WebM and Ogg files are supported in the browser. More details here. I cannot really do anything to fix it.

A more detailed answer tho this issue here: #66 (comment) .

In short:
I'm actually planning to make it possible to reconvert original photos/videos, so that I can support more extensions (like raw photos, .mov-s, etc..).
Read more about this idea here #66 and here #50 .

Best,
Patrik

@bpatrik bpatrik added this to the v1.8 milestone Dec 11, 2019
@bpatrik
Copy link
Owner

bpatrik commented Dec 11, 2019

Hi,

The app now supports video transcoding with ffmpeg.
Therefore more video formats are supported.
See the full list here:

TranscodeNeed: {
Photos: <string[]>[],
Videos: [
'avi',
'mkv',
'mov',
'wmv',
'flv',
'mts',
'm2ts',
'mpg',
'3gp',
'm4v',
'mpeg',
'vob',
'divx',
'xvid',
'ts'
],

Please note that transcoding should be done manually in the settings. (or schedule it in advanced setting mode)

Best,
Patrik

@bpatrik bpatrik closed this as completed Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants