Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (85)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (9868)

  • lowest latency method to pass raw video frames from ffmpeg to gstreamer

    21 juillet 2021, par art vanderlay

    I would like to pass raw audio and video buffers from ffmpeg to gstreamer. For video a 1920x1080 25fps RGB output is what ffmpeg is producing.

    


    What is the best method to pass this from ffmpeg to gstreamer on the same hardware.

    


    The end goal is to not block either ffmpeg from outputting if gstreamer cannot take the frame and to not block gstreamer if no frames are available.

    


    For this we have looked at sockets and tcp/udp plugins. However if we get any buffering issues the gstreamer pipline will block until the buffer is clear/full.

    


    we will have multiple pairs of TX/RX running on same linux instance so stdI/O will not work.
Is there a current preferred method for this type of transfer ?

    


  • Pass both resolve and reject callbacks to the process pipe.

    24 avril 2013, par blueimp
    m js/jquery.fileupload.js
    
    Pass both resolve and reject callbacks to the process pipe.
  • Revision 40e63d4b51 : One-pass rate control cleanups/fixes/refactoring Inlcudes a number cleanups : 1.

    4 février 2014, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_firstpass.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_ratectrl.h



    One-pass rate control cleanups/fixes/refactoring

    Inlcudes a number cleanups :
    1. Moves the one-pass pre-encode parameter setting functions
    to vp9_ratectrl.c
    2. Deprecates per_frame_bandwidth in RATE_CONTROL structure
    3. Removes target_bandwidth in cpi structure since it is not used.
    4. Various renaming of functions

    There is no bit-stream change in 2-pass, one-pass cbr and one-pass
    vbr modes.

    Change-Id : Ifd9916bf4d485b7d04c5f52044ffe6703254ccbd