Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (102)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

  • FFmpeg prebuilt binaries for Android

    30 septembre 2015, par user1049280

    I’m using this project to build FFmpeg : https://github.com/WritingMinds/ffmpeg-android. All other building guides didn’t work for me.

    When I try to concat videos - some videos are being concated well and some are not. However when I use the same ffmpeg-command on my PC - all videos are being concated without any troubles. So I guess the problem is with my ffmpeg binary. Where can I download pre-built fresh ffmpeg binary (ffmpeg.so) to test if it’s the real problem ?

    Api level 16+, cpu arm/x86

  • Convert MMS streaming to any Android format

    1er mars 2012, par Giuseppe

    I have the following stream mms ://77.238.11.5:8080, you can access it using Windows Mediaplayer.

    I don't find any solution to view it on Android devices using MediaPlayer or VideoView, so my idea is to convert is using VLC or FFMPEG to a different format like MP4 or else.

  • Use linux command in Android NDK

    6 décembre 2012, par Chrishi

    I have build ffmpeg for android using NDK as mentioned here.

    What I want to do is create a video file using image list as mentioned in here.

    ffmpeg -i ffmpeg_temp/%05d.png -b 512 video2.mpg

    I want to know how can I run this command in my C class file.

    Thanks in advance.