Recherche avancée

Médias (0)

Mot : - Tags -/api

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (16)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

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

Sur d’autres sites (2964)

  • Remove an incorrect and unneeded assert in the amr demuxer.

    29 septembre 2013, par Carl Eugen Hoyos
    Remove an incorrect and unneeded assert in the amr demuxer.
    

    Asserting a specific codec is not correct since libavformat
    allows forcing a codec, an equivalent check is in the
    following line.

    Fixes ticket #3001.

    • [DH] libavformat/amr.c
  • How to write a ffmpeg command shell in C

    20 septembre 2013, par Gonzalo Solera

    it´s possible I´m asking a nonsense but I´m a bit noob... I´m trying to write native code in Android to change the resolution of a video using a FFmpeg. I compiled the library of FFmpeg and I added it to my project correctly after used the NDK. But now I want to execute this FFmpeg command shell :

    ffmpeg -i input.mp4 -s 480x320 output.mp4

    I need to execute it in a C file using the JNI but I don´t know how to call the equivalent methods of the command...

    I think I´m having a similar problem than here

    Thanks for help !!

  • Revision 644587cfdd : ads2gas : Allow converting code to thumb mode Currently this only supports thumb

    12 mai 2013, par Martin Storsjo

    Changed Paths :
     Modify /build/make/ads2gas.pl



    ads2gas : Allow converting code to thumb mode

    Currently this only supports thumb2.

    This involves rewriting certain instructions that can't be expressed
    in thumb2 into equivalent instruction sequences. The regexps for
    rewriting are currently written pretty narrowly, only covering the
    exact cases currently encountered in the code base.

    No IT instructions are added (since that would require more logic than
    plain regexps), so using the thumb mode requires enabling
    - mimplicit-it=always/thumb.

    Change-Id : I1f676ad1d351381f02bcf00105102aa8dd7ae364