Category "h.264"

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

ffmpeg H264 - How to add user unregistered SEI Message while encoding stream

I'm working on an application where I need to insert some user unregistered SEI data in every frame before encoding it. I can't seem to find any API to add the

Gstreamer cant play stream from other pc: h264->rtp->udp

I want to stream a h264 video over UDP to another pc. I am using this pipeline to produce the stream:videotestsrc ! video/x-raw,width=400,height=400,framerate=7

Write video in Azure Function

I have videos that i want to process in Azure function (Service Bus Queue trigger). When new message arrives and function gets called i do the following: Downl

OpenCV VideoWriter using ffmpeg with "Could not open codec 'libx264'" Error

I am new to OpenCV, and I want write Mat images into video using VideoWriter on Ubuntu 12.04. But when constructing VideoWriter, errors came out. It seems tha