Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (98)

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

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

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

  • Anomalie #3087 (Nouveau) : contenu mixte http/https dans le CSS

    7 novembre 2013, par Severo Lipari

    Je viens de tomber sur le problème décrit ici : http://thread.gmane.org/gmane.comp.web.spip.devel/61095/focus=61094.

    Actuellement, la propriété suivante, dans un CSS à compresser,

    background : url(../prive/images/fond-gris-anim.gif) ;
    

    sera convertie en

    background:url(http://www.domaine.tld/prive/images/fond-gris-anim.gif) ;
    

    Si j’ai bien compris la réponse dans le thread de spip-dev, il faudrait plutôt remplacer par

    background:url(//www.domaine.tld/prive/images/fond-gris-anim.gif) ;
    
  • vc1 : arm : Add NEON no_rnd chroma MC

    15 décembre 2013, par Mason Carter
    vc1 : arm : Add NEON no_rnd chroma MC
    

    Apply David Conrad’s old patch to the modern codebase.

    http://ffmpeg.org/pipermail/ffmpeg-devel/2009-April/059877.html

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/arm/h264cmc_neon.S
    • [DBH] libavcodec/arm/vc1dsp_init_neon.c
  • New Challenges

    1er janvier 2014, par silvia

    I finished up at Google last week and am now working at NICTA, an Australian ICT research institute.

    My work with Google was exciting and I learned a lot. I like to think that Google also got a lot out of me – I coded and contributed to some YouTube caption features, I worked on Chrome captions and video controls, and above all I worked on video accessibility for HTML at the W3C.

    I was one of the key authors of the W3C Media Accessibility Requirements document that we created in the Media Accessibility Task Force of the W3C HTML WG. I then went on to help make video accessibility a reality. We created WebVTT and the <track> element and applied it to captions, subtitles, chapters (navigation), video descriptions, and metadata. To satisfy the need for synchronisation of video with other media resources such as sign language video or audio descriptions, we got the MediaController object and the @mediagroup attribute.

    I must say it was a most rewarding time. I learned a lot about being productive at Google, collaborate successfully over the distance, about how the WebKit community works, and about the new way of writing W3C standard (which is more like pseudo-code). As one consequence, I am now a co-editor of the W3C HTML spec and it seems I am also about to become the editor of the WebVTT spec.

    At NICTA my new focus of work is WebRTC. There is both a bit of research and a whole bunch of application development involved. I may even get to do some WebKit development, if we identify any issues with the current implementation. I started a week ago and am already amazed by the amount of work going on in the WebRTC space and the amazing number of open source projects playing around with it. Video conferencing is a new challenge and I look forward to it.