GithubHelp home page GithubHelp logo

Comments (13)

RSATom avatar RSATom commented on July 20, 2024

I didn't test it for perfomance yet, but there are at least one place where optimization could be made:
In QmlVlcVideoOutput.cpp RGB32 used as default pixel format, but most of videos use I420 pixel format. Furthermore I420, is more suitable for OpenGL as I know. So I plan to use I420 instead of RGB32 in the future, to increase performance.
Another possible reason is that for video output I use QtMultimedia's video surface, and I don't know how efficient it is.
And the biggest problem - I limited in free time, and now I am working on FBVLC for Mac. I hope to return to WebChimera development till end of Junuary.

Anyway you comment is very useful, Thanks!

from webchimera.

xsmart avatar xsmart commented on July 20, 2024

Thanks, Could you help share a cool qml you used ?

from webchimera.

RSATom avatar RSATom commented on July 20, 2024

btw, when you talking about fbvlc's performance, do you mean windowless or windowed version?
Fbvlc's windowless mode should be slower than WebChimera. Since fbvlc use vmem (i.e. decode to memory), and then draw on hwnd with GDI. WebChimera use vmem too, but use hardware accelerated OpenGL (or DirectX in Qt version with Angle Lib) drawing.
In turn, WebChimera should be slower than windowed FBVLC, since then libvlc use OpenGL or DirectX for rendering directly.

from webchimera.

xsmart avatar xsmart commented on July 20, 2024

I use windows mode for FBVLC

from webchimera.

RSATom avatar RSATom commented on July 20, 2024

Thanks, Could you help share a cool qml you used ?

Sorry, didn't understand what you mean. If you are talking about qml used in WebChimera - it's in available: default.qml. But it's not cool, I plan to find real designer who, I hope, will draw really cool UI

from webchimera.

RSATom avatar RSATom commented on July 20, 2024

Windowed FBVLC has very big disadvantage - it's not allow place custom UI items over it via HTML. But it has very big advantage in performance.
Windowless FBVLC can be overlayed by html items, but it has very poor performance. That's why I started WebChimera project - it uses hardware accelerated draw via Qt Quick, and allow to add custom Ui items via Qml.

from webchimera.

xsmart avatar xsmart commented on July 20, 2024

Yes, i mean the qml used in WebChimera. not the default.qml, If you have a my_cool_ui.qml?

from webchimera.

RSATom avatar RSATom commented on July 20, 2024

no, I haven't it ;) It's only in future plans.

from webchimera.

RSATom avatar RSATom commented on July 20, 2024

WebChimera was born less then month ago, so there are a lot of work still...

from webchimera.

xsmart avatar xsmart commented on July 20, 2024

Waiting for you cool UI ...

from webchimera.

RSATom avatar RSATom commented on July 20, 2024

You can try do it by yourself, that's the main Idea of WebChimera. Qml is reasonable simple.

from webchimera.

RSATom avatar RSATom commented on July 20, 2024

WebChimera 0.1.2 was switched to I420 pixel format internally...

from webchimera.

RSATom avatar RSATom commented on July 20, 2024

Waiting for you cool UI ...

It seems cool UI now available: http://jaruba.github.io/WebchimeraGUI

from webchimera.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.