Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (60)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (7349)

  • avformat/flacenc : Fix memleak when writing attached pictures fails

    20 novembre 2020, par Andreas Rheinhardt
    avformat/flacenc : Fix memleak when writing attached pictures fails
    

    The FLAC muxer currently stores an attached picture corresponding to an
    AVStream in AVStream.priv_data. The AVPacket contained therein is
    unreferenced after it has been written. The AVPacket structure itself is
    then freed generically as AVStream.priv_data.

    And this can lead to memleaks if an attached picture is not written :
    It might be because the trailer is never written or because writing
    a previous attached picture failed in case error_recognition is set
    to explode.

    Therefore free the packets properly (i.e. with av_packet_free())
    in the muxer's deinit function.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/flacenc.c
  • How do I pipe a stream to ffmpeg using the subprocess library

    15 juin 2020, par Jackson

    Using the following command I can pipe the stream data from streamlink to ffmpeg and save the stream as an mp4 file.

    &#xA;&#xA;

    streamlink https://www.youtube.com/watch?v=UmclL6funN8 best -O | ffmpeg -i pipe:0 -c:v copy -c:a copy "test.mp4"&#xA;

    &#xA;&#xA;

    I would like to implement this inside a Python script but I am not able to get the stream to pipe into the ffmpeg process.

    &#xA;&#xA;

    url = "https://www.youtube.com/watch?v=UmclL6funN8"&#xA;process = subprocess.Popen(("streamlink", url, "best", "-O"), stdout=subprocess.PIPE)&#xA;output = subprocess.check_output((&#x27;ffmpeg&#x27;, &#x27;-i&#x27;, &#x27;pipe:0&#x27;, &#x27;-c:v&#x27;, &#x27;copy&#x27;, &#x27;-c:a&#x27;, &#x27;copy&#x27;, "test.mp4"), stdin=process.stdout)&#xA;

    &#xA;&#xA;

    Can anyone see where I am going wrong ?

    &#xA;

  • [Help]Delay in live streaming ?

    14 septembre 2017, par user8583508

    I do not understand how they can make this video ?
    enter link description here
    Real time decreases over time, not directly ?