Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (65)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français 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 (...)

Sur d’autres sites (11869)

  • Merge commit ’dd35d451fbc34795a8d19ac6c281bed53c42a29b’

    18 août 2014, par Michael Niedermayer
    Merge commit ’dd35d451fbc34795a8d19ac6c281bed53c42a29b’
    

    * commit ’dd35d451fbc34795a8d19ac6c281bed53c42a29b’ :
    doc : Change wrong term to avoid confusion

    Conflicts :
    doc/developer.texi

    No change, as the wrong term is not part of our docs

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

  • Libavfilter with ffmpeg - overlay the last X seconds

    9 avril 2012, par gphilip

    Looking at the docs of libavfilter it doesn't seem to be possible, but still, I hope you can help me.

    I want to overlay an image to a movie but only for the last X seconds of the movie. I managed to overlay for the full movie, no problem. But can I get a time when the overlay is shown ?

    I use ffmpeg with compiled with libavfilter. Any tricks to solve this ?

  • Transcode video using the output format of another video in ffmpeg [closed]

    8 février 2013, par Nick

    I would like to convert videos to the same format as an arbitrary file. This format is not fixed. This "template" file should not be modified.

    Rather than setting the command line options manually each time, is there a way to specify one video as the input, another video as the output format, and then output all that to another file ?

    I don't see anything in the docs about this, but maybe I'm searching using the wrong terms. I'm using OS X, but can use any of the GNU tools as well.