Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (33)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (7515)

  • Revision ad484fc6be : Add support for armv7-win32-vs11 The arm assembly files are named .s after conv

    18 mai 2013, par Martin Storsjo

    Changed Paths :
     Add /build/arm-msvs/obj_int_extract.bat


     Modify /build/make/Makefile


     Modify /build/make/configure.sh


     Modify /build/make/gen_msvs_vcxproj.sh


     Modify /configure


     Modify /libs.mk



    Add support for armv7-win32-vs11

    The arm assembly files are named .s after conversion, to reuse
    as much of the existing makefile infrastructure for conversion to
    gas format as possible. Within the generated visual studio project,
    only the converted assembly sources are available, which might not
    be optimal for actually developing it, but is acceptable for
    just building the library.

    Multithreading is disabled since the traditional win32 threading
    functions aren't available on WinRT/Windows Phone 8.

    Building of vpx itself and the examples succeed, while building the
    tests fail due to them using functions not available in the
    windows store/windows phone API subsets - therefore the unit tests
    are disabled.

    This works for building in Visual Studio Express 2012 for Windows
    Phone, while Visual Studio Express 2012 for Windows 8 (for
    "Windows Store" apps) seems to reject the vcxproj files due to
    not supporting "classic style native application or managed
    projects". The built static library should be compatible with that
    platform though.

    Change-Id : Idcd7eca60bfaaaeb09392a9cd7a02e4a670e3b30

  • lavc/tiff : Enable decoding of LinearRaw images

    29 août 2019, par Nick Renieris
    lavc/tiff : Enable decoding of LinearRaw images
    

    "LinearRaw" is a value that the PhotometricInterpretation tag can be set
    to on DNG images that contain color information for all channels instead
    of being bayer-encoded ("CFA" value).

    The DNG decoder is complete enough that we can enable this now.

    Sample :
    - http://www.rawsamples.ch/raws/nikon/SCANNER_NIKON_LS5000.DNG

    Signed-off-by : Nick Renieris <velocityra@gmail.com>

    • [DH] libavcodec/tiff.c
  • ios play HLS - only lowest bitrate available

    15 janvier 2016, par user2928842

    i’m trying to play HLS streamed by IIS in different bitrates on ipad (ios 6), encoded with ffmpeg.
    i can see that only the lowest bitrate (600k) is being played by the native player : to play it i’m just opening the main index file (.m3u8) on Safari.

    is there a way to get some logs from the player to understand why this happens ?
    tried with the Safari Developer tools but didn’t get to much info from it

    thanks