Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (54)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (6842)

  • How to speed ffmpeg-x264 encoder operation

    3 mars 2012, par newentry

    i have ported ffmpeg-x264 for android but the issue is encoder takes more time to encode a frame .It takes above 100ms to encode and cpu rises to 85% in some devices like LG and samsung.i am using the following avcodeccontext settings

    c->bit_rate = 256000;
    c->width = width;
    c->height = height;
    c->gop_size = 2;//75;
    c->pix_fmt = PIX_FMT_YUV420P;
    c->codec_type=AVMEDIA_TYPE_VIDEO;
    c->codec_id=CODEC_ID_H264;
    c->cqp=36;

    is there any other settings that makes the ffmpeg-encoding faster and utilizing less cpu percentage

  • How to speed ffmpeg-x264 encoder operation

    3 mars 2012, par newentry

    i have ported ffmpeg-x264 for android but the issue is encoder takes more time to encode a frame .It takes above 100ms to encode and cpu rises to 85% in some devices like LG and samsung.i am using the following avcodeccontext settings

    c->bit_rate = 256000;
    c->width = width;
    c->height = height;
    c->gop_size = 2;//75;
    c->pix_fmt = PIX_FMT_YUV420P;
    c->codec_type=AVMEDIA_TYPE_VIDEO;
    c->codec_id=CODEC_ID_H264;
    c->cqp=36;

    is there any other settings that makes the ffmpeg-encoding faster and utilizing less cpu percentage

  • mxfdec : Speed up metadata and index parsing.

    14 mars 2011, par Tomas Härdin

    mxfdec : Speed up metadata and index parsing.