Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (38)

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

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (5785)

  • lavu/mem : Make other alloc functions more similar to av_malloc().

    12 avril 2020, par Carl Eugen Hoyos
    lavu/mem : Make other alloc functions more similar to av_malloc().
    

    Do not limit the array allocation functions and av_calloc() to allocations
    of INT_MAX, instead depend on max_alloc_size like av_malloc().

    Allows a workaround for ticket #7140.

    • [DH] libavutil/mem.c
  • Run ffmpeg or similar on files located on Dropbox [closed]

    5 mai 2020, par Misha

    I have numerous small movies stored in seperate directories containing videoclips, each 5gb. I've like to compress and concatenate these clips for each directory using ffmpeg. The problem is that all the files are stored on dropbox (1.5Tb). Is it possible to do this in the cloud (Dropbox - do they sell machinepower for this kind of project ?) or do I need to download all of it and subsequently reupload the compressed files ?

    


  • avutil/pixfmt : Clarify the meaning of the alpha byte in RGB0 and similar formats

    6 février 2015, par Michael Niedermayer
    avutil/pixfmt : Clarify the meaning of the alpha byte in RGB0 and similar formats
    

    Found-by : wm4
    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Reviewed-by : Carl Eugen Hoyos <cehoyos@ag.or.at>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/pixfmt.h