Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (108)

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

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (14112)

  • Video Compression in Android

    4 avril 2017, par Monty

    I want to compress and decompress a video File in Android.I tried with zipping and unzipping it and it was successful :)

    But what I need is compress and decompress it like how it happens in Watsapp. Also, zipping could only compress the video by 2.5% .

    I also tried looking for FFmpeg in android, but I was not able to get though it

    Could anyone provide and good reference/help/CODE EXAMPLE where a .mp4 file could be easily compressed ?

    Thanks !!

  • How to use ffmpeg on android with JNI folder

    25 août 2016, par soheila

    I have a question.
    I want to use ffpmeg library on android (convert pictures to video, convert videos to gif files and etc...)
    Do I have to know C programming or not ?

  • How to stream RTMP audio purely by ffmpeg in Android ?

    23 mars 2017, par Jerikc XIONG

    There is a same question, but has no answer.

    cineio-broadcast-android is a great project for the RTMP video streaming, but how to stream RTMP audio purely ?

    There is little information about it. Any suggestion is prefered.