Recherche avancée

Médias (91)

Autres articles (89)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les sons

    15 mai 2013, par

Sur d’autres sites (7586)

  • How can I add a screen shake effect to a video using ffmpeg ?

    5 juin 2022, par chexo3

    I have a video I'm trying to make for a dumb joke. The input video stream could be anything, but in my case it's an image file that I'm adding audio to. I want to apply a screen shake effect/earthquake effect to the video to make it a bit more dramatic. Is there a simple way to do this with ffmpeg ? I know ffmpeg can do a lot, but at a certain point it gets a bit impractical to do everything in ffmpeg.

    


  • What should I do if the video is broken on a black screen when encoding with FFmpeg(h264) ?

    19 novembre 2018, par wowi77

    The MOV is broken when H.264 is encoded as below image. Can I encode it without breaking ?

    Encoding options :

    ffmpeg -y -i "background.mp4" -s "160x64" -c:v libx264 -vprofile baseline -level 3 -q:v 0 -mbtree 1 -r 30 -pix_fmt yuv420p -an -t "0:00:15.000000" "sample.mp4"

    Screen capture

  • Update hooks for latest wdio-screen-commands.

    30 décembre 2019, par blueimp
    Update hooks for latest wdio-screen-commands.