Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (71)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

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

  • lavf/segment : add support to segment list file entries sliding window listing

    20 décembre 2012, par Stefano Sabatini

    lavf/segment : add support to segment list file entries sliding window listing

  • ffplay : remember last window dimensions

    27 janvier 2013, par Marton Balint

    ffplay : remember last window dimensions

  • Output a Java window as a webcam stream

    15 juin 2012, par Zac

    I would like to write a program perferably in Java that can display animated overlays on a screen.

    The screen will then be broadcast streamed over the internet using a separate program called x-split.

    A good way to do this would be to create a transparent window in java which will display animated files (with transparancy) and the output of this window (Its display) should ideally appear in the webcam device list so it can be easily picked up by x-split which will allow it to be arranged ontop of the game screen I'm currently broadcasting.

    An example program of this type would be one where a webcam image is displayed and "virtual glasses" overlayed over the image of a persons face which could then be transmitted as an output cam.

    I have found the java 6u10-translucent-shapes library to create the transparent window but I don't know how to stream it.

    I've read a few things to suggest that JMF and FFMpeg might be the way to go, but I'm not sure what to install and how.

    Any help or pointers to tutorials would be greatly appreciated.