Recherche avancée

Médias (0)

Mot : - Tags -/configuration

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

Autres articles (61)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7070)

  • My FFMPEG Scripts exits before reading every line in my CSV file [duplicate]

    13 février 2021, par D0n

    I am new to bash scripting. But I have a script that records a RTSP URL's and saves a mp4 file with the name I specified in the first column. The script could record 20 mp4 files then stop after encountering multiple bad streams in the CSV file.

    


    Is there a way that I can make the script read all of the contents in the CSV and attempt to record before failing ?

    


    I often have to re-run the script and it records video that it did not record previously.

    


    Here is my Script

    


    #!/bin/bash
while IFS=, read -r col1 col2
do
   ffmpeg -stimeout 99999999 -rtsp_transport tcp -t 30 -i "$col2" "$col1".mp4
done < streamslist.csv


    


    I have 200 lines but here is an example of whats in my CSV file.

    


    


    stream77,rtsp ://X.X.X.X:554/Streaming/Channels/1

    


    


  • avfilter/buffersrc : simplify av_buffersrc_add_frame_flags()

    7 février 2021, par James Almer
    avfilter/buffersrc : simplify av_buffersrc_add_frame_flags()
    

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavfilter/buffersrc.c
  • lavu/mem : reimplement the dynarray functions with the macro.

    8 mars 2014, par Nicolas George
    lavu/mem : reimplement the dynarray functions with the macro.
    

    Signed-off-by : Nicolas George <george@nsup.org>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/mem.c