Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (65)

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

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (4672)

  • avformat/movenc : fix recognization of cover image streams

    4 juin 2018, par Timo Teräs
    avformat/movenc : fix recognization of cover image streams
    

    For chapter images, the mov demux produces streams with disposition set
    to attached_pic+timed_thumbnails. This patch fixes to properly recognize
    streams that should be encoded as cover image (ones with only and only
    attached_pic disposition set).

    Signed-off-by : Timo Teräs <timo.teras@iki.fi>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/movenc.c
  • avformat/movenc : properly handle cover image codecs

    1er juin 2018, par Timo Teräs
    avformat/movenc : properly handle cover image codecs
    

    Find codec tag for attached images using appropriate list of
    supported image formats.

    This fixes writing the cover image to m4v/m4a and other container
    formats that do not allow these codecs as a track.

    Signed-off-by : Timo Teräs <timo.teras@iki.fi>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/movenc.c
  • avcodec/decode : copy the output parameters from the last bsf in the chain back to...

    27 juillet 2018, par James Almer
    avcodec/decode : copy the output parameters from the last bsf in the chain back to the AVCodecContext
    

    Certain AVCodecParameters, like the contents of the extradata, may be changed
    by the init() function of any of the bitstream filters in the chain.

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

    • [DH] libavcodec/decode.c