Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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 (2106)

  • Seeking to Start Time in Piped FFMPEG Input

    18 septembre 2020, par Trevor Ballard

    I am trying to convert a series of videos into a livestream with FFMPEG. To do this, I have a program which copies video files to stdout and have configured ffmpeg to read from a pipe input.

    


    The only issue is I cannot seek to a particular start time with -ss. I can specify duration with -t, but the output will always begin at the start of the input stream. For example :

    


    cat input.ts | \
ffmpeg -ss 00:01:15 \
    -t 30 \
    -i pipe: \
    -c:v copy \
    -c:a copy \
    output.ts


    


    FFMPEG reports pipe:: could not seek to position XXXX.XX and begins from the start of the stream, but I am wondering if there is some other way to accomplish this without trimming the files before piping.

    


  • Add support for files with UTF-8 start letter

    11 avril 2016, par TeLiXj
    Add support for files with UTF-8 start letter
  • FFMPEG Recorder does not start A/V simultaneously

    2 mars 2016, par user2029101

    I have Programmed a automated video recorder using FFMPEG and WOWZA.
    Its works very well but I have a problem with audio drift. It seems the video stream starts recording at the 1st keyframe whereas the audio starts instant.

    This seems to be a known problem but until now i didnt find a solution.

    Is there an option in FFMPEG to force A/V to be sync (=start recording at the same time) ?