Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (99)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

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

Sur d’autres sites (10340)

  • avformat/matroskadec : clarify some Colour element defaults using enum values

    19 octobre 2016, par James Almer
    avformat/matroskadec : clarify some Colour element defaults using enum values
    

    This way it’s more clear what the default values refer to, as
    Undetermined/Unspecified is 0 for some, 2 for others.

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

    • [DH] libavformat/matroskadec.c
  • Generate color palette from an image for FFmpeg

    18 mars 2018, par Peter

    I want to generate color palette from an image but FFmpeg allows to generate palettes only from videos. The only Bash tool I know that can generate color palettes from images is ImageMagick, but it generates palettes in a *.txt and I need a *.png palette.

    Is there a bash tool to generate palettes with fine control ? Or maybe there is a way to do it in FFmpeg ?

    P.S. I need that palette to create GIF in FFmpeg.

  • lavc/dvbsub : Do not fail hard in the region block for 256-colour encoding.

    24 octobre 2017, par JULIAN GARDNER
    lavc/dvbsub : Do not fail hard in the region block for 256-colour encoding.
    

    Adds a hunk forgotten in 8a6799d2

    • [DH] libavcodec/dvbsub.c