Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (73)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (7642)

  • avcodec/htmlsubtitles : Factor open brace handling into its own function

    12 juin 2017, par Michael Niedermayer
    avcodec/htmlsubtitles : Factor open brace handling into its own function
    

    Suggested-by : wm4
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/htmlsubtitles.c
  • The function avformat_open_input from ffmpeg lib cann't open file

    25 mai 2012, par Vbif

    I'm tried open file from my code with ffmpeg lib. And avformat_open_input always receive an error "No such file or directory". I tried different files and directories but results are the same.

    I use VS 2010 on Win7 and compiled lib and dll from http://ffmpeg.zeranoe.com/builds/

    A bit of my code.

    int decode_sound(const char * infile, const char * outfile)
    {
       AVFormatContext *pFormatCtx = 0;
       if((err = avformat_open_input(&amp;pFormatCtx, infile, NULL, 0)) != 0)
          return 1;
    }


    int _tmain(int argc, _TCHAR* argv[])
    {
       avcodec_register_all();

       cout &lt;&lt; decode_sound("D:\\DELTA.MPG", "D:\\wav.wav") &lt;&lt; endl;

       char errbuf[128];
       const char *errbuf_ptr = errbuf;
       if (av_strerror(err, errbuf, sizeof(errbuf)) &lt; 0)
             strerror_s(errbuf, AVUNERROR(err));
       cout &lt;&lt; err &lt;&lt; endl &lt;&lt; errbuf_ptr &lt;&lt; endl;

       system("pause");
       return 0;
    }
  • Some last copyright year updates and change to open bug list

    26 novembre 2014, par Martijn van Beurden
    Some last copyright year updates and change to open bug list
    

    This updates one rather important mention of the copyright year
    (the encoding/decoding progress display) and a few in the
    documentation. Furthermore, it updates the open bug list

    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] doc/html/documentation_bugs.html
    • [DH] doc/html/faq.html
    • [DH] doc/html/id.html
    • [DH] src/flac/main.c