Recherche avancée

Médias (91)

Autres articles (24)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

Sur d’autres sites (2189)

  • Streaming webcam from ffmpeg to Electron app

    28 mars 2017, par potatoes

    I’m working on a prototype application that consists of an Electron app that talks to a local Flask-based Python service (both on the same machine). On the electron app I want to have a "start" button that has starts to record the machine’s desktop (screencast). I do this by using ffmpeg at the Python backend. In a python subprocess I issue the following command :

    ffmpeg -f gdigrab -framerate 30 -i desktop `outputFile`

    Similarly, I’m able to record the webcam with ffmpeg as follows :

    ffmpeg -f dshow -i video="Integrated Webcam" `outputFile`

    However, I want to be able to stream the webcam to the electron app while recording simultaneously. This is to show a "screencasting" experience at the electron end. So basically my question boils down to streaming to an html5 video element while simultaneously recroding it in ffmpeg. I’ve searched for a way to do so and this page suggest that I can do it over a VLC streaming server locally ? I found a few links but I’m not sure whether I should be starting some kind of RTP server locally and streaming the webcam from ffmpeg to that server which will distribute the stream ? I’m confused about what is needed to make this happen, and any pointers are appretiated ! Thanks !

  • Anomalie #2023 : Interface privée : le lien "informations personnelles" ne fonctionne plus sous 2....

    6 avril 2011, par gvincent -

    C’est le plugin "afficher_objet" qui est à l’origine du bug. S’il est désactivé, l’interface privée fonctionne. Plugin activé, le lien ne fonctionne plus.

  • lavu/vulkan : skip adding NULL buffers as deps in ff_vk_exec_add_dep_buf

    27 mars, par Lynne
    lavu/vulkan : skip adding NULL buffers as deps in ff_vk_exec_add_dep_buf
    

    Allows for cleaner code.

    • [DH] libavutil/vulkan.c