Recherche avancée

Médias (91)

Autres articles (32)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (5307)

  • avcodec/nvenc : allow configuring number of surfaces

    29 mai 2016, par Andrey Turkin
    avcodec/nvenc : allow configuring number of surfaces
    

    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/nvenc.c
    • [DH] libavcodec/nvenc.h
    • [DH] libavcodec/nvenc_h264.c
    • [DH] libavcodec/nvenc_hevc.c
  • Limit the cpu usage when converting youtube videos to mp3 using youtube-dl

    30 novembre 2015, par Kamal

    I am using youtube-dl & avconv with php on nginx server to convert youtube video into mp3. Using htop I noticed the usage of cpus peak at 100% when couple of avconv processes are running at the same time, and once my server crushed down because of that.

    The first solution that I encountered cpulimit but after some research,I’ve found cpu limit is not smart enough to handle multiple simultaneous instances.

    From this answer I learned that I can limit the number of cpu threads using -threads option.
    My basic command : youtube-dl --extract-audio --audio-format mp3 <video url="url"></video>

    I wonder if I can add -threads option to the youtube-dl command, I am not sure if that is possible.

    I have 2 cores cpu server, I am thinking of upgrading to 4 cores cpu and limit the avconv to use just 2 cores, what do you think ? Is that the best way to go (using thread option) ?

  • how can I restream multiple youtube videos with youtube-dl and ffmpeg

    30 octobre 2020, par mahox

    with this command :

    &#xA;

    &#xA;

    ffmpeg -re -i youtube-dl -g -f 18 XxXxX -i youtube-dl -g -f 18 XyXyX -c copy -f flv rtmp ://stream.XyXyX.com/live/mychannel

    &#xA;

    &#xA;

    streams the first video, stops the second :

    &#xA;

    &#xA;

    flv @ 0x557580f682c0] Failed to update header with correct duration.&#xA;flv @ 0x557580f682c0] Failed to update header with correct filesize.

    &#xA;

    &#xA;