Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (84)

  • 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

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (9344)

  • How can I add a background image while combining *.png files using ffmpeg

    12 février 2023, par Walt Howard

    I'd like to add a background image while combining *.png files to make an mp4 file, using ffmpeg.

    


    Currently, I have to first create an animated gif using imagemagick convert, like this :

    


    convert -delay ${DELAY} -dispose Background *.png -coalesce null: ${BACKGROUND} -compose dstOver -layers composite -layers optimize -loop 0 planet.gif


    


    Then I process that animated gif using ffmpeg to optimize it :

    


    ffmpeg -i planet.gif -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" planet.mp4


    


    Which sort of works, but is slow and has a problem. I craps out if I go above about 100 input files, and creates animated gifs that are basically just white screens.

    


    ffmpeg alone works great, and 100 times faster stitching the *.png files together

    


    ffmpeg -framerate 10 -pattern_type glob -i '*.png' -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" planet.mp4

    


    But, no background there. I haven't found anyway to add that background. Does ffmpeg even support such a thing ?

    


  • Android video editor (maybe using FFmpeg for Android)

    25 avril 2015, par Juliano Nunes Silva Oliveira

    I need to create an app that allows trimming/splitting videos and remove their audio. How can I do this ?

    I’ve read about FFmped in this question FFMPEG on Android but I need to know if is it possible to use it in an app built with the SDK, not the NDK.

  • doc/APIchanges : fill in missing dates and hashes

    12 février 2015, par Anton Khirnov
    doc/APIchanges : fill in missing dates and hashes
    

    Also, move a misplaced block to the right position.

    • [DH] doc/APIchanges