Recherche avancée

Médias (16)

Mot : - Tags -/mp3

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 (10293)

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

  • Advice about older android, VideoView and resolutions

    20 avril 2016, par Diogo Garcia

    I’ve been testing webm and mp4 for videoView and looking around for quite some time and right now the best way for me to play a video in a older android(2.3.3+) is using mp4 AVC-Baseline using the code

    "ffmpeg.exe" -i "intro.mp4" -codec:v libx264 -profile:v baseline
    -preset slow -b:v 500k -maxrate 500k -bufsize 1000k -vf scale=432:320 -codec:a aac -strict experimental -b:a 96k -f mp4 "intro_result.mp4"

    By far this is the best solution for my android 2.3.3 device... But this resolution is very low when using it in a bigger device for example it gets blurry, so I tried to increase the resolution but it crashes the video when I try to run in my android 2.3.3 device.

    Does anyone has any idea how to be able to view this video no matter the resolution of the device ?

    I was thinking about keep a high quality video inside the app and then check if the device has a low resolution and somehow try to resize the hiquality video before injecting it inside the VideoView. But I don’t even know if it is possible...

  • Video not seeking using ffmpeg android

    23 juin 2015, par Arslan Ahmad

    I am using ffmpeg lib, Video was playing fine & seekable when I disabled the pie before android 5.0.
    For Android 5.0, I have recreated my ffmpeg through ndk and enabled pie so now video playing fine but not seekable.
    Any help ?
    How do we enable progressive flag for seeking the video ?