Recherche avancée

Médias (0)

Mot : - Tags -/xmp

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

Autres articles (99)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

Sur d’autres sites (14592)

  • How to encode video frames, closing encoder and reopening encoder to continue writing to same file ? [closed]

    16 juillet 2022, par Jona

    I have a requirement to be able to encode frames, close the encoder and continue encoding later on into the same file. I'm writing c++ code that uses the FFmpeg library to achieve this.

    


    I have a working code to encode but I can't reopen the file and continue encoding frames into it.

    


    I was using mp4 container with h264 encoded frames. I'm wondering if I need to use another container to allow me to do this. For example a mpegts ?

    


    Any help pointing me in the right direction on how to achieve closing encoding and later on reopening and continuing would be super helpful.

    


  • Anomalie #4540 : Accessibilité des boutons radios et checkboxes

    18 février 2021

    fieldset:not(.editer) ça fait un sélecteur super spécifique plus fort que fieldset.editer, c’est la galère après ces histoires.

    Dans l’autre sens alors, une classe variante de .editer pour dire « c’est un .editer sous forme de fieldset ».

    <span class="CodeRay"><span class="tag">span> <span class="attribute-name">class</span>=<span class="string"><span class="delimiter">"</span><span class="content">editer editer_fieldset …</span><span class="delimiter">"</span></span><span class="tag">></span>
    </span></span>
  • How to use ffmpeg to add a drop shadow ?

    26 mars 2024, par mrstudy

    I'm trying to add a drop shadow to an overlay video using ffmpeg, but haven't had any luck. I was trying using something similar to the command in this post, but I haven't been able to understand it/get it working.

    &#xA;

    Here is an example of what I'm trying to do.

    &#xA;

    It's not super easy to tell from my screenshot, but I want a shadow behind the overlay video similar to box-shadow from css.

    &#xA;

    Any help is appreciated !

    &#xA;