Recherche avancée

Médias (0)

Mot : - Tags -/xml-rpc

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

Autres articles (53)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (7814)

  • Looking for an idea for batch processing of sound and subtitles

    21 décembre 2020, par yan chen

    I want to add commentary and subtitles to more than 10 videos.
For the commentary copy of each video, I use a script to convert the text into a voice mp3 file.
I manually create a subtitle srt file for one of the videos.
I Can successfully synthesize video, voice mp3 and subtitles through FFMPEG, but there are many video files, each of which is time-consuming to manually create srt files.

    


    I have tried to use a script to automatically generate a text every 3 seconds, but the sound and subtitles are not synchronized.

    


    I googled for more than an hour, but I didn’t find a solution to automate the production of subtitles. Can someone provide me with some ideas ? Thank you

    


  • rpza : Check the blocks left before processing one

    1er novembre 2015, par Luca Barbato
    rpza : Check the blocks left before processing one
    

    Bug-Id : 903
    CC : libav-stable@libav.org
    Reported-By : Mateusz "j00ru" Jurczyk and Gynvael Coldwind

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/rpza.c
  • RTSP Invalid data found when processing input

    2 décembre 2020, par Даша Оніщенко

    I'm trying to connect to the IP camera

    &#xA;

    stream = new Stream({&#xA;    name: &#x27;name&#x27;,&#xA;    streamUrl: &#x27;rtsp://91.245.79.15:8556/Streaming/Channels/0&#x27;,&#xA;    wsPort: 9999,&#xA;    ffmpegOptions: { // options ffmpeg flags&#xA;        &#x27;-stats&#x27;: &#x27;&#x27;, // an option with no neccessary value uses a blank string&#xA;        &#x27;-r&#x27;: 30 // options with required values specify the value after the key&#xA;    }&#xA;})&#xA;&#xA;

    &#xA;

    But I receive the following error on the terminal :

    &#xA;

    rtsp://91.245.79.15:8556/Streaming/Channels/0: Invalid data found when processing input.&#xA;

    &#xA;

    What am I doing wrong ?

    &#xA;