Recherche avancée

Médias (91)

Autres articles (60)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (4270)

  • Stitching videos (with very precise camera angles) into 360 video [on hold]

    4 mai 2017, par Basset hound

    I can record videos with very precise camera angles.
    I also used Autopano Video to stitch the videos, the result is awesome.

    I was wondering, if I can record videos with very precise camera angels.
    Do I really need 3rd party commercial software to stitch the videos ?

    Can I get it down by C# or ffmpeg or OpenCV or open source ?
    Any hint or advice would be appreciated.

  • How to merge four videos on one screen with ffmpeg [duplicate]

    9 mai 2021, par Andrey Prokhorenko

    I have a video test.mp4, and I need to make it appear four times at once on a screen.

    


    Here I found a command that makes two videos appear at a time

    


    ffmpeg -i input0.avi -vf "movie=input1.avi [in1]; [in]pad=640*2:352[in0]; [in0][in1] overlay=640:0 [out]" out.avi


    


    But it doesn't work with mp4 videos, and I need four videos at a time.

    


  • Create a video with other videos at certain points

    7 mars 2020, par Antique Chariot

    I’ve never used ffmpeg before, and I need to do something quite complicated (in my opinion at least, this could be easy).

    Basically I need to have a black video but at certain points concatenate other videos.
    For example, at 0.00 a 3 second video, then black until 10.0 and then another video, etc etc

    The finished videos will consist of hundreds of videos and be anywhere from 1-5 minutes long.

    I’m working in Node.js, ideally using a wrapper would be best (I’m using fluent-ffmpeg currently but any will suffice), although raw commands are also an option.

    Any ideas are appreciated !

    Edit : also, say a 5 second video is at 0.00, and a 10 second video is at 1.00, I’d like it to overwrite the original 5 second video