Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (51)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (5600)

  • libavformat/ty : use decimal constant for shift

    19 septembre 2018, par Michael Niedermayer
    libavformat/ty : use decimal constant for shift
    

    This was the only case in the source that uses a hexadecimal shift value.
    The change removed a special case in respect to greping

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/ty.c
  • Wrong path returned from MPV player using mp.get_property("path") spaces on Windows

    15 août 2018, par user2432166

    I have my video in the following locaton with spaces on Windows.

    "c :\GoogleDrive\CMD Scripts_video\test.mp4"

    MPV function in Lua script returns cut path with special characters 1

    video_path = mp.get_property("path")

    "c :\GOOGLE 1\CMDSCR 1_video\test.mp4"

    How can I get on Windows full path to use it as input for FFMPEG in my LUA script ?

    Thank you
    Peter

  • avcodec/nvenc : Add ’nvenc_h264’ as an alternative name for ’nvenc’

    6 juin 2015, par Philip Langdale
    avcodec/nvenc : Add ’nvenc_h264’ as an alternative name for ’nvenc’
    

    This allows us to offer the same codec name that libav uses. We don’t have
    a special way to do aliases, so it’s all a bit more verbose than you’d want
    but such is life.

    Signed-off-by : Philip Langdale <philipl@overt.org>

    • [DH] configure
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/nvenc.c