Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (50)

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

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (7548)

  • I don't get the title using FFmpegMediaMetadataRetriever

    15 novembre 2018, par Opeyemi Sanusi

    I am trying to fetch the title of a streaming song and I am using the FFmpegMediaMetadataRetriever library but it doesn’t seem to be working

    FFmpegMediaMetadataRetriever mmr = new FFmpegMediaMetadataRetriever();
           mmr.setDataSource("http://167.114.64.181:9407/stream");

           nowPlaying =  mmr.extractMetadata(FFmpegMediaMetadataRetriever.METADATA_KEY_TITLE);

           nowPlayingtxt.setText(nowPlaying);
           mmr.release();
  • lavf/qsv : clone the frame which may be managed by framework

    3 avril 2018, par Ruiling Song
    lavf/qsv : clone the frame which may be managed by framework
    

    For filters based on framesync, the input frame was managed
    by framesync, so we should not directly keep and destroy it,
    instead we make a clone of it here, or else double-free will occur.
    But for other filters not based on framesync, we still need to
    free the input frame inside filter_frame.

    Signed-off-by : Ruiling Song <ruiling.song@intel.com>

    • [DH] libavfilter/qsvvpp.c
    • [DH] libavfilter/vf_vpp_qsv.c
  • Imagick and Gmagick builds available for Windows

    19 septembre 2009, par Mikko Koppanen — Imagick, PHP stuff

    The new Windows build page http://valokuva.org/magick/ contains builds for both Imagick and Gmagick. All builds are done using VC9 and PHP 5.3.

    ImageMagick builds are QuantumDepth 16 (default).
    GraphicsMagick builds are QuantumDepth 8 (default).

    Please note that these builds won’t work with the official PHP.net binaries which are compiled using VC6.

    Edit : Pierre corrected me that there are official VC9 builds of PHP available at http://windows.php.net/download/