Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (97)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (9926)

  • doc/mailing-list-faq : ffmpeg-devel is now subscription only

    21 mars 2019, par Lou Logan
    doc/mailing-list-faq : ffmpeg-devel is now subscription only
    

    Nobody is going to check the queue anymore, so users must now subscribe to
    send messages to ffmpeg-devel. This will prevent orphaned/ignored messages
    from rotting in the abandoned queue. This matches the behavior of ffmpeg-user
    and libav-user.

    Also, this addresses some other nits.

    Signed-off-by : Lou Logan <lou@lrcd.com>

    • [DH] doc/mailing-list-faq.texi
  • How to mix a list of audio files with their timestamps in ffmpeg ? [closed]

    25 novembre 2020, par user14706760

    Track 1 : I have a list of mono audio files (about 100 pcs.) and a list of their timestamps.

    &#xA;

    Track 2 : I have another list of stereo sound effects (about 20 pcs.) and a list of their timestamps.

    &#xA;

    Track 3 : I have another stereo file which is longer than track 1 and track 2.

    &#xA;

    How can I mix all three tracks and then apply normalization ? I found that normalization can be done like this :

    &#xA;

    ffmpeg-normalize 1.wav 2.wav -o 1n.wav 2n.wav&#xA;

    &#xA;

    But I can't figure out how I should apply amix or amerge function in this case.

    &#xA;

  • Argument list too long error - ndk r8e

    2 juillet 2013, par Aditya Kumar Praharaj

    While compiling my ffmpeg library on Android , I get this "Argument list too long" error . It comes as soon as the ndk-build starts showing "libffmpeg.so" on the screen . Using Cygwin and ndk-r8e . I have tried this solution but to reach nowhere . Can somebody please tell me what is the error ?