Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (44)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • How to create silent .ogg audio file

    19 septembre 2019, par James Newton

    In answer to the question "How-to make a silent mp3 or wav-file" on ubuntuforums.org FakeOutdoorsman provided the following recipe :

    Another method by using FFmpeg. 60 seconds of silent audio in WAV :

    ffmpeg -ar 48000 -t 60 -f s16le -acodec pcm_s16le -ac 2 -i /dev/zero -acodec copy output.wav

    60 seconds of silent audio in MP3 :

    ffmpeg -ar 48000 -t 60 -f s16le -acodec pcm_s16le -ac 2 -i /dev/zero -acodec libmp3lame -aq 4 output.mp3

    How could I do something similar to create a silent .ogg audio file ?

    For a web app, I want to create a very short file for testing whether the browser will preload an audio file, or whether it will wait until the file is actually played before starting to stream it.

  • lavfi/curves : add plot option

    22 juillet 2016, par Clément Bœsch
    lavfi/curves : add plot option
    
    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_curves.c
  • Cannot install snappy with brew - fatal error : 'cassert' file not found

    23 mars 2024, par kronus

    I am on an old mac - 10.14.6 - and I am trying to install ffmpeg via brew.

    


    I am finding errors during the make of snappy

    


    When I try to brew install snappy the same errors persist :

    


    ==> Installing dependencies for snzip: snappy&#xA;==> Installing snzip dependency: snappy&#xA;==> Patching&#xA;==> cmake . -DSNAPPY_BUILD_TESTS=OFF -DSNAPPY_BUILD_BENCHMARKS=OFF&#xA;==> make install&#xA;Last 15 lines from /Users/<home>/Library/Logs/Homebrew/snappy/02.make:&#xA;In file included from /tmp/snappy-20240323-80108-r3czy0/snappy-1.1.10/snappy.cc:29:&#xA;In file included from /tmp/snappy-20240323-80108-r3czy0/snappy-1.1.10/snappy-internal.h:34:&#xA;/tmp/snappy-20240323-80108-r3czy0/snappy-1.1.10/snappy-stubs-internal.h:40:10: fatal error: &#x27;cassert&#x27; file not found&#xA;40 | #include <cassert>&#xA;  |          ^~~~~~~~~&#xA;make[2]: *** [CMakeFiles/snappy.dir/snappy-sinksource.cc.o] Error 1&#xA;make[2]: *** Waiting for unfinished jobs....&#xA;1 error generated.&#xA;make[2]: *** [CMakeFiles/snappy.dir/snappy-c.cc.o] Error 1&#xA;1 error generated.&#xA;make[2]: *** [CMakeFiles/snappy.dir/snappy-stubs-internal.cc.o] Error 1&#xA;1 error generated.&#xA;make[2]: *** [CMakeFiles/snappy.dir/snappy.cc.o] Error 1&#xA;make[1]: *** [CMakeFiles/snappy.dir/all] Error 2&#xA;make: *** [all] Error 2&#xA;</cassert></home>

    &#xA;