Recherche avancée

Médias (91)

Autres articles (38)

  • 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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

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

  • matroskadec : export cover art correctly

    3 avril 2015, par wm4
    matroskadec : export cover art correctly
    

    Generally, libavformat exports cover art pictures as video streams with
    1 packet and AV_DISPOSITION_ATTACHED_PIC set. Only matroskadec exported
    it as attachment with codec_id set to AV_CODEC_ID_MJPEG.

    Obviously, this should be consistent, so change the Matroska demuxer to
    export a AV_DISPOSITION_ATTACHED_PIC pseudo video stream.

    Matroska muxing is probably incorrect too. I know that it can create
    broken files with an audio track and just 1 video frame when e.g.
    remuxing mp3 with APIC to mkv. But for now this commit does not change
    anything about muxing, and also continues to write attachments with
    AV_CODEC_ID_MJPEG should the muxer application have special knowledge
    that the Matroska is broken in this way.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavformat/matroska.c
    • [DBH] libavformat/matroska.h
    • [DBH] libavformat/matroskadec.c
    • [DBH] libavformat/matroskaenc.c
  • oggvorbisdec : add support for embedded cover art

    9 juillet 2013, par James Almer
    oggvorbisdec : add support for embedded cover art
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/Makefile
    • [DH] libavformat/oggparsevorbis.c
  • Revision c8defcfdee : Update quantize SSSE3 SIMD to cover 32x32 transform case also. Encode time of b

    1er juillet 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/x86/vp9_quantize_ssse3.asm



    Update quantize SSSE3 SIMD to cover 32x32 transform case also.

    Encode time of bus (speed 0) 50 frames @ 1500kbps goes from 2min14.4 to
    2min10.1, i.e. a 2.3% overall speed increase.

    Change-Id : I3699580e74ec26c7d24e03681bc47ba25ee1ee87