Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (51)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (8611)

  • mov : Do not group tracks if more than one is enabled per type

    4 juillet 2014, par Luca Barbato
    mov : Do not group tracks if more than one is enabled per type
    

    The specification requires at most 1 track enabled per alternate group.

    • [DH] libavformat/movenc.c
    • [DH] libavformat/movenc.h
  • configure : Group and sort function/struct/type checks

    6 mars 2014, par Diego Biurrun
    configure : Group and sort function/struct/type checks
    

    Group checks into logical groups and sort alphabetically within those groups
    unless checks have close coupling. Keep closely coupled checks together.

    • [DBH] configure
  • Fixing animation strobiness with FFMPEG

    26 juillet 2022, par MarcTheSpark

    I have an animation I'm making with Processing (it's of some numbers moving around on a black background), and I'm trying to avoid the strobe-like effect that happens when the numbers move fast.

    


    I think the way to go is to do some sort of blur of adjacent frames, and I was wondering how to accomplish this in FFMPEG. I could create a high FPS version of the animation (120 FPS or whatever), but how would I reduce this to a 30fps video with some sort of motion blur ?

    


    Sorry if I'm not explaining this well. I feel like the strobiness is a well-known issue with probably a well-known solution, but I'm having trouble finding it by searching online.