How to generate a VBR video from stream of YUV images?
Posted
by zitronic
on Stack Overflow
See other posts from Stack Overflow
or by zitronic
Published on 2010-04-27T06:43:48Z
Indexed on
2010/04/27
15:23 UTC
Read the original article
Hit count: 316
My hardware (video capture card) gives me the images in YV12 (YUV 420) format and I am trying to generate a video from it. I am using C++ under windows and I would like to generate a mpeg-4 VBR video from that stream but I dont know where I should start... (I need it to be VBR because it is a security camera and there will be a lot of repeated frames) Is there any library that does something like this?
© Stack Overflow or respective owner