cplusplusqt | Unsorted

Telegram-канал cplusplusqt - C++ & Qt

1220

Link: @CplusplusQt Embedded: @EMBCpp • Allowed Topics: C++ and everything related to Qt • Use only English • No Private Message without asking user's permission • No NSFW • No Spam • No unauthorized Bots • No Offtopic • No Self Promotions

Subscribe to a channel

C++ & Qt

Check any video platform req for fun

Читать полностью…

C++ & Qt

<video> should be the way to go. With your css styles

Читать полностью…

C++ & Qt

Welcome to the group, @mohmeh116! :-)

Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)

Читать полностью…

C++ & Qt

Any C++ buddy here? I am getting a very big problem the world ever noticed.

Читать полностью…

C++ & Qt

We are looking for Qt/QML developer in Delhi/ NCR. The candidate should know mobile app development.
Experience: > 8+ years
Work location: Delhi

Please connect if interested.

Читать полностью…

C++ & Qt

Pausing it is not really something they had in mind. And I'd see that part of the interface in the user's responsibility.

Читать полностью…

C++ & Qt

Yeah, that's actually what I'm doing now. Just a bummer that I'll have to do it myself because it seems like a basic function of a timer 😅
But I guess there's a technical reason or something why it's not there

Читать полностью…

C++ & Qt

But that would probably need to be done in C++, right?

Читать полностью…

C++ & Qt

Why can't we pause and resume a Timer? :(
Should I just use animation which can be paused? LOL

Читать полностью…

C++ & Qt

Videos from my cell phone are okay. Need to find out what cell phones trigger this.

Читать полностью…

C++ & Qt

As a bonus, I made Qt Designer plugin to add QVideoWidget to the Qt Designer Widget Box, since it isn't there by default.

Читать полностью…

C++ & Qt

Just point at Big Buck Bunny — it's commonly used for testing video stuff.

Читать полностью…

C++ & Qt

When I copy the frame into a new image (with QPainter) and then save this new picture, everything is as expected.

Читать полностью…

C++ & Qt

Have you guys seen this?

Читать полностью…

C++ & Qt

I'm not really sure what causes this.

Читать полностью…

C++ & Qt

But, you can do this, with right server code and js, you can lazy download....

But requires your 5000 lines js bicycle

Читать полностью…

C++ & Qt

Google c++to js, emscripten or something like thatt. Just recompile open source parser

But... cant feed into blink stream only to js canvas...

Читать полностью…

C++ & Qt

Building a Full WASM Video Player (EAC3 + MKV)… Am I Crazy or Is This Possible?🙂

Читать полностью…

C++ & Qt

Do you have a website?

Читать полностью…

C++ & Qt

Make it a component of its own, so you can reuse it -- call it PausableTimer or some such, then you can have it available whenever you need it :)

Читать полностью…

C++ & Qt

Well, I guess they thought a timer measures the time between a beginning and an end. 😉

Читать полностью…

C++ & Qt

Not necessarily.

Use new Date().getTime()

If you get the time when the timer starts, you can also get the time when you pause it (add a js function to your Timer for this), calculate the elapsed time, and subtract that from your Timer interval. Then you can reset the interval to the remaining time. Next time the timer starts, it would be considered resumed from being paused. You'd want to keep track of the actual interval in a separate property, so when the timer expires and fires, you can reset the interval back to the full interval.

Читать полностью…

C++ & Qt

Good question, but creating an own timer with that capability shouldn’t be that hard I suppose?

Читать полностью…

C++ & Qt

Welcome to the group, @adi011235! :-)

Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)

Читать полностью…

C++ & Qt

I'll have a look - thanks!

Читать полностью…

C++ & Qt

You can see from my first attempt - modifying the metadata to alter the rotation in the metadata for each frame doesn't work — Qt Multimedia honors it and sets the aspect ratio it renders to proper for the rotation, but the underlying video still renders in it's original orientation.

The second impl is a pure Qt Quick impl.

The third is taking that Qt Quick impl, and embedding it in the Widgets window.

Читать полностью…

C++ & Qt

https://github.com/keithel/multimedia-video-modify-orientation

Читать полностью…

C++ & Qt

Looks to me as if color spaces are off.

Читать полностью…

C++ & Qt

Unfortunately, I don't have a video right now that I could share for a bug report.

Читать полностью…

C++ & Qt

A separate observation: When grabbing a frame and saving it to disk (as a png or jpg), for SOME videos, the saved image will be much brighter than the video.

Читать полностью…
Subscribe to a channel