Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (77)

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

  • checkasm/lpc : use fixed length to bench apply_welch_window

    31 mai 2024, par James Almer
    checkasm/lpc : use fixed length to bench apply_welch_window
    

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

    • [DH] tests/checkasm/lpc.c
  • avfilter/af_stereotools : check s->length size

    5 décembre 2015, par Paul B Mahol
    avfilter/af_stereotools : check s->length size
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/af_stereotools.c
  • Ffmpeg glob pattern to grab images within hour range

    4 mai 2016, par user6289960

    Using glob to convert images in folder to mp4 with ffmpeg. I would like to grab all file names which have hour timestamp range 07 to 17. File name has this format :

    Format :

    image_hh-ii-ss.jpg

    Example file names :

    image_07-15-00.jpg
    image_08-15-00.jpg
    image_09-15-00.jpg
    ..
    image_17-15-00.jpg
    ..
    image_22-15-00.jpg
    ..

    Thanks in advance.