Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (33)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

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

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

Sur d’autres sites (3226)

  • Debugging Gstreamer pipeline with tee and a filesink in C

    28 septembre 2020, par NicolasBourbaki

    There is an excellent example on how to construct a C program using GStreamer and its tee and filesink elements on https://gist.github.com/crearo/a49a8805857f1237c401be14ba6d3b03.
(Another one can be found on https://gstreamer.freedesktop.org/documentation/tutorials/basic/multithreading-and-pad-availability.html?gi-language=c).

    


    The idea of the tee element in a pipeline is similar like the tee program in Unix : Like a T-shaped tube, it allows to add a bifurcation to a pipeline, which is in my case used to display a video stream to the screen (which works perfectly) and writing it at the same time to a file (which doesn't work - the file is created but stays empty, i.e. has a size of 0 bytes after closing the program).

    


    I deviated from the examples mentioned above by neither having a queue element for recording (because I also don't have one for displaying, which works) as well as neither having an encoder nor a muxer. Although this might be a problem for what gets written to the file in the end, I would expect that there is written something to the file at all.

    


    The program does compile. What additional diagnostics could I run in order to pin down the problem ?

    


  • WebM License Updated to Address Concerns & Compatibility

    4 juin 2010, par Basil Gohar — Updates, gpl, licensing, webm, webm project, xiph

    The WebM Open Source License has been updated. This update comes after much concern had been raised about the use of certain language related to patent protection and its compatibility with other popular free software licenses, such as the GPL … Read more (...)

  • Restrict bandwidth usage in cloud game server

    13 décembre 2012, par Nandy

    I am working on cloud game server development.

    During the testing of some games, there is a spike observed of around 10 MBps. Normally game consumes 4 6 MBps network bandwidth.

    Is there any way to keep consumed bandwidth <5 MBps without much affecting video quality ?

    720p resolution is being used. We are using x264 encoder, are there any params of this encoder which may help me out to achieve expected o/p ?