Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (38)

  • MediaSPIP : Modification des droits de création d’objets et de publication définitive

    11 novembre 2010, par

    Par défaut, MediaSPIP permet de créer 5 types d’objets.
    Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
    Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (3932)

  • avformat/matroskaenc : Use more appropriate function name

    15 octobre 2019, par Andreas Rheinhardt
    avformat/matroskaenc : Use more appropriate function name
    

    mkv_start_new_cluster() actually didn't start a new cluster, but ended
    the old one instead and emitted a debug message that it had started a
    new cluster. This has been changed : The debug message has been moved to
    the place that really starts a new cluster and the function has been
    renamed to mkv_end_cluster().

    Furthermore, without this debug message the function can be used for
    flushing.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/matroskaenc.c
  • h264_slice : constify all the uses of H264Context during slice decoding

    28 janvier 2015, par Anton Khirnov
    h264_slice : constify all the uses of H264Context during slice decoding
    

    All the variables modified by this code are either per-MB arrays or have
    been moved to the per-slice context

    • [DBH] libavcodec/h264_slice.c
  • configure : Support preprocessor macros as header names

    23 décembre 2013, par Diego Biurrun
    configure : Support preprocessor macros as header names
    

    New versions of FreeType have moved the location of their API
    header(s) and hide the location behind a macro.

    Since the location changes between versions and no other way
    to know the location exists, this workaround becomes necessary.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] configure