Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (73)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (10846)

  • Mute Volume with Minimal Re-encoding

    7 juillet 2021, par Harry Muscle

    Is it possible to mute a section of a video file (say 5 seconds) without having to re-encode the whole audio stream with ffmpeg ? I know it's technically (though probably not easily) possible by reusing the majority of the existing audio stream and only re-encoding the changed section and possibly a short section before and after, but I'm not sure if ffmpeg supports this. If it doesn't, anyone know of any other library that does ?

    


  • avfilter/af_astats : measure minimal and mean difference between two consecutive samples

    17 juillet 2015, par Paul B Mahol
    avfilter/af_astats : measure minimal and mean difference between two consecutive samples
    

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

    • [DH] doc/filters.texi
    • [DH] libavfilter/af_astats.c
  • lavfi/drawtext : ignore final LF of textfile.

    30 novembre 2020, par Nicolas George
    lavfi/drawtext : ignore final LF of textfile.
    

    A standard text file ends with a final LF.
    Without this change, it is interpreted as an empty final line,
    and visible with the box option.
    The current behavior can be achieved by actually having
    an empty line at the end of the file.

    Fix trac ticket #7948.

    • [DH] libavfilter/vf_drawtext.c