Is there any way to play H.265 video in Obsidian on Linux?
What I’m trying to do
Recently, I found a nice plugin called Media Extended, but when I try to play a local H.265 video, it only plays the audio with no picture in the embedded player. That’s a little annoying. Many of my videos recorded by my phone are encoded in H.265.
Things I have tried
I have tried many ways, but all failed (including compiling libffmpeg.so with H.265 codec and dynamic library preload). It seems to be a limitation of the Electron framework on Linux (lack of support for H.265 codec due to copyright issues).
Can anyone help me? I’d really appreciate it!