Jump to content

chmichael

Members
  • Content Count

    47
  • Joined

  • Last visited

  • Days Won

    2

chmichael last won the day on July 11 2019

chmichael had the most liked content!

Community Reputation

12 Good

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. chmichael

    ID3D11Texture2D to TBitmap and RowPitch

    I have checked that but it doesn't check the RowPitch.
  2. chmichael

    ID3D11Texture2D to TBitmap and RowPitch

    Hello, Anyone knows how to copy the Bits from a ID3D11Texture2D which it has different RowPitch than Bitmap.Width * 4 ? if FTexture.RowPitch = FBitmap.Width * 4 then for I := 0 to FBitmap.Height - 1 do Move(FTexture.pData[4 * FBitmap.Width * I], FBitmap.Scanline^, 4 * FBitmap.Width); else ????? Thank you
  3. chmichael

    Bitmaps2Video for Windows Media Foundation

    For streaming it's always the same
  4. chmichael

    Bitmaps2Video for Windows Media Foundation

    Well if you use it for internal use or streaming purposes you don't care.
  5. chmichael

    Bitmaps2Video for Windows Media Foundation

    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 ...
  6. chmichael

    Bitmaps2Video for Windows Media Foundation

    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
  7. chmichael

    Bitmaps2Video for Windows Media Foundation

    I was hoping i could use H264/5 hardware encoder/decoder for a single image. It should be faster and smaller than turbo-jpeg.
  8. chmichael

    Bitmaps2Video for Windows Media Foundation

    Can you add: 1) Encode to Stream 2) Hardware encode only 1 image ? Thank you
  9. chmichael

    Parallel Resampling of (VCL-) Bitmaps

    Just curious, anyone tried Skia for resampling ?
  10. chmichael

    Windows 11 (22H2) 8bit bitmap problem

    Yeap, ReduceColors doesn't have this issue!
  11. chmichael

    Windows 11 (22H2) 8bit bitmap problem

    Did you find any solution ? I have the same problem!
  12. chmichael

    IOCP

  13. chmichael

    IOCP

    Hello, Any chance for IOCP support in the future ?
  14. chmichael

    DNS Query & Lookup Synced

    The question is how to check it without using application.processmessages ?
  15. chmichael

    JSON text validation...

    @Lars FosdalDunno, I didn't post this so i am changing the password to be sure!
×