Recherche avancée

Médias (1)

Mot : - Tags -/karaoke

Autres articles (111)

  • 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" ;

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

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

  • avcodec/wma : Check initializing VLC

    6 mai 2021, par Andreas Rheinhardt
    avcodec/wma : Check initializing VLC
    

    Initializing a VLC entails implicit allocations which may fail.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/wma.c
  • avcodec/pcm : Remove always-false check

    18 septembre 2022, par Andreas Rheinhardt
    avcodec/pcm : Remove always-false check
    

    None of the decoders here have the AV_CODEC_CAP_CHANNEL_CONF set,
    so that it is already checked generically that the number of channels
    is positive.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/pcm.c
  • avcodec/lsp : Move ff_lsp2polyf() upwards in lsp.c

    25 septembre 2022, par Andreas Rheinhardt
    avcodec/lsp : Move ff_lsp2polyf() upwards in lsp.c
    

    Will avoid a forward declaration lateron.
    Also adapt the function to modern style while at it.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/lsp.c