I would like to improve the performance of x264, I hope high resolution (without artifact) under 250kb/s on h264.

How can I do? I try modified msx264.c but found it not work. anynone can help me? Thank you.


static void enc_init(MSFilter *f){
    EncData *d=ms_new(EncData,1);
    d->enc=NULL;
    MS_VIDEO_SIZE_ASSIGN(d->vsize,720P);
    d->bitrate=812000;
    //d->fps=30;
    d->fps=15;
    d->keyframe_int=10; /*10 seconds */
    d->mode=0;
    d->framenum=0;
    d->generate_keyframe=FALSE;
    d->packer=NULL;
    f->data=d;

    ms_error("[Lianhc enc_init] msx264 d->fps: %f", d->fps);

}

_______________________________________________
Linphone-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/linphone-users

Reply via email to