Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (59)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (10709)

  • ffmpeg working with named pipes - Ubuntu 18

    4 mai 2020, par Nícholas

    I am trying to work ffmpeg with name pipes but I can't get it to work as I want. My idea is simple : I have multiple segments of video and audio, I will use ffmpeg to use them as inputs and produce one file which contains both audio and video. The result of this will be sent to a name pipe and then I will ffmpeg again to read from the name pipe and finally send the output as hls stream.

    



    Heres what I tried so far

    



    mkfifo stream


    



    Loop through files

    



    ffmpeg -i video01.mp4 -i audio01.mp3 -c copy pipe:1 > stream


    



    This command will be inside python code to read the next video02.mp4 and audio02.mp3 and send output to stream.

    



    Now ffmpeg has to read data from stream. Heres the command I tried

    



    ffmpeg -i stream -c copy -hls_time 6 -hls_flags delete_segments stream.m3u8


    



    When I try running first ffmpeg command it doesn't seem to "write data" into my pipe named stream. So when I try second ffmpeg it doesn't have anything to read and it justs hangs. What I noticed thought, is that if I run both commands using | it will output my stream.m3u8 but the problem is that I want to continuosly send data to my named pipe stream and another instance of ffmpeg to read from said named pipe continuosly.

    



    What am I doing wrong ? I have tried this answers so far
Working with mkfifo and transport streams, is this possible ?
How to make ffmpeg write its output to a named pipe
https://superuser.com/questions/901339/continuous-streaming-from-an-empty-pipe-then-adding-data-to-the-pipe-on-demand

    



    At first glance it seemed something really simple to do but I am missing something here and I hope someone can help me.

    



    Thanks in advance.

    


  • Revision d7eea782f2 : Extend number of reference buffers to 8. The number of reference buffers is ext

    3 mai 2013, par Adrian Grange

    Changed Paths :
     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_bitstream.c



    Extend number of reference buffers to 8.

    The number of reference buffers is extended to 8 and
    a reference sign-bias added for the LAST_FRAME.

    Whilst the number of reference buffers used by an
    individual frame remains unchanged at 3, these may
    now be selected from 8 possible buffers.

    Change-Id : I2d247b9c1c2b3a339d6c9fac125e81ba373f75a7

  • Révision 17195 : une entree principale du menu ne doit apparaitre que si elle a des sous entrees,...

    14 février 2011, par cedric -