Recherche avancée

Médias (91)

Autres articles (80)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Diogene : création de masques spécifiques de formulaires d’édition de contenus

    26 octobre 2010, par

    Diogene est un des plugins ? SPIP activé par défaut (extension) lors de l’initialisation de MediaSPIP.
    A quoi sert ce plugin
    Création de masques de formulaires
    Le plugin Diogène permet de créer des masques de formulaires spécifiques par secteur sur les trois objets spécifiques SPIP que sont : les articles ; les rubriques ; les sites
    Il permet ainsi de définir en fonction d’un secteur particulier, un masque de formulaire par objet, ajoutant ou enlevant ainsi des champs afin de rendre le formulaire (...)

Sur d’autres sites (7065)

  • how to use ffmpeg buld libraries in android studio ?

    16 octobre 2018, par Dilchun Dev

    I have build ffmpeg libs for android using tutorial provided by
    https://medium.com/@karthikcodes1999/cross-compiling-ffmpeg-4-0-for-android-b988326f16f2

    but I don’t know how to use the libraries in my android project.

    please help me

  • playing ffmpeg in android

    8 janvier 2012, par John

    I am developing an android project in which i need to play ffmpeg format videos.I think android doesn't support ffmpeg formats.

    I have downloaded ffmpeg codec and loaded the library "libffmpeg.so" in my project using android ndk and JNI.

    Now,how can i use this "libffmpeg.so" to play those video formats.

    My project directory structure is like this.

    enter image description here

    Any one please help.

  • VLC For Android : How to play mpeg2 ts file without PAT

    4 juin 2014, par berke

    I am developing media player for android with open source VLC player. What I want is to play .ts file that does not have PAT.

    How to play this file in android with vlc ?(programatically)

    In windows vlc player can play this video by running vlc.exe —demux ffmpeg

    How can I achieve this with android vlc lib ?

    The reason that I cannot play this video is because vlc cannot find PAT.

    Can you help about this ?