Hadi Azami
Hadi Azami
I want to use system installed FFmpeg with Eelectron on my Raspberry Pi and seems like you've made it all working, although it's X64 and I need it to be...
currently there is no method for getting a property value like `mp.get_property`. sure there is `mpv.observe` but it's not useful for some properties like [track-list](https://mpv.io/manual/master/#command-interface-track-list) the following code demonstrates why:...
Hi there, this extension is awesome I like it so much. I did some major improvement such as * Add some stylesheet to support RTL languages. * Add the farsi...
I believe this feature could be achieved using webRTC [MediaRecorder API](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder) I'm currently working on a prototype for myself using this method with flask as back-end to upload the audio...