Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (109)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Piwik IRC Meetup on Tuesday

    10 février 2014, par Fabian Becker — Community, Development

    With the release of Piwik 2.0 and the Piwik Marketplace we are focusing on the community aspect of Piwik Development. In order to give users and developers a chance to get involved in Piwik we decided to have IRC meetups every two weeks, where we discuss current and future plans of Piwik development.

    Why should I join ?

    This is the chance for everyone to directly talk to developers and discuss issues and feature ideas. It is also good if you want to get involved in development and pick up smaller features to get to know the code base.

    Next Piwik meetup

    • Date : Tuesday February 11th, 7.30pm UTC
    • Duration : 30min
    • IRC #piwik channel (irc.freenode.net)

    Topics are :

    To join the chat, you can use the website : http://webchat.freenode.net/ (or join with your IRC client of choice) – See also what will be the time in your country at 7.30pm UTC. You will find us in the Freenode channel #piwik.

  • GOP structure via FFmpeg

    25 septembre 2015, par Serhan

    I have two questions regarding the Group-of-Pictures (GOP) in MPEG4 Video (both for MPEG4 Part2 and H.264) :

    1. How can I extract the GOP structure and size of a video sequence using FFmpeg ? I know that the av_get_picture_type_char function of the AVPicture struct yields picture types for each frame, but I wonder if there is a more direct method to obtain the GOP information ?

    2. How can I detect whether the sequence has open GOPs or closed GOPs, i.e. whether B frames from one GOP are allowed to refer to the I and P frames in an adjacent GOP ?

  • Anomalie #3554 : Espace privé : le moteur de recherche ne retrouve pas les articles sur une requet...

    26 septembre 2015, par b b

    Effectivement, la requête SQL générée dans le privé est "foireuse", cf :

    SELECT articles.id_article, 0 as points, ’’, articles.titre, articles.lang, articles.statut, articles.id_rubrique, articles.surtitre, articles.titre AS titre_rang, articles.soustitre, articles.date
    FROM spip_articles AS `articles`
    WHERE (articles.id_article = 3513)
        AND ((articles.statut  IN (’prepa’,’prop’,’publie’)))
    GROUP BY articles.id_article
    ORDER BY articles.date DESC, articles.titre
    

    On voit bien qu’une recherche sur un intval génère un WHERE (articles.id_article = 3513) trompeur. À voir si c’est voulu, le bug est-il une feature ?