Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (28)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

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

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (6394)

  • lavc/svq3 : stop including h264dec.h

    24 janvier 2022, par Anton Khirnov
    lavc/svq3 : stop including h264dec.h
    

    The only thing that is actually used directly from there is the
    PART_NOT_AVAILABLE constant, which can be moved to h264pred.h.

    Otherwise it only depends on other indirectly included headers.

    • [DH] libavcodec/h264dec.h
    • [DH] libavcodec/h264pred.h
    • [DH] libavcodec/svq3.c
  • configure : stop allowing disabling lzo

    26 février 2022, par James Almer
    configure : stop allowing disabling lzo
    

    The module is now always compiled in.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] configure
    • [DH] libavformat/matroskadec.c
    • [DH] tests/fate/matroska.mak
  • avfilter/qp_table : Stop using FF_QSCALE_TYPE_*

    22 mars 2022, par Andreas Rheinhardt
    avfilter/qp_table : Stop using FF_QSCALE_TYPE_*
    

    All FF_QSCALE_TYPE values used by libavfilter originate
    from libavfilter (namely from ff_qp_table_extract()) ;
    no value is exchanged between libavcodec and libavutil.
    The values that are exchanged (and used in libavfilter)
    are of type enum AVVideoEncParamsType.

    Therefore this patch stops using said FF_QSCALE_TYPE_*
    in libavfilter and uses enum AVVideoEncParamsType
    directly.

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

    • [DH] libavfilter/qp_table.c
    • [DH] libavfilter/qp_table.h
    • [DH] libavfilter/vf_codecview.c
    • [DH] libavfilter/vf_fspp.h
    • [DH] libavfilter/vf_pp7.h
    • [DH] libavfilter/vf_spp.h
    • [DH] libavfilter/vf_uspp.c