Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (10976)

  • Revision e8a4a3e2b1 : Avoid scaling last_source, unless needed. Save some encoding time, for the case

    11 septembre 2015, par Marco

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c



    Avoid scaling last_source, unless needed.

    Save some encoding time, for the case of spatial layers
    or under dynamic resizing mode.

    Change-Id : If4a8eb6f0376c3d2dde8465fde6bfd86ab704920

  • ffmpeg : How to parse an hevc bitstream and save nal packet information to a txt file ?

    23 juillet 2014, par zinon

    Is there a simple way to parse an hevc bitstream file using ffmpeg and save all the containing information in a readable way in a txt file ?

    Thank you in advance !

  • FFMPEG - Stream to RTMP output and save to MP4 at same time - with reconnect

    13 janvier 2021, par Matt

    I'm trying to setup a pipeline where I can take an input and save to MP4 whilst at the same time streaming to an RTMP server.

    



    So far I've been able to use a tee filter to achieve this and also using the onfail=ignore to make sure the pipeline stays up in the event of the RTMP/Recording failing.

    



    Which is great !

    



    However, I don't want the RTMP to just give up if it were to drop or be disconnected, I'd like it to keep attempting to reconnect and resume the stream.

    



    I don't think FFMPEG has something like this, so I'd need to write it in a bash script or something that keeps restarting the process in the event of a drop.

    



    I just have no idea how to achieve this !

    



    Has anybody got any ideas or tackled this before ?

    



    Thanks,

    



    Matt