Recherche avancée

Médias (91)

Autres articles (104)

  • 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

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

Sur d’autres sites (9593)

  • FFMPEG on Android with libmp3lame

    2 septembre 2014, par M4tho

    I’ build an app for android to convert videos to audio.
    Im using ffmpeg for the process. (Im using the precompiled version from here)

    At the moment its only possible to convert to *.wav and not to *.mp3.

    So im asking u if anybody can provide me a compiled version supporting the libmp3lame-library ?

    Or can anybody explane to me how to compile it myself.
    Ive tried to, but im getting some errors all the time and i dont know how to handle them.

    Ive tried to compile it myself with this setup :

    • Ubuntu x64
    • Android NDK-r10
    • ffmpeg SourceCode from Feb-02-2014
    • libmp3lame-dev

    following this tutorial
    of course ive added
    —enable-libmp3lame to the ./configuration

    thanks anyways
    and sorry for the bad english

  • Android-Video Files Compressions

    12 octobre 2014, par ArsenalFC

    I am working on an Android app where we are sending video messages to other devices. I can upload video files if it is less than 2MB, which I think is the minimum upload size at the moment for our server. We are trying to get someone to change the server settings to allow bigger file size.
    In the meantime, I am looking to compress the video files, but haven’t been successful. I have tried building FFMPEG library following http://www.roman10.net/how-to-build-ffmpeg-for-android/ tutorial. Since, I am on windows platform and I am not really familiar with using these libraries I am sort of lost.

    Is there any pre-built video compression libraries for Android that I can use ? Or is there tutorials to build the FFMPEG library in windows, and use it in my Android project ? Any help would be greatly appreciated.

    Thank you so much in advance.

  • How to build ffmpeg libray for Android in Ubuntu [on hold]

    4 novembre 2014, par Zheng Wang

    I’m going to combine m4a audio files in one with the help of ffmpeg libray in Android.
    But now, I’m facing the problem in the building of ffmpeg jni and libaac .so file for Android.
    Thank you for your consideration.