hi there!
i have a question about data rate of h.264 codec.
i am running following gstreamer pipeline on tms320dm368 evm board using DVSDK 4.02.x. I am using VLC to view the video with-cache-timing being 300ms.
gst-launch v4l2sc input-src=COMPOSITE always-copy=FALSE queue-size=6 ! video/x-raw-yuv, height=576, width=720, pitch=736, format=\(fourcc\)NV12, framerate=\(fraction\25/1 ! queue ! TIVidenc1 engineName=codecServer codecName=h264enc contiguousInputFrame=TRUE bitRate=6000000 ! queue ! mpegtsmux ! queue ! udpsink host=192.168.8.2 port=8787 enable-last-buffer=false
my question is whateva the value of bitRate i set in gstreamer TIVidenc1 plugin the dataRate of video doesn't go beyond 2Mbps. i was wondering what could be the issue?
also i need to ask how do i set CABAC and CAVLC entropy? h.264 encoder profiles and levels?
Asad