Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (44)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

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

  • Save base64 bit encoded tring to the file in php

    10 mai 2016, par ppeiris

    I have a php application which takes base64 encoded wav file from the client (browser) via ajax and save to the database. No I have to re encode the wav file using ffmpeg before I save the file in to the database (I can do this using system calls). But the questions is I need the input file (name.wav) for ffmpeg to do the work and as of right now I have only base64 encoded string in my php variable. I need to save this file to the disk using these base64 encoded string. How can I do this in php.

    my server is running on RedHat and apache.

    Thanks for your help in advance

    Prabath

  • Use global namespace to refer to all imagick variables and classes.

    14 mai 2014
    Use global namespace to refer to all imagick variables and classes.
    

    Fixes issues where a user might use this UploadHandler within a PHP
    namespace.

    Fix minor capitalization errors that will cause imagick to fail when run
    on *nix box, where those names are case sensitive.

    Add a check that the uploaded file is in fact an image before trying to
    extract its image size, which would cause an error otherwise.

  • avcodec/libxavs : disable global header code

    6 décembre 2014, par Michael Niedermayer
    avcodec/libxavs : disable global header code
    

    This code only segfaults and fixing the segfault, the resulting
    files are unplayable, so disable to avoid the segfault.

    Better solution is welcome

    See : [FFmpeg-devel] [PATCH] avcodec/libxavs : remove global header code
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/libxavs.c