Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (71)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (12632)

  • Form in Rails with ffmpeg and carrierwave

    2 juillet 2020, par Yozuu

    I would like on rails that a User without account can upload a video and then that the server modifies it with ffmpeg and that then the server deletes the video after the user downloads it. But I don't really find documentation on this subject.
How can I do that ? What are the best Gem ?

    


    Thank you for your help.

    


  • Cross compile libtheora with msys

    30 septembre 2015, par David

    I don’t really have any experience cross compiling so there is probably a simple solution to my problem. I downloaded libogg 1.3.1 from http://downloads.xiph.org/releases/ogg/libogg-1.3.1.tar.gz and libtheora from http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2. First I compile and libogg using these commands (in MSYS, when in the extracted directory) :

    ./configure --prefix=/usr/local/x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --disable-static
    make clean && make -j4
    make install

    and it looks like everything works (no errors reported and I see libogg files in /usr/local/x86_64-w64-mingw32).

    I also compile and install libvorbis and libSDL with similar commands (downloads found in links on http://www.theora.org/downloads/)

    I then try to compile libtheora and it fails at the configure. Here is the command I run :

    ./configure --prefix=/usr/local/x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --disable-static

    and the result is an error about not finding the libogg library (below is the end of the configure output) :

    checking for OGG... no
    checking for Ogg... no
    *** Could not run Ogg test program, checking why...
    *** The test program failed to compile or link. See the file config.log for the
    *** exact error that occured. This usually means Ogg was incorrectly installed
    *** or that you have moved Ogg since it was installed.
    configure: error:
       libogg is required to build this package!
       please see http://www.xiph.org/ for how to
       obtain a copy.

    Does anyone have any thoughts on what I am doing wrong ?

    Thanks,

    David

  • Merge commit '11e225db31dcad57e2219ad8dfae2ac027af53d6'

    20 mai 2017, par Clément Bœsch
    Merge commit '11e225db31dcad57e2219ad8dfae2ac027af53d6'
    

    * commit '11e225db31dcad57e2219ad8dfae2ac027af53d6' :
    rtmp : Account for bytes_read wraparound

    This commit is a noop, see 0849a0ebb2c94856c3a94cb114a1412e44904c28

    Merged-by : Clément Bœsch <u@pkh.me>