Recherche avancée

Médias (0)

Mot : - Tags -/serveur

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (38)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (5650)

  • avformat/dump : Fix sign bug in reported "start" time

    13 avril 2016, par Bryan Huh
    avformat/dump : Fix sign bug in reported "start" time
    

    Previously, the bug was that if -1 < start_time < 0, the reported
    "start" time would lose the negative-sign.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/dump.c
  • Build ffmpeg in ijkplayer

    13 juin 2016, par Saty

    I am trying to do a build of ffmpeg inside ijkplayer and following this link to do a manual install https://github.com/Bilibili/ijkplayer. I downloaded the ndk and setup the path and setup the path for sdks and then compiling ffmpeg.

    previously, it shows to use ndk9 or later and found out from an post to change to
    do-compile-ffmpeg.sh from compile-ffmpeg.sh. I changed the file according to ndk-11 now its showing me the below line to specify the architechture. Where to mention that architecture.

    ./do-compile-ffmpeg.sh
    ====================
    [*] check env
    ====================
    build on Darwin x86_64
    ANDROID_SDK=/username/Library/Android/sdk
    ANDROID_NDK=/Users/username/Documents/android-ndk-r11c
    You must specific an architecture 'arm, armv7a, x86, ...'.
  • jack : Support OSX

    26 mars 2016, par Josh de Kock
    jack : Support OSX
    

    Previously, with JACK installed, the configure script would enable the
    JACK indev ; this broke on OS X due to an incomplete pthreads
    implementation. Add some simple macros to map libdispatch to pthreads
    on OS X.

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

    • [DBH] compat/dispatch_semaphore/semaphore.h
    • [DBH] configure