Recherche avancée

Médias (91)

Autres articles (95)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

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

  • rtpenc_chain : Pass the initial time_base hint on to the chained muxer

    17 septembre 2014, par Martin Storsjö
    rtpenc_chain : Pass the initial time_base hint on to the chained muxer
    

    In practice this hint is ignored - the rtp muxer always overwrites
    the stream time base without taking the hint into account. But as
    a general practice this is the correct way to pass a time base hint
    on to a chained muxer.

    This avoids warnings about using the codec time base as hint
    being deprecated.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtpenc_chain.c
  • Revision eb3fdfba09 : vp9_loop_filter_frame_mt : pass VP9LfSync directly a step towards removing the p

    31 août 2014, par James Zern

    Changed Paths :
     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_dthread.c


     Modify /vp9/decoder/vp9_dthread.h



    vp9_loop_filter_frame_mt : pass VP9LfSync directly

    a step towards removing the pbi dependency

    Change-Id : I10747b325e81c172f5e67031ea5159159fc26e91

  • avformat/mov : pass the demuxer’s AVFormatContext to avpriv_request_sample()

    17 octobre 2016, par James Almer
    avformat/mov : pass the demuxer’s AVFormatContext to avpriv_request_sample()
    

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/mov.c