Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (97)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (7557)

  • Transfoming images and mp3 files into a video file on android

    4 février 2014, par Alin

    I am thinking to start the development of a new project and I have some ideas in mind, but I am not sure how much is doable in android.
    The steps of the app would be :

    1. The user selects a set of images from Gallery
    2. The user selects an audio file from external storage
    3. I combine the images and the sound (each image is displayed for a timeframe) into a movie file that can be exported to YouTube

    From my research I wasn't able to find any way to create the movie. All the answers contained links to android NDK and external codecs.

    So my question is : which would be the easiest way of making this on android ?

  • How to trim songs in Android Studio ?

    1er mars 2019, par Vishesh Sharma

    I am working on an Android Project and I would like to know how to trim a song in Android Studio programmatically, I am trying to use ffmpeg but I still am not able to embed it in my code.

    If there is any code for trimming the songs, then it would be of great help.

  • Android component to play video

    1er juillet 2016, par Kalivarapu

    I have tried to play different formats and codecs in android (4.4) webview and videoview and found the following for API level 19 :

    1. videoview plays mp4 of some codecs, 3gp, flv but fails to play few mp4 codecs and mkv.

    2. webview plays mp4 of all codecs, but fails to play video of any other format.

    Vexed with the inconsistency in android components, what can be done to universally support all formats in any one or combination of components in android ?

    Can I use external libraries to convert in runtime or abstract or bypass the complication of format/cedecs ?

    P.S The question strictly pertains to API level 19, which is Android 4.4