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

Not opening videos #2

Closed
robotwerks opened this issue Oct 31, 2016 · 2 comments
Closed

Not opening videos #2

robotwerks opened this issue Oct 31, 2016 · 2 comments

Comments

@robotwerks
Copy link

I'm running into an issue where Lossless Cut will not open videos at all. I have tried confirming the FFMPEG path, tried different formats,etc. Is there a definitive list of what media works and what doesn't?

@mifi
Copy link
Owner

mifi commented Oct 31, 2016

Hi.
There isn't a definitive list yet. I just made this for my own use and decided to share it :)
The video player itself is html5 video player in Electron, so it should comply with Chromium's supported formats/codecs:
https://www.chromium.org/audio-video

What kind of format/codec are you trying?
I guess I should add a check to see if the format is supported or not when opening a file. It would also be possible to (losslessly) re-format the video using ffmpeg before opening it.

@mifi
Copy link
Owner

mifi commented Nov 5, 2016

With 1.2 it now supports more formats.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants