Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (21)

  • 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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

  • avformat/udp : return the error code instead of generic EIO

    13 janvier 2021, par Limin Wang
    avformat/udp : return the error code instead of generic EIO
    

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/udp.c
  • avformat/udp : Fix IP_MULTICAST_TTL for BSD compatibility

    7 février 2022, par Limin Wang
    avformat/udp : Fix IP_MULTICAST_TTL for BSD compatibility
    

    Suggested by zhilizhao, vlc project has solved the compatibility by
    the same way, so I borrowed the comments from vlc project.

    Fixes ticket #9449

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/udp.c
  • avformat/udp : properly check for valid ttl in url

    7 février 2022, par Limin Wang
    avformat/udp : properly check for valid ttl in url
    

    Zhao Zhili added a ttl upper bound in commit 9daac85da8,
    but the check for ttl in url is missing still.

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/udp.c