Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (112)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (11040)

  • 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 ?

    


  • How to make FFMPEG insert dynamic data in a video stream ?

    10 juin 2016, par Bepeho

    I’m trying to add an dynamic overlay to a file FFMPEG is generating for me.

    The overlay must display data received in real-time (let’s say the speed of a car where the video is being recorderd)

    Note that my question is not about displaying things in the video, but about how to have FFMPEG receive this data so it can display them.

    Has anyone done this before ? How ?

    Thank you

  • avformat/nutenc : Omit AV_PKT_DATA_QUALITY_STATS when storing side data.

    25 juillet 2015, par Michael Niedermayer
    avformat/nutenc : Omit AV_PKT_DATA_QUALITY_STATS when storing side data.
    

    This side data does not serve or improve decoding the data, it thus
    would semantically be metadata and not side data.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/nutenc.c