Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (29)

  • 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

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

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

Sur d’autres sites (6405)

  • avcodec/mmaldec : Deduplicate AVClasses

    9 décembre 2021, par Andreas Rheinhardt
    avcodec/mmaldec : Deduplicate AVClasses
    

    Possible now that the child_class_next API is gone.

    Tested-by : Cameron Gutman <aicommander@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mmaldec.c
  • avcodec/dynamic_hdr10_plus : check size before using it

    13 septembre 2021, par Limin Wang
    avcodec/dynamic_hdr10_plus : check size before using it
    

    Reviewed-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/dynamic_hdr10_plus.c
  • avformat/wtvdec : Don't truncate GUIDs

    12 septembre 2023, par Andreas Rheinhardt
    avformat/wtvdec : Don't truncate GUIDs
    

    Each of the 16 bytes of a GUID is written as a two-character
    hex value and three hyphens, leading to a length of 35.
    GCC 13 emits a -Wformat-truncation= warning because of this.

    Reviewed-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/wtvdec.c