Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (63)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (11823)

  • h264 : reset the private data in init_thread_copy()

    29 mars 2015, par Anton Khirnov
    h264 : reset the private data in init_thread_copy()
    

    The generic code copies the main context’s private data to all the
    others. However that is quite dangerous, as it might end up copying some
    pointers that are or will become invalid.

    Since everything we actually need will be copied later in
    update_thread_context(), it’s safest to zero the private data in
    init_thread_copy(), so it works the same way as init for the main
    context.

    • [DH] libavcodec/h264.c
  • c++, FFMPEG, how to use/set private options ?

    15 avril 2012, par Mat

    I'm trying to get a video c++ video encoder to run. I'm coding in VisualStudio 2010 and use a precompiled version of the library (Zeranoe's FFmpeg Build) from April 2012. Now - the Api doesn't seem to correspond anymore to most references that i find online.

    Particularily I wonder about private options. Through google I find things like this :

    http://ffmpeg.org/pipermail/ffmpeg-cvslog/2011-August/039836.html

    but I don't understand how to access and set those private options that replace the deprecated global ones.

    Any help on this ?

  • mxfenc : small typo fix

    4 juillet 2011, par Clément Bœsch

    mxfenc : small typo fix