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

  • how to get ffmpeg for android ?

    19 août 2012, par Manzer

    I have try to generate ffmpeg for android, but not generating.
    I have download ffmpeg file from ffmpeg download, but not generating shared file for android.
    I think some ffmpeg file missing. Can you tell what are the files are missing.

  • C/C++ examples for HW acceleration with FFMPEG on Android (JNI)

    12 février 2024, par Ramil Galin

    Are there any good C/C++ tutorials or code examples for how can one write hardware accelerated decoding on Android (JNI) ?

    


    I found related questions here on stackoverflow (here and here), but would like to know if there is something more contemporary and related to Android.

    


  • Android processing a video to CMYK

    28 juillet 2014, par bigben619

    I am working on a project and in that project I need to be able to :

    1. get a frame of a video
    2. change it to a CMYK
    3. try to render that frame

    Do you guys have any suggestions ?

    To get the frames I think I can use ffmpeg.
    I think the person that wrote
    Android processing a video, YCrCb frames to video
    can help me but I’m open to any suggestions.

    I appreciate all the help I can get, thank you