Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (98)

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

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (9662)

  • avcodec/aacdec_lpd : remove unused local variables

    21 juin 2024, par Leo Izen
    avcodec/aacdec_lpd : remove unused local variables
    

    int idx, and int first_tcx_flag are set but not used, so this commit
    removes their declarations and assignments.

    • [DH] libavcodec/aac/aacdec_lpd.c
  • ffmpeg is overlying images when making movie from png files of an evolving chart

    15 octobre 2020, par James Carroll

    I am trying to make a movie of a series of charts as they change through time. I have 30 or so still versions of the chart in .png format.

    


    But when I combine them into a movie, the charts are progressively overlaid on top of each other, rather than progressing through time.

    


    I have tried several variations including :

    


    ffmpeg -r 1 -f image2 -start_number 0 -i name%2d.png -q:v 5 movie.wmv


    


    and

    


    ffmpeg -r 1/5 -start_number 1 -i name%2d.png -c:v libx264 -r 30 -pix_fmt yuv420p out.mp4


    


    All do the same thing.

    


    Any idea why this is happening ?

    


    Update 1 :

    


    git repo of sample images and failed movie here : https://github.com/jlc42/MovieTest.git

    


    Update 2 :

    


    Just in case, I tried removing the alpha channel with the following command which I found in another thread Remove alpha channel in an image :

    


    for i in `ls *.png`; do convert $i -background black -alpha remove -alpha off $i; done


    


    because my background is white, I also tried :

    


    for i in `ls *.png`; do convert $i -background white -alpha remove -alpha off $i; done


    


    I THINK I have now successfully removed the alpha channel in the images, but this did not seem to make a difference for what ffmpeg is doing.

    


  • Revision a4d308a468 : Merge "segmentation : make local symbols static." into experimental

    30 octobre 2012, par Paul Wilkins

    Merge "segmentation : make local symbols static." into experimental