Recherche avancée

Médias (0)

Mot : - Tags -/publication

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (106)

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

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

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

Sur d’autres sites (9218)

  • Remove alternate demo versions.

    21 juillet 2019, par blueimp
    Remove alternate demo versions.
    

    jQuery UI and Angular 1 are obsolete.
    The basic and basic plus versions are nice to have, but add unnecessary maintenance overhead.

  • how to convert a video to wmv3 format on linux

    3 mai 2022, par Dan Erez

    I am looking for a way to convert a video from any format ( specifically mp4 if it matters ) to wmv3.

    



    I'll save you some time - ffmpeg can only read wmv3 and can't write it. There's a patch but it's from 2007 and I don't feel comfortable to rely on it. Unless someone has experience of it working and can vouch for it.

    



    common names for the same format = Windows Media Video v9, wmv9, wmv3, msmpeg4 v3, asf

    


  • libavcodec/qsvdec_h2645.c : switch to the new BSF API

    24 juillet 2016, par Ivan Uskov
    libavcodec/qsvdec_h2645.c : switch to the new BSF API
    

    This patch applies same changes as commit e3dfef8e3c85a64dbe6388117303f5819fa3c6a2 of libav :
    instead of the obsolete AVBitStreamFilterContext now the new AVBSFContext filter is used to
    restore annex-B prefixes.

    Based-on : e3dfef8e3c85a64dbe6388117303f5819fa3c6a2 by Anton Khirnov
    Push requested by maintainer
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/qsvdec_h2645.c