Recherche avancée

Médias (0)

Mot : - Tags -/interaction

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (99)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (3530)

  • H.264 decoder for python or node.js

    5 septembre 2015, par Domagoj Šitum

    Is there any h.264 decoder for python (preferably) or node.js ?
    I’m working on some project which uses AR.Drone 2.0. Parrot. What I need to do is get Parrot’s h.264 stream, display it in web browser and at the same time process it in OpenCV (in python). I’ve managed to display that stream in Web browser, but I’m struggling to feed it to OpenCV (in python).
    Here is how it all goes. node.js connects to Parrot’s video stream. After that, Parrot (the drone) starts sending h.264 I- and P-frames as TCP packets with some non-h264 header data. node.js removes that header data and determines if frame is of I or P type. After that, node.js script sends that frame to client (Web browser) for decoding and displaying, and also to python (via socket) which somehow has to pass that frame to openCV.
    Now, Web browser (Javascript) uses this great h.264 decoder, Broadway :
    https://github.com/mbebenita/Broadway
    to decode single I or P frame into YUV data. And it works flawlessly ! But I can’t get the same functionality in python (or at least at node.js side). So, is there any way that I could decode that I- and P-frames into YUV (or RBG) images in python or in node.js ? Or could I feed openCV with I- and P-frames directly ? Could FFmpeg help me ?
    Please don’t tell me to send decoded frames from Javascript (client) back to python, because I’ve tried it - and it makes video decoding significantly slower and laggy (because Javascript is single-threaded language and I’ve obviously given it too much work to do). I’ve even tried to use Broadway’s h.264 decoder inside node.js, but I’ve had no success.
    Any solution is welcome !

  • H.264 video streaming in iphone and ipad using FFmpeg decoder [on hold]

    4 août 2014, par Ajin Chacko

    I am new to ios application development. And now I am trying H.264 video streaming in iphone and ipad using FFmpeg decoder. Kindly help me with sample programs that i can complete my project. Actually what I need is the code for getting the proper image form RTSP stream that I can display in image viewer controller.

    Thanks Regards

  • x264 command line options for openh264 decoder

    6 octobre 2015, par David

    OpenH264 is a pretty restrictive decoder. It only decodes baseline, for one thing. I’m using openh264 to decode something encoded with x264 and every 1-10 seconds I’m getting busts of 10-20 frames of decoding errors : dsRefLost, dsBitstreamError, and/or dsDataErrorConcealed. I’m thinking this may be due to x264 set to encode in a way OpenH264 doesn’t support to decode. What options should I use for x264 to make sure openh264 can decode properly ?