Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (61)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (11586)

  • ffmpeg : create a video of 10 seconds before and 10 seconds after the occurrence of a certain event [closed]

    28 août 2023, par pozzugno

    From a video stream (RTSP) transmitted from an IPCam, I'd like to generate a short video starting from 10 seconds before an event and total duration 20 seconds, so the event is in the middle of the video.

    


    The event is an alarm triggered by an external device. I'd like to see what happened immediately before and after this alarm.

    


    Because I need the video before the event (and I don't know when the event will occur), I am forced to receive the stream continuously. The idea is to use segment mux, so I'm testing the following command :

    


    ffmpeg -hide_banner -rtsp_transport tcp -stimeout 10000000 -i rtsp://... -f segment -segment_time 2 -reset_timestamps 1 -segment_wrap 12 -ccopy -map 0:v /var/ramdisk/C1/%d.mp4


    


    In the output folder I will have 12 files : 0.mp4, 1.mp4,... 11.mp4. Each file is a video of duration 2 seconds.

    


    When my Linux service (always running) detects the alarm from the external device, it waits for 10 seconds and launch a new ffmpeg command that concatenate the short video files in one bigger video file. However I'm in trouble with the right command line to do what I need.

    


  • Use new wheel event if available (fixes Firefox 17+ issues and adds horizontal support to IE9+)

    22 février 2013
    Use new wheel event if available (fixes Firefox 17+ issues and adds horizontal support to IE9+)
    Normalize the detal values
    Support AMD loaders
    Bump version to 3.1.0 and update copyright
  • Integrity : Fix memory leak caused by unreleased wildcard event listener

    29 novembre 2016, par JamesMGreene
    Integrity : Fix memory leak caused by unreleased wildcard event listener
    

    Fixes #641