Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (89)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (15240)

  • Evolution #3778 : [sécurité - inscription] : éviter l’envoi de mot de passe en clair par email et ...

    17 mai 2016, par y dikoi

    Hello,

    Même si c’est effectivement plus facile de s’inscrire d’un seul coup de mail, il me paraît indispensable de remplacer ce système d’envoi de mdp en clair, qui est contre toutes les bonnes pratiques en termes de sécu aujourd’hui.

  • ffmpeg generate from png sequence produces black video

    20 septembre 2019, par friendlygiraffe

    I am using ffmpeg to generate an MP4 from a png sequence using the following :

    ffmpeg -framerate 25 -pattern_type glob -i "*.png" -c:v libx264 -pix_fmt yuv420p -b:v 1M out.mp4

    But it outputs a black video, any advise on why ?

    The folder contains 2000 pngs which are 4520 × 2160 pixels

  • ffmpeg : How to add frames or black at the end of a video ?

    10 mai 2012, par Jim Hoyle

    How to copy an arbitrary amount of duplicates of the last frame at the end of any video ? Or alternatively, how to add black frames at the end of any video ? Can this be done by scripting and ffmpeg ? Of course any other tool is fine, as long as the action is scriptable.

    The difficulty is that all video formats, or at least as wide range of video formats as possible, should be supported. The script should take in any video formats without manually changing the script per video.