Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (32)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

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

  • How to make WMV streamable ?

    19 janvier 2013, par forthrin

    How can I make WMV stream from a HTML page on a remote server into Internet Explorer ? (Without using HTML 5 video or Flash)

    I use the following FFMPEG :

    ffmpeg -i video.mp4 -b 2000k -vcodec wmv2 -acodec wmav2 video.wmv

    And the following HTML :

    Yet the video player insists on loading the whole video before it starts to play it. How do I make it start playing when it's buffered enough ?

    Update : The important parameter seems to be the classid value :

    Please post a comment if you know about other ways to make the streaming work than including the quirky classid value.

  • How to make ffmpeg codec componet as OMX component

    23 janvier 2014, par Mayank Agarwal

    I want to make ffmpeg based media player which uses open max il.Basically i want to use ffmpeg h.264 decoder as omx il component and integrate it with android code.
    Any pointers on how it can be done.

    Mayank

  • Revision a6d126709a : Merge changes I19588f9e,I6dc338a6 * changes : vp9_encodeframe : make coord_look

    16 juin 2015, par James Zern

    Merge changes I19588f9e,I6dc338a6

    * changes :
    vp9_encodeframe : make coord_lookup[] static
    vp9_resize : make vp9_filteredinterp_*[] static