[x264-devel] how to use x264_encoder_intra_refresh

Jason Garrett-Glaser jason at x264.com
Wed May 15 12:29:50 CEST 2013


On Wed, May 15, 2013 at 2:43 AM, Mohan Reddy <mohandsp at gmail.com> wrote:
> Dear All,
>
>      Am using ffmpeg libavcodec for encoding using lib x264 on win32.

The features you're looking to use are only available through libx264.
We can't really support libavcodec here, since it's not our project.

> 1. Can some one help me on how to use x264_encoder_intra_refresh().

What problem are you having?

> 2. Need to change the encoding bitrate inbetween encoding.
> say initiallly set it to 300kbps and later inbetween encoding wanted to
> chaneg the bitrate
> to 100kbps. Can some one help me how to acheive this.

x264_encoder_reconfig()

Jason


More information about the x264-devel mailing list