Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (57)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (10476)

  • What's the different between asm instruction "ldr" and "ldr_post" ?

    30 janvier 2012, par ciphor

    I encountered some compilation errors when trying to migrate latest ffmpeg to iOS platform.
    Those errors came from the GNU assembler (gas), which seems unable to handle some asm instructions in the latest ffmpeg.

    For example :

    libavcodec/arm/dsputil_armv6.S:109:bad instruction 'ldr_post r4,r1,r2'

    However, instruction 'ldr_post' is not found in previous version of ffmpeg (more specific, version 0.7).

    My question is, what is the difference between 'ldr_post' and 'ldr' ? Can I change 'ldr_post' to the combination of a few simpler instructions, to avoid these compilation errors ?

  • Evolution #2516 (Nouveau) : Espace privé

    30 janvier 2012, par christophe ulmer

    Bonjour à tous,je trouve que l’espace privé s’est amélioré mais je me suis posé la question : comment la rajeunir encore un peu. Alors je jette une petite réflexion dans la galaxie spip et excusez moi si ce sujet à déjà fait débat. j’ai changé les dimensions de la page (id=page) en auto, la div (...)

  • Solid FFmpeg wrapper for C#/.NET

    31 octobre 2016, par Jacob Poul Richardt

    I have been searching the web for some time for a solid FFmpeg wrapper for C#/.NET. But I have yet to come up with something useful. I have found the following three projects, but all of them apears to be dead in early alpha stage.

    FFmpeg.NET
    ffmpeg-sharp
    FFLIB.NET

    So my question is if anyone knows of a wrapper project that is more mature ?
    I am not looking for a full transcoding engine with job queues and more.
    Just a simple wrapper so I do not have to make a command line call and then parse the console output, but can make method calls and use eventlisteners for progress.

    And please feel free to mention any active projects, even if they are stil in the early stages.