Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (74)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (6113)

  • How do to build and add ffmpeg in java project ? [on hold]

    25 octobre 2016, par kumar

    I am working in RTSP video streaming in Java project.Now I need to play video in all browser along with different Operating system.I am having some troubles regarding FFMPEG library compliation. How do to add ffmpeg library to my java application ? Anyone please give idea.

  • undefined reference error in using libx264 in another project

    10 août 2014, par Hadi Rasekh

    When I used the x264 DLL in another project, the "undefined reference error" is reported when making that project !

    This is my (example_exe.cpp) code :

    #include
    #include
    #include

    #define X264_API_IMPORTS
    #include "x264.h"


    int main(void)
    {
       x264_param_t *t;
       x264_encoder_open(t);
       return 0;
    }

    and This is how I compile and make my code :

    g++ -c example_exe.cpp
    g++ -o example_exe.exe example_exe.o -L. -llibx264-142

    and I got the following error :

    example_exe.o:example_exe.cpp:(.text+0x22): undefined reference to `x264_encoder_open_142(x264_param_t*)`
  • State of Media Accessibility in HTML5

    2 octobre 2010, par silvia

    Today I gave a talk at the Open Video Conference about the state of the specifications in HTML5 for media accessibility. To be clear : at this exact moment, there is no actual specification text in the W3C version of HTML5 for media accessibility. There is, however, some text in the WHATWG (...)