Recherche avancée

Médias (1)

Mot : - Tags -/publishing

Autres articles (82)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (16190)

  • Batch : Iterate through subfolders and merge all parted video files

    31 décembre 2023, par Rave

    I'm trying to append/merge a lot of parted movies with MKVToolnix, but with doing this one by one it is going to take me a lot of time.
So I thought a looking for a batch script for MKVToolnix but it seems that FFMPEG is better at it.

    


    I don't know what the best software is to do the following task :

    


    Iterate through subfolder like :

    


    A
  A\A-part1.mpg
  A\A-part2.mpg
B
  B\B-part1.mkv
  B\B-part2.mkv
...


    


    And join them by name in the same folder.
Could someone help me with building a script for this with MKVToolnix or FFMPEG

    


    Thanks !

    


  • Failed to obtain lock for new video threads [closed]

    31 août 2023, par taha zahid

    We are facing issue with a software which uses ffmpeg for conversion to h264

    


    During a routine test for multiple camera for video loss on the software for more that 2 minutes

    


    We get below message
"Failed to obtain lock for new video thread"

    


    Since i am not into software developement i need to understand how we can optimise this so that this application can minimise cpu usage to 50% and or less but still no compromise on h264 quality during streaming and also recover video without any error during a failover test

    


    Since i am not into software i could not test anything

    


  • Can I create a VFR video from timestamped images ?

    28 août 2023, par Beginner

    First, I have almost zero experience in making videos from images.

    



    What I have is a set of BMP timestamped images from which I want to generate a video.
Since the timestamps are not equally spaced, I cannot simply use software that create constant-frame-rate videos from images.

    



    A possible solution would be to create artificial images at fixed time intervals, but I prefer to leave that as a last resort if I fail to make a VFR video.

    



    Any suggestions on how to achieve what I want ?