Recherche avancée

Médias (91)

Autres articles (7)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (2730)

  • ValueError : Encountered hstack() with multiple outgoing edges with same upstream label None ; a `split` filter is probably required

    30 juillet 2021, par kup

    I want to stack multiple videos at a time at the screen "more or less like zoom show multiple screens of users" but unable to do so and met with an error :

    


    The approach i took :

    


    aout = /*got audio*/
vout0 = ffmpeg.filter( [v1, v2], 'hstack')
vout1 = ffmpeg.filter( [v3, v4], 'hstack')

vout = ffmpeg.filter([vout0.video, vout1.video], 'vstack')

(
    ffmpeg
    .output(aout, vout, "out.mkv")
    .run()
)



    


    


    ValueError : Encountered hstack() <1a9d597431a8> with multiple outgoing edges with same upstream label None ; a split filter is probably required

    &#xA;

    &#xA;

    I don't know if it is the right approach or not.

    &#xA;

    I tried using split but it didn't worked either.

    &#xA;

  • configure : Split some logical blocks off from CONFIG_LIST

    2 novembre 2013, par Diego Biurrun
    configure : Split some logical blocks off from CONFIG_LIST
    
    • [DBH] configure
  • configure : Split some logical blocks off from HAVE_LIST

    6 mars 2014, par Diego Biurrun
    configure : Split some logical blocks off from HAVE_LIST
    
    • [DBH] configure