Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (15)

  • 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

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

Sur d’autres sites (4904)

  • Using zeranoe libavcodec build in visual studio 2008

    4 avril 2013, par Imran

    I am trying to use libavcoded shared build from zeranoe in visual studio 2008. I have tested my application using libavcodec in debug mode and it is running fine. but when i am trying to build the application through release version then it compiles fine but while running it is showing error as "The procedure entry point CoCreateInstance could not be located in the dynaminc link library avcodec-54.dll" Can any one please help me to solve this issue.

  • Install ffmpeg on Windows server 2008 [closed]

    23 mars 2013, par Tamer Sherif

    I need to install ffmpeg on windows server 2008 with IIS 7, I have a php script "Youtube Clone" and i need to use this script to upload and encode videos.I have searched the internet but i couldn't find a good tutorial for this.

  • Using ffmpeg in microsoft Visual studio ( 2008 )

    1er juin 2013, par miyangil

    how can i use ffmpeg functions with my Microsoft VS ? i know i have to use MSYS and MingGW, but there is any document show the steps.