python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Memory leak creating a CVPixelBuffer in Swift using VTPixelTransferSessionTransferImage
I am using VTPixelTransferSessionTransferImage to modify the size and pixel format of a CVPixelBuffer. I am struggling to get to the bottom of a memory leak using this code block.
I have found several...
DanM
Votes: 0
Answers: 0
How to compress an HDR video
I have been trying to use VTCompressionSession to compress an HDR video recorded on iPhone - but it comes out as very "washed out". I tried using HEVC codec as well, but that still gives me ...
user3500462
Votes: 0
Answers: 0
CVBuffer is nil in call back of h264 decoder
When i try to decode the raw h264 stream , CVBuffer gives me nil on callback, and this only happen on the real device(iPhone , iPad) and not on the simulator.
Any suggestions?!

LeoNard
Votes: 0
Answers: 1
Problem in decoding h264 raw frame in swift
I try to decode an inputstream of [UInt8] to h264 video , I have search the whole web and read the beautiful detailed answer of olivia How to use VideoToolbox to decompress H.264 video stream , I trie...

LeoNard
Votes: 0
Answers: 0