Recherche avancée

Médias (91)

Autres articles (50)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • avfilter/signature : fix integer rounding cast precedence

    20 août 2021, par Jai Luthra
    avfilter/signature : fix integer rounding cast precedence
    

    Co-authored-by : Oscar <oscar_davids@outlook.com>
    Signed-off-by : Jai Luthra <me@jailuthra.in>

    • [DH] libavfilter/signature_lookup.c
  • avutil/opt : Also warn for deprecated named constants

    13 septembre 2021, par Andreas Rheinhardt
    avutil/opt : Also warn for deprecated named constants
    

    Intended for the "truncated" AVCodecContext flag.

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

    • [DH] libavutil/opt.c
  • avformat/avformat : Avoid av_strdup(NULL)

    3 février 2024, par Andreas Rheinhardt
    avformat/avformat : Avoid av_strdup(NULL)
    

    It is not documented to be safe.
    Also copy these lists in a more generic manner.

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

    • [DH] libavformat/avformat.c