Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (10523)

  • Rotate video without FFMPEG on Xamarin Android

    6 mars 2017, par nhenrique

    I’ve been searching on how to rotate a video (.mp4) on my Android app. So far I mostly find information on how to change the orientation metadata so the video players can use it to play the video correctly. However I do need to actually rotate the video.

    Portrait videos recorded with the camera are playing in landscape on browsers/players that don’t the support the orientation metadata. I’ve tried to use the the following FFMPEG library for Xamarin but it’s usage is not recommended for Android 6+.

    I also took a look into the MediaCodec API but I can only find information about the orientation metadata.

    Is there any other way to rotate a video on Android ?

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