Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (31)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (4458)

  • Clean up #includes

    23 janvier 2016, par Erik de Castro Lopo
    Clean up #includes
    

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] include/share/endswap.h
    • [DH] src/libFLAC/stream_encoder.c
    • [DH] src/metaflac/main.c
  • Windows/MSVC : Add ENABLE_64_BIT_WORDS macro

    1er mai 2016, par Erik de Castro Lopo
    Windows/MSVC : Add ENABLE_64_BIT_WORDS macro
    

    Allow setting of ENABLE_64_BIT_WORDS preprocessor variable for
    libFLAC_dynamic, libFLAC_static and test_libFLAC projects and x64
    platform.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/libFLAC_dynamic.vcxproj
    • [DH] src/libFLAC/libFLAC_static.vcxproj
    • [DH] src/test_libFLAC/test_libFLAC.vcxproj
  • test_libFLAC : Fix Windows build after addidion of endian tests.

    2 juillet 2014, par Erik de Castro Lopo
    test_libFLAC : Fix Windows build after addidion of endian tests.
    

    * Use "share/compat.h" instead of <stdint.h>.
    * Update test_libFLAC.vcproj project file.
    * Update Makefile.lite build system.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/test_libFLAC/Makefile.lite
    • [DH] src/test_libFLAC/endswap.c
    • [DH] src/test_libFLAC/test_libFLAC.vcproj