Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (69)

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

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

  • How to stream MacOS desktop screen over local IP using ffmpeg or python or objective-C or Swift ?

    24 novembre 2024, par Akella Niranjan

    I am trying to build a service/application/script on MacBook that can help me share my desktop screen [Mirror my screen] over a local IP address.

    


    Or I want to display it on a webpage using flask framework using python.

    


    I just wish to look at my desktop screen along with the mouse movements on a web-browser, just like a Remote Desktop.

    


    I did try the following command, but when I try to open my browser and go to the IP address it just shows a blank screen

    


    sudo ffmpeg -f avfoundation -framerate 30 -pix_fmt uyvy422 -i "0" -listen 1 -f mp4 -movflags frag_keyframe+empty_moov -preset ultrafast -tune zerolatency  "http://localhost:8000"


    


    Please kindly help !!

    


  • avcodec/webp : add optimization : use local palette with extra padding

    22 septembre 2014, par Pascal Massimino
    avcodec/webp : add optimization : use local palette with extra padding
    

    for big enough pictures.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/webp.c
  • avfilter/vf_scale : store the offset in a local variable before adding it

    29 avril 2021, par James Almer
    avfilter/vf_scale : store the offset in a local variable before adding it
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavfilter/vf_scale.c