Recherche avancée

Médias (91)

Autres articles (97)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

Sur d’autres sites (4867)

  • how split audio file in multiple chapters with predefined times

    30 mars 2019, par Karim Bn Abdlaziz

    how split audio book file with in 10 chapters easier to listen , with given metadata predefined times
    0.000000, 3472.683000 seconds this ch0

    3472.683000, 7642.058000 ch1

    etc..

    2 columns the begin and end of each chapter,

    i’m dummy but tried and failed with awk to add columns right and left to obtain the command line

       ffmpeg -i output.mp3  -acodec copy -ss  begin -to end  ch'number'.mp3.

    the problemn with the NF position and then increment numbers of new output files

    how to use awk or sed and count new file names ch01 ch02 etc

  • avcodec/h261dec : Don't set framerate multiple times

    13 juin 2024, par Andreas Rheinhardt
    avcodec/h261dec : Don't set framerate multiple times
    

    Just do it once during init.

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

    • [DH] libavcodec/h261dec.c
  • avcodec/dvbsubdec : support returning exact end times

    22 juin 2014, par Anshul Maheshwari
    avcodec/dvbsubdec : support returning exact end times
    

    fixess part of ticket #2024

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dvbsubdec.c