Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (104)

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

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

Sur d’autres sites (5574)

  • 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 ?

  • video editing using FFMPEG in android project [closed]

    1er mai 2012, par Pankaj Mehra

    Possible Duplicate :
    Use FFMPEG on Android

    i want to create a android app which can merge audio images to form video i am prefering ffmpeg for that ,please guide me how can i use ffmpeg functions and libraries to do so