Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (96)

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

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (6647)

  • How to Add Gstreamer Plugin on Mac when installed from Tutorials

    31 juillet 2014, par Dave Collins

    I basically have two installs of gstreamer on my Mac OS X machine :
    The one that works perfectly was installed following this tutorial (http://docs.gstreamer.com/display/GstSDK/Installing+on+Mac+OS+X) and downloading and installing the Developer SDK and using XCode. All tutorials work well.

    I also have a local version installed with Homebrew but video playback does not work on that version (see SO : gstreamer gst-launch sample mac osx plays audio but not video)

    SO, I’m trying to install the FFMPEG plugin into the working xcode dev system so that I can use FFDEC_H263 in a project.

    I tried simply copying the related .SO files (e.g. libgstffmpg.so) from the homebrew (cellar) location to the

    /Library/Frameworks/GStreamer.Framework/Versions/0.10/lib/gstreamer-0.10/

    directory and changing permissions. However, that gives me a "Caught a segmentation fault while loading plugin file" error when building any code.

    I also noticed that in the Xcode directory mentioned above, all of the plugins have a related .a and .la files in the \static subdirectory... Those same files don’t exist in the homebrew version.

    So, what is the proper way to install a plugin when you’ve started with the developer SDK for Mac OSX ?

  • How to convert images to video with ffmpeg api not commands ?

    6 juin 2018, par Liang Steve

    I’m trying to convert images(as jpg) to video(as mp4),
    but looking up at the ffmpeg docs, I just found command lines as follow
    ffmpeg -f image2 -i img%d.jpg /tmp/a.mpg

    Does anyone know the api with c or c++ code ? Thanks.

  • Merge pull request #500 from JamesMGreene/master

    28 septembre 2014, par JamesMGreene
    Merge pull request #500 from JamesMGreene/master
    

    Docs : Corrected some misinformation about SourceMaps

    Fixes #472