linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] I try modified msx264.c but found it not work, I w


From: baimin1
Subject: [Linphone-developers] I try modified msx264.c but found it not work, I would like to improve the performance of x264, I hope high resolution (without artifact) under 250kb/s on h264.
Date: Thu, 02 May 2013 21:40:48 +0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

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);

}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]