Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (49)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

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

Sur d’autres sites (8880)

  • ffmpeg doesn't install h264 OS X Lion

    21 mars 2012, par Drew C

    Installing ffmpeg on OS X 10.7. I need to use libavformat/h264 and libavcodec/h264, and I can see the source for those libraries in my download of ffmpeg, but after I configure and install, those two libraries can't be found. How do I configure the installation to be able to use those libraries ?

    Edit :
    I suppose, in a broader sense, my question is : how do I access the methods and data types defined in ffmpeg's h264 class ?

  • Anomalie #2619 : impossible de surcharger un fichier défini dans ecrire/plugin.xml ?

    28 mars 2012, par cedric -

    Sauf que pour faire le find_in_path il faut déjà avoir le ’bon’ path en mémoire, et donc compilé les plugins. Il faudrait donc pré-compiler les plugins, relancer le hit avec le bon path, et recompiler les pipelines avec ce bon path... En fait je pense que la question ne s’est jamais posée car les (...)

  • Is there a way to compile code on a Mac in a sandbox so it doesn't potentially affect my system if something goes wrong ?

    31 mars 2012, par Eli Greenberg

    I'm going to attempt to build ffmpeg with a bunch of libraries included and I would like to keep my current system clean in case it all goes to shit. Is there a way to compile programs like ffmpeg so that they don't affect the system if something goes wrong ?

    I'm a beginner at this stuff, so if this question is misguided and there is no danger in compiling programs please let me know :)