Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (103)

  • 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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (8124)

  • lavc/videotoolbox : fix H.264 hwaccel init issue

    2 juin 2016, par Rick Kern
    lavc/videotoolbox : fix H.264 hwaccel init issue
    

    Fixes VTDecompressionSessionCreate() error.

    Signed-off-by : Rick Kern <kernrj@gmail.com>

    • [DH] libavcodec/videotoolbox.c
  • lavc/audiotoolboxenc : fix dropped frames on iOS

    2 juin 2016, par Rick Kern
    lavc/audiotoolboxenc : fix dropped frames on iOS
    

    AudioConverterFillComplexBuffer() doesn’t always call its callback. A frame
    queue is used to prevent skipped audio samples.

    Signed-off-by : Rick Kern <kernrj@gmail.com>

    • [DH] libavcodec/audiotoolboxenc.c
  • lavd/decklink : Fix compile issue on OS X

    24 juin 2016, par Rick Kern
    lavd/decklink : Fix compile issue on OS X
    

    Fixes #4124 : Invalid argument ’-std=c99’ not allowed with ’C++/ObjC++’
    C++ files fail to compile. This adds ’-std=c++11’ to CXX_FLAGS to fix.

    Signed-off-by : Rick Kern <kernrj@gmail.com>

    • [DH] common.mak
    • [DH] configure