Record h264, compression help.
Posted: 23 Mar 2011 09:35
Hi, I record the camera image in H264 format, nicely recorded only creates very large files, the resolution is HD and I have a question. How do I compress an image? Or reduce the quality of the frame during shooting. Is this possible? Here's an example what I use.
Code: Select all
libvlc_media_add_option(p_md, PAnsiChar(System.UTF8Encode((':sout=#duplicate{dst=std{access=file,vcodec=h264,mux=asf,dst=C:\test.asf}}'))));