Recherche avancée

Médias (91)

Autres articles (55)

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

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

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

  • Bulk trim multiple videos all to the same specified length [closed]

    20 janvier 2024, par Retsied

    I'm looking for a way to bulk trim multiple (100+) videos of varying length all to the same specified length. Anyone have any ideas ? I've looked into ffmpeg, has anyone accomplished this ?

    


  • add watermark and merge videos programmatically [on hold]

    14 septembre 2017, par Suriya Rakhunathan

    I am working on a node js project where i need to combine multiple videos to a single file and add watermark to the final video. I have tried using ffmpeg to achieve this functionality. But still facing some issues.

    Is it possible if any type of video formats like mp4, mpeg, avi to be handled ?

    Can this be achieved completely using node js or equivalent frameworks or should I use other languages like java, python..

    Please help me if any one have worked on such scenarios earlier and have some idea on this. I will post my current research status and points as i progress.

     Suriya

  • Hi, I am struggling with batch converting a whole files of videos to a new frame rate using ffmpeg ?

    31 octobre 2023, par Josie

    I am using this to convert videos. I would like to be able to convert more than video at once in a natch conversion. I am currently using the below code to do one video, but I am struggling to adjust it to make it so it can do more than one at once. Does anyone know how ?

    


    ffmpeg -i “filename.mp4” –vf "fps=5,scale=640:360" “fileconverted.mp4”