Recherche avancée

Médias (91)

Autres articles (67)

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

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

Sur d’autres sites (6122)

  • Overlay video with a transparent Video using FFMPEG

    7 janvier 2016, par Vikash

    I want to overlay two videos one over another using ffmpeg. I am able to do it, but i want to make the 2nd video transparent so that the base video can be visible.

  • Overlay video with a transparent Video using FFMPEG

    25 juin 2017, par Vikash

    I want to overlay two videos one over another using ffmpeg. I am able to do it, but i want to make the 2nd video transparent so that the base video can be visible.

  • Is there a way to display video, then an image, then more video using OpenCV ?

    24 septembre 2015, par kdibene1

    I have a bunch of frames (jpg images) and want to stitch some of them together and make a video, then display one image (essentially repeating the same frame for a number of seconds) and then stitch more frames together and continue playing the video. I want it to be continuous with no interruptions, is this possible ? I know about avconv and ffmpeg, but they only stitch together frames and make a video, they do not simply display a frame over and over again like with ImageMagick. Essentially what I want to do is take a bunch of image frames, stitch them together to an arbitrary point, then display an image, then stitch together the remaining frames to a video.

    Can anyone help ?