Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom Video Compression Filter
12-14-2014, 06:22 PM
Post: #1
Custom Video Compression Filter
Hi,

I'm triying to develope a custom video compression filter using a VLGenericFilter on ProcessData I'm able to compress the frame succesfully(I have tested that this is donde correctly decompessing the frame), the result of compression is return in a TMemoryStream, how can I write the compressed data to the OutBuffer var?

I have tested the following but I get and AV.

P := OutBuffer.Write;
CompStream.Read(P,CompSize);

Thanks In advance,

Omar Zelaya
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Custom Video Compression Filter - ozelaya - 12-14-2014 06:22 PM
RE: Custom Video Compression Filter - BReeves - 12-21-2014, 01:32 AM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)