Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (21)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (5175)

  • Enable inline asm in intel compiler on windows.

    3 mai 2014, par Matt Oliver
    Enable inline asm in intel compiler on windows.
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
  • how to build library file for FFMPEG on windows 64 bit ?

    7 mai 2014, par vinoth

    i’m trying to separate audio and video from video file after surfing in internet i came to know it can done using FFMPEG.Now i need to build FFMPEG library file for my android application but most of the sites show for ubuntu,Linux but i’ve to go on with windows 7 on 64 bit.

    here is the link i got for windows

    Does anyone find this useful ? - Compiling FFMPEG on Windows with Cywin and NDK r5 but it’s old version using of 32 bit.Here i want to use NDK R9 or advanced version if some have any idea about this please help me guys.

  • msvc/icl : Intel Compiler support on Windows

    25 mai 2013, par Alex Smith
    msvc/icl : Intel Compiler support on Windows
    

    Initial support for the ICL compiler on windows. Requires a new
    c99wrap with ICL support (1.0.2+).

    Currently not much different speed wise compared to msvc. In the
    future with a few changes it can be made to support the inline asm.
    This would be the primary reason for using it.

    Passed all fate tests, versions tested :
    13.1.1.171 (2013 Update 3) x86 and x64
    12.1.5.344 (2011 Update 11) x86 and x64

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] configure