Recherche avancée

Médias (1)

Mot : - Tags -/belgique

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/nvdec_mjpeg : Remove always-true #if CONFIG_MJPEG_NVDEC_HWACCEL

    18 octobre 2022, par Andreas Rheinhardt
    avcodec/nvdec_mjpeg : Remove always-true #if CONFIG_MJPEG_NVDEC_HWACCEL
    

    This file is built iff said hwaccel is enabled.

    Reviewed-by : Philip Langdale <philipl@overt.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/nvdec_mjpeg.c
  • avformat/matroskaenc : Avoid indirection via st->codecpar

    8 juillet 2024, par Andreas Rheinhardt
    avformat/matroskaenc : Avoid indirection via st->codecpar
    

    Use the already available AVCodecParameters pointer instead.
    Shortens lines.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/matroskaenc.c
  • avcodec/mpeg12dec : Remove write-only assignments

    8 juillet 2024, par Andreas Rheinhardt
    avcodec/mpeg12dec : Remove write-only assignments
    

    This decoder unquantizes while parsing blocks
    and does not use dct_unquantize_mpeg1_intra
    (which uses *_dc_scale) at all.

    repeat_field was unused since
    e0a3d744a0d5a9a25fb85c9bba17e3b07d3ba29b.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mpeg12dec.c