Recherche avancée

Médias (39)

Mot : - Tags -/audio

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 (7322)

  • ffmpeg duplicates first frame

    6 mars 2016, par user1605871

    When I create a video from series of images, it always duplicates the first frame several times, even when I choose a framerate, which is a multiple of the number of images. This is for a folder with 290 frames. Does anyone know how to fix this ? I’ve tried several things, for hours.

    Command is like this :

    $cmd5 = 'cat Folder/*.jpg | ffmpeg -f image2pipe -vcodec mjpeg -framerate 290/10 -i - -vcodec libx264 -vf \'scale=trunc(iw/2)*2:trunc(ih/2)*2\' Folder/out.mp4';
  • Is there any way to concatinate multiple video and audio streams with offset ?

    17 avril 2019, par Demchenko Oleg

    I am sory for my english, it is not my mother language. My issue related to ffmpeg concatenation of audio and video streams. There are multiple audio and video streams which were recorded by online chat. All of them have start and end time points. If user turned off a micro or camera then audio and video streams wouldn’t be matched. How can I align all streams in one time series ? Can I add some white noise to separate the two videos ? Similar with audio.

  • Revision 2584a5e5e5 : Add cheap show-buffer operation Adds the ability to have the decoder show one o

    3 octobre 2012, par John Koleszar

    Changed Paths :
     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_bitstream.c



    Add cheap show-buffer operation

    Adds the ability to have the decoder show one of the existing reference
    frames directly, without having to code it indirectly as a series of
    skip blocks.

    Change-Id : Ib6c26c5f6a8709863cf304ab890db8559687d25e