-
Content Count
67 -
Joined
-
Last visited
-
Days Won
2
Everything posted by chmichael
-
Bitmaps2Video for Windows Media Foundation
chmichael replied to Renate Schaaf's topic in I made this
Well if you use it for internal use or streaming purposes you don't care. -
Bitmaps2Video for Windows Media Foundation
chmichael replied to Renate Schaaf's topic in I made this
bme.AddFrame(bm, false); It took 53 milliseconds to encode a 8k image faster than turbo-jpeg and with lower size as you say. Imagine using a TMemoryStream you can do whatever you want with the frames and i'll don't care about the expensive initialization. I don't understand why it creates a 10s video instead of 1s ... -
Bitmaps2Video for Windows Media Foundation
chmichael replied to Renate Schaaf's topic in I made this
That goes to my first request " 1) Encode to Stream". As far the compression HEIF actually uses H.265 compression but there is not any hardware acceleration in Delphi or at least haven't found any! https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format HEIF files containing HEVC-encoded images are also known as HEIC files. Such files require less storage space than the equivalent quality JPEG.[2][3] Thank you -
Bitmaps2Video for Windows Media Foundation
chmichael replied to Renate Schaaf's topic in I made this
I was hoping i could use H264/5 hardware encoder/decoder for a single image. It should be faster and smaller than turbo-jpeg. -
Bitmaps2Video for Windows Media Foundation
chmichael replied to Renate Schaaf's topic in I made this
Can you add: 1) Encode to Stream 2) Hardware encode only 1 image ? Thank you -
Just curious, anyone tried Skia for resampling ?
-
Yeap, ReduceColors doesn't have this issue!
-
Did you find any solution ? I have the same problem!
-
Hello, Any chance for IOCP support in the future ?
-
Hello, There a number of github issues without any fixes. Is this project still alive ? Thank you
-
Hello, Can somebody implement the Synced functions of WSocket.DnsLookup and also TWDNSQuery ? (with timeout too) Thank you
-
The question is how to check it without using application.processmessages ?
-
@Lars FosdalDunno, I didn't post this so i am changing the password to be sure!
-
https://deleted - visit website and win smartphone!
-
Thank you both guys!
-
Where is the blocking function ? Also wouldn't be nice to have a timeout for that ?
-
Well the TSSLSmtpCli has blocking functions which they work nicely. eg, OpenSync; MailSync;
-
64bit RTL patches with Intel OneApi and TBB
chmichael replied to RDP1974's topic in RTL and Delphi Object Pascal
Hmm, it crashes with i5 750 .... -
64bit RTL patches with Intel OneApi and TBB
chmichael replied to RDP1974's topic in RTL and Delphi Object Pascal
They fixed ryzen problems with bios updates. I'm running the library (SeaMM & SeaRTL) on my Ryzen 5800 and it's working fine! -
eg ... Error 1400 bug
-
Well a couple reported bugs are making the library unable. Anyway
-
There some bugs in the github issues list for months
-
fgxnative FGX Native - crossplatform mobile native development
chmichael replied to Yaroslav Brovin's topic in Delphi Third-Party
Hello! Do you plan any desktop version of FGX in the future ? -
@Remy LebeauI'm also using Indy Openssl 1.1.1 patch to download the upgrades with not problems and it works quite well on very slow connections compared to 1.0.2 The code is there so i guess make a poll for the merge or something ?