Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (100)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (12277)

  • avformat/matroska : add missing Buttons track type

    22 mars 2020, par Steve Lhomme
    avformat/matroska : add missing Buttons track type
    

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

    • [DH] libavformat/matroska.h
  • sidxindex : Don’t adjust the Period start time depending on the track start time

    28 novembre 2014, par Martin Storsjö
    sidxindex : Don’t adjust the Period start time depending on the track start time
    

    This was only necessary to get playback to start with dash.js 1.2.0,
    it has been fixed in the git version.

    The previous behaviour was incorrect - the Period’s start time
    is irrespective of the actual first timestamp of the contents
    within the period. The Period start time only says when, within the
    global timeline, this particular piece should start to be played
    back.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] tools/sidxindex.c
  • How to avoid track tags and global tags in ffmpeg outputs ? [duplicate]

    27 avril 2020, par Sanjith Raj

    How to avoid track tags and global tags from being generated and muxed in ffmpeg outputs, when there are nothing of that sort in inputs ?&#xA;To put it simple, are there any equivalents to —no-track-tags and —no-global-tags options of mkvmerge in ffmpeg ?

    &#xA;