Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (65)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • 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 (8685)

  • Android simple video editor app [on hold]

    30 mars 2014, par gopgop

    I am working on a small android project..

    The goal of the app is to pull video files from the library or images and combine those into a video and save it into the library.

    I already have made the part where it pulls the images and videos, now I am stuck..

    How would you go about combining the images and videos to make one video file using java and android ?

    Can someone please guide me ?

    I have looked around and did not find any clear winner,
    I'd prefer not to use FFmpeg as its not pure java..

    Thanks.

  • Turn X images into a video with FFMPEG on Android

    27 mars 2014, par Alex

    I have built my ffmpeg libs. I have my jni folder, my Android.mk, and my C file.

    My C file is actually empty... All I want is having the possibility from my Android Activity to build a video out of several Bitmap objects I have. Someone told me to go through FFMPEG. I have built the libs but I have no idea what to write in my C file to get this job done.

    Can someone help me with that ?

    Thanks a lot.

  • How to check whether two image are similar in Android

    14 mars 2014, par Williams

    I am working on the app where suppose I capture the picture of the tool like hammer or anything and later I again capture it then here I need to compare whether the tool is same so it is similar like to whether both picture are similar.

    I have got one idea to do this to check the RGB pixels value of the both captured image and take the average then compare them. If both are probably near then it means both are same but that would take much time.

    Any other better solution to do this in Android ?