Could this extension work with offline videos?

I love the extension. Would it be possible to use it with offline (downloaded) videos? I see there are several media player extensions for chrome capable of playing offline videos and subtitles.

1 Like

Yes, it could. One difficulty: Chrome doesn’t support all video formats, around 20% of downloaded videos will fail to play. I could make a seperate application with a browser built-in with support for all codecs (using Qt + QtWebEngine with ffmpeg, I think). Electron could probably do it too. Probably 4-5 days of work to get it working. I’ll try make time to do it, no ETA just yet though. :slight_smile:

2 Likes

That would be awsome. Would this mean that it would be a cross platform app? So it would run under Linux as well?