Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (60)

  • 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

  • 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

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (11769)

  • Piwik Mobile 2.1 Beta for Android

    14 août 2014, par Thomas Steur — Piwik Mobile Releases

    Four years ago we published the first version of Piwik Mobile ! To celebrate this event, the next beta of Piwik Mobile 2 for Android is now available.

    Download Piwik Mobile 2.1 Beta for Android 4+

    What’s new in Piwik Mobile 2.1 ?

    Over the last weeks we’ve been working on this update which includes several performance and UI improvements, bugfixes and new features :

    • Support for Segmentation [#3243] – you can now apply your custom segments in Piwik Mobile
    • Better support for Events
    • Clickable URL’s in a visitor’s actions list
    • Expose a general setting to configure SSL certificate validation [#5282]
    • Fixed the Real-Time Map was not working on Android 4.4+ [#4413]
    • List of all closed issues

    We have also updated the underlying framework for better compatibility with new devices and changed some code to improve performance.

    Give us feedback

    Start using Piwik Mobile 2.1 now and send us any feedback or create an issue on our new Piwik Mobile 2 Issue Tracker.

    While the app should be already quite stable we can improve Piwik Mobile much better with your help !

    Download now

    Download Piwik Mobile 2.1 Beta for Android 4+

  • Unable to compress video file using FFMPEG with Android SDK

    30 juillet 2014, par user2384410

    I have set up all the things required to compress the video file using this thread :

    Documentation on Guardian project ffmpeg android

    But however I am not able to get the desired output. My logcat output always says :

    /data/data/com.protext/app_bin/ffmpeg -y -ss 0 -t 0 0 : 0 0 : -1.000000 -i /storage/sdcard0/Download/Video/Test_Video.mp4 -f mpegts -c copy -an -bsf:v h264_mp4toannexb /storage/sdcard0/Android/data/com.protext/files/converted.MP4

    Unable to chmod [Ljava.lang.String ;@42ab8130 : No such file or directory.

    It’s been a long time I stuck in this problem,please help me out. Please let me know where I am doing wrong ?

  • Build FFMPEG 3.1.4 for Android

    20 octobre 2016, par Vladimir Kulyk

    I used this and this methods to build latest (3.1.4) FFMPEG version for Android.
    Build was succeed.
    I got several folders with sources / headers / .o files.
    But unfortunately there are no .so files I need.
    Are there some updated script for building latest FFMPEG for android ?
    Or, how to convert .o and other files to .so ?