Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (4)

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

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (1860)

  • ffprobe Audio start and duration

    20 novembre 2019, par Ahmed Hawary

    Using the following command :

    ffprobe audio.m4a

    I am getting the audio file info. In the following snippet :

     Duration: 00:03:01.28, start: 0.026009, bitrate: 72 kb/s
    Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 70 kb/s (default)
    Metadata:
     handler_name    : SoundHandler

    I am trying to understand the start parameter which equals 0.026009 sec here.

    And the handler_name.

  • ffmpeg drawtext on video in start

    29 janvier 2017, par Mr Boota

    I’ve to add declaimer in start of video for few seconds, horizontally center with green background, how can I do it with single command and overwrite the existing video without re-encoding

  • Manage mutiple OS commands across apis (need to start stop on user request)

    30 mai 2023, par Nitin

    The scenario is I have to start n number of rtsp camera stream using ffmpeg command. The user has option to start number of streams and can form tiler, so he can see many streaming cameras similar to (NVR live view).

    


    I can start and stop stream using os/exec command with context and ffmpeg streaming command with it (which start's stream).

    


    My question is is "how can I cancel a particular stream based on user's request" (in Python I can kill OS process using process ID). Is there any way to stop/start particular stream, any references will be helpful.