Recherche avancée

Médias (91)

Autres articles (28)

  • 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

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (7108)

  • Full C++ example avlib\FFMPEG multi input video filtering [on hold]

    30 juillet 2018, par Stefan Pintilie

    I am asking a question and also answering to it, on how to apply a multi input video complex filter using FFMPEG/avlib/avfiler libraries. I am doing this in hope that will help you, since it took couple of days to dig into ffmpeg code source, understanding it, putting the pieces together and make it work. The same could be applied to audio filtering.

    Everything starting from translating the following ffmpeg command into C++ code :

    ffmpeg -i world.mp4 -i back.png -filter_complex "[0:v]pad=1280:1000:0:0:black[pad];[pad][1:v]overlay=140:720[out]" -map "[out]" -map 0:a output.mp4

    Is basically stacking 2 videos on top of each other. The video from bottom has bigger width, so the final video file has the width of the bottom video and the height of all 2 together.

    Anyway that is just an example, the code example I am going to give you it takes any number of input files and a complex filter description, then producing the output.

  • lavfi : fix can't dispaly "slice" sub-option in "ffmpeg -h full"

    13 août 2018, par Jun Zhao
    lavfi : fix can't dispaly "slice" sub-option in "ffmpeg -h full"
    

    fix can't dispaly "slice" sub-option in "ffmpeg -h full" for
    AVFilter options.

    Signed-off-by : Jun Zhao <mypopydev@gmail.com>

    • [DH] libavfilter/avfilter.c
  • qsvvpp : Perform full init only when needed

    2 septembre 2018, par Joe Olivas
    qsvvpp : Perform full init only when needed
    

    Removing unused VPP sessions by initializing only when used in order to help
    reduce CPU utilization.

    Thanks to Maxym for the guidance.

    Signed-off-by : Joe Olivas <joseph.k.olivas@intel.com>
    Signed-off-by : Maxym Dmytrychenko <maxim.d33@gmail.com>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavutil/hwcontext_qsv.c