Hi all.
I am trying to use libx264 encoder. The problem is that it ignores the bitrate 
I set in bit_rate variable in AVCodecContext structure. 
For other codecs this technique works well. Maybe it is necessary to set some 
additional options for libx264 encoder to enable bitrate control?

Another thing which I need is to split encoded frames into packets according to 
RFC3984 for further transmission via RTP protocol. Using rtp_payload_size of 
AVCodecContext structure does not produce the desired result: rtp_callback() is 
not called during encoding (while for H263 encoder this works well).
  Can anyone help?

  Best regards, 
  Ilya.
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to