Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (39)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • 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

  • 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 (9872)

  • avcodec/mpegaudioenc : Avoid intermediate buffer

    10 avril, par Andreas Rheinhardt
    avcodec/mpegaudioenc : Avoid intermediate buffer
    

    We know the final size before encoding, so we can switch to
    ff_get_encode_buffer() which avoids an implicit memcpy().

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mpegaudioenc.c
  • avutil/frame : Always return error upon error

    3 juin, par Andreas Rheinhardt
    avutil/frame : Always return error upon error
    

    (I don't know whether this can be triggered for a file with
    nonnegative channel count, given that src's extended data can't
    have been allocated in this case.)

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/frame.c
  • avcodec/allcodecs : Don't wrap supported_framerates

    10 mars, par Andreas Rheinhardt
    avcodec/allcodecs : Don't wrap supported_framerates
    

    Only two encoders (the native MPEG-1/2 ones) provide
    supported_framerates and they don't implement the
    get_supported_config callback. It is highly unlikely that
    any codec will set supported_framerates dynamically at all,
    so remove the code querying for frame rates.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/allcodecs.c