Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (94)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

Sur d’autres sites (7378)

  • Give input to ffmpeg using named pipes

    1er septembre 2012, par Akilan

    I have a C program which generates a series of images and I wanted to make them into a video which should be streamed in real time or stored in a file. While reading up ffmpeg documentation I came across repeatedly that ffmpeg can take input from named pipes.

    My question is in what format should the files given into the pipe should be and how to input the files into the pipe.

  • GUID appended for FFMPEG output file name

    9 juin 2020, par Jagadheeswaran Mohan

    Is it possible to append a GUID to the output file ?

    



    I am running :

    



    ffmpeg -i .\Tst.mp4 -filter:v "select='gt(scene,0.5)',showinfo" -vsync 0 -s 120x68 keyframe%05d.jpg


    



    Which produces a series of files. I need to append a GUID to every file name.

    


  • How to generate a variable framerate MPEG-4 from a bunch of images and an audio file ?

    11 avril 2014, par Michael Kohout

    I've got a series of images captured by a motion sensor camera-right now, I'm doing a bit of processing on them and each image is stored as a bunch of PNM/PBM files (but I do have a unix timestamp of when they were first created). I've also got an audio file (where I know the starting time), recorded over the same period.

    Is there any way I can construct a MPEG-4 from these images and have them display at the appropriate time so they'll be sync'd with the audio ?

    Is this something ffmpeg should be able to do ?