Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (111)

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (4781)

  • avformat/http: support reading compressed data

    22 juillet 2013, par Zhang Rui
    avformat/http: support reading compressed data
    

    Derived from VLC’s http module.
    Original authors :
    Antoine Cellerier <dionoea@videolan.org>
    Sébastien Escudier <sebastien-devel@celeos.eu>
    Rémi Duraffort <ivoire@videolan.org>
    Rémi Denis-Courmont <remi@remlab.net>
    Francois Cartegnie <fcvlcdev@free.fr>

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/http.c
  • http: Support reading gzip/deflate compressed data

    22 juillet 2013, par Zhang Rui
    http: Support reading gzip/deflate compressed data
    

    Derived from VLC’s http module.
    Original authors :
    Antoine Cellerier <dionoea@videolan.org>
    Sébastien Escudier <sebastien-devel@celeos.eu>
    Rémi Duraffort <ivoire@videolan.org>
    Rémi Denis-Courmont <remi@remlab.net>
    Francois Cartegnie <fcvlcdev@free.fr>

    Normally, http servers shouldn’t send this to us since we
    don’t advertise it with an Accept-Encoding header, but some
    servers still do it anyway.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/http.c
  • NaCl with FFmpeg, avformat_open_input return -5 and -1052488119 [duplicate]

    30 juillet 2013, par Jar

    This question is an exact duplicate of :

    I'm trying to port FFmpeg into my NaCl module.

    So far, my module linked ffmpeg and SDL libraries.

    It already can play YUV format video which is directed load into memory and copy into YUVOverlay buffer (it's very easy).

    Now, I want to use ffmpeg to decode video, but when I call the function avformat_open_input it returns -5 when input is URL string, such as rtmp:// or mmsh:// ; it returns -1052488119 when input is file name, such as /saved/tmp (I mount the file system - html5fs).


    There are some questions :

    1. What means of -5 and -1052488119 ?
    2. If file can't open by avformat_open_input, is it possible the input type is from buffer not from file name or url string ?

    If I'm not clearly about my question or description, you can tell me.
    If you are doing the same thing or having the same problem, we can discuss together.

    Thanks,
    Jar