Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (56)

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

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

Sur d’autres sites (6311)

  • +Cassette Tape UI Demo (experimental)

    17 septembre 2012, par Scott Schiller

    + demo/_image/cassette-tape-ui-screenshot.jpg + demo/_image/cassette-tape-ui-screenshot.png + demo/cassette-tape/css/cassette-tape-ui-blur-nojs.css + demo/cassette-tape/css/cassette-tape-ui-blur.css + demo/cassette-tape/css/cassette-tape-ui.css + demo/cassette-tape/css/demo.css + (...)

  • Remove 'ready', use 'on(ready, ...)' instead.

    24 mars 2014, par JamesMGreene
    Remove 'ready', use 'on(ready, ...)' instead.
    

    Fixes #366.

  • merging sensor data and a video with ffmpeg on android

    21 juin 2020, par hannes

    I have a recorded video file and a simultaneously recorded csv-file with sensor data in external storage on android. Now I need to overlay the sensor data to the video and save it again.

    


    At the moment I try to do it with ffmpeg. My approach is to write one value of the sensor data to a textfile which can be used as input for the drawtext command. After the frame is generated the textfile file should be updated with the next sensor value and so on. In combination with reload=1 I think this should work. My Problem is that I don't know when a frame was created by ffmpeg to update the textfile ? Do I need to pause the ffmpeg command until the textfile has been updated ?

    


    Or does someone have another (better) idea ?