Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (56)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9774)

  • mxfdec : Speed up metadata and index parsing.

    14 mars 2011, par Tomas Härdin

    mxfdec : Speed up metadata and index parsing.

  • 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