Recherche avancée

Médias (91)

Autres articles (19)

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

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

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

  • video playing sample on iPhone using libffmpeg

    6 mai 2014, par deimus

    can someone please provide a reference or an example on usage of libffmpeg library for playing video files not supported by apple.

    Let consider mkv file.
    I suppose the library decodes and passes the raw media data to AVFoundation objects to play it on device. Am I right ?

  • vaapi_h264 : fix RefPicList[] field flags.

    23 juin 2015, par Gwenole Beauchesne
    vaapi_h264 : fix RefPicList[] field flags.
    

    Use new H264Ref.reference field to track field picture flags. The
    H264Picture.reference flag in DPB is now irrelevant here.

    This is a regression from git commit d8151a7, and that affected
    multiple interlaced video streams.

    Signed-off-by : Gwenole Beauchesne <gwenole.beauchesne@intel.com>

    • [DH] libavcodec/vaapi_h264.c
  • avcodec/vaapi_vc1 : slice_vertical_position starts from zero for the second field

    9 mai 2018, par Jerome Borsboom
    avcodec/vaapi_vc1 : slice_vertical_position starts from zero for the second field
    

    Contrary to VC-1 spec, VAAPI expects the row address of the first
    macroblock row in the first slice to start from zero for the second
    field in a field interlaced picture.

    Signed-off-by : Jerome Borsboom <jerome.borsboom@carpalis.nl>

    • [DH] libavcodec/vaapi_vc1.c