Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (70)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (5269)

  • How can I render a video in real time with custom parameters ?

    18 décembre 2024, par Joaquín L. Robles

    Is it possible to render a video in real time with custom parameters ? I'm trying to inject some parameters (text, image and other video portions) into a video template depending on user parameters, like the "Facebook 10 Years video"..

    



    The output format should be any video format such as H.264.

    



    I've been googling and asking and the closest I got is to make a video from HTML5 canvas captures, which I think is totally inefficient.

    



    Any insight or guidance would be great, thanks

    


  • How can I render a video in real time with custom parameters ?

    8 janvier 2015, par Joaquín L. Robles

    Is it possible to render a video in real time with custom parameters ? I’m trying to inject some parameters (text, image and other video portions) into a video template depending on user parameters, like the "Facebook 10 Years video"..

    The output format should be any video format such as H.264.

    I’ve been googling and asking and the closest I got is to make a video from HTML5 canvas captures, which I think is totally inefficient.

    Any insight or guidance would be great, thanks

  • avformat/utils : fix rounding error accumulation for generated dts in compute_pkt_fields()

    3 janvier 2014, par Michael Niedermayer
    avformat/utils : fix rounding error accumulation for generated dts in compute_pkt_fields()
    

    This only updates the case where there is no B frame reordering delay.

    Tested-by : Anssi Hannula <anssi.hannula@iki.fi>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/utils.c