Recherche avancée

Médias (91)

Autres articles (64)

  • La gestion des forums

    3 novembre 2011, par

    Si les forums sont activés sur le site, les administrateurs ont la possibilité de les gérer depuis l’interface d’administration ou depuis l’article même dans le bloc de modification de l’article qui se trouve dans la navigation de la page.
    Accès à l’interface de modération des messages
    Lorsqu’il est identifié sur le site, l’administrateur peut procéder de deux manières pour gérer les forums.
    S’il souhaite modifier (modérer, déclarer comme SPAM un message) les forums d’un article particulier, il a à sa (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

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

  • Revision bbd5cb2bd4 : Merge "Fix compile warnings on windows."

    12 juin 2013, par Johann

    Merge "Fix compile warnings on windows."

  • Revision 4524548f80 : Fix compile warnings on windows. Change-Id : If74bc6110016bc75ea3883ab136fbbac88

    12 juin 2013, par Frank Galligan

    Changed Paths :
     Modify /vp8/encoder/onyx_if.c


     Modify /vp9/common/vp9_findnearmv.h



    Fix compile warnings on windows.

    Change-Id : If74bc6110016bc75ea3883ab136fbbac88f6a913

  • can't play video using cv2 python in windows

    14 juin 2013, par rlvamsi

    I am new to opencv and I am using it with python. I am trying to play a video and detect all the faces in it, but I am stuck here : I can't play the video itself.

    I tried with CaptureFromFile method but its not playing. I tried with to print the properties of video file like fps,frames and everything but its giving zero.

    I searched a lot on the internet but everyone is giving the method itself. I tried many formats but every time it's the same, not running but from cam I can play it.

    Should I change the format of file using ffmpeg or what should i do to play a video file cv2 . By the way I am using windows 7.