Recherche avancée

Médias (1)

Mot : - Tags -/wave

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)

  • Compile ffserver or where can I find a prebuilt ffserver for android

    18 décembre 2016, par yeahman

    I want to run ffserver on my android tv box. (arm processor)
    Any idea how to compile ffserver for android tv box (I am on a windows machine) ? or is there a prebuilt ffserver for android ?

    I am already using a prebuilt ffmpeg for android which runs great.

  • Android ffmpeg : create video from sequence of images using jni

    22 novembre 2018, par Sameer Z.

    I have successfully build ffmpeg for Android and now I need to create video from sequence images so it look like animation video with some default audio. I have found some solution but it all says using command like.

    How to do same thing using jni on Android ?

  • How to mux H264 ,AAC data to mpeg-ts stream on Android

    20 octobre 2015, par Haozes

    I have get H264 raw data,and PCM/AAC data from Android. Now how can I mux h264 and AAC data to mpeg2-ts stream ?

    I know ffmpeg may work on Android, is it performance good enough for it?