Recherche avancée

Médias (91)

Autres articles (79)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

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

Sur d’autres sites (9833)

  • Révision 123157 : Compat PHP 7.4 : notices en moins en l’absence de vignette sur l’édition d’un do...

    26 mars 2020, par Matthieu Marcillaud
  • ffmpeg set subtitles track as default

    21 novembre 2016, par blörk

    By adding an .ass subtitles track to an mkv video with ffmpeg, it isn’t set as default track, so on playback you have to manually turn on subtitles. Is it possible to set the default flag for the subtitles track ?

    ffmpeg command used :

    ffmpeg -i video.mp4 -i subtitles.ass -c:v libx264 -preset veryslow \
    -pix_fmt yuv420p10le -c:a copy -c:s copy output.mkv

    Note that I want to keep .ass subtitle format, not convert the subtitles to mov_text like suggested in this similar question :
    How to set default streams with ffmpeg

    There is the possibility to set the default flag afterwards with mkvpropedit like this :

    mkvpropedit output.mkv --edit track:s1 --set flag-default=1

    But is it possible to do this directly with ffmpeg ?

  • mov : fix decryption with edit list

    12 janvier 2017, par erankor
    mov : fix decryption with edit list
    

    Retain the ranges of frame indexes when applying edit list in
    mov_fix_index. The index ranges are then used to keep track of the frame
    index of the current sample. In case of a discontinuity in frame indexes
    due to edit, update the auxiliary info position accordingly.

    Reviewed-by : Sasi Inguva <isasi@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/isom.h
    • [DH] libavformat/mov.c