Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (95)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (6719)

  • Converting flv files to mp3 on android using ffmpeg and NDK

    23 mars 2012, par user1287733

    My task is to convert any flv/mp4 file stored on sdCard to Mp3. I have compiled FFmpeg for use with android NDK but i have no clue how to proceed further. I am new to NDK. Please help.

  • Ffmpeg framework android

    2 juin 2017, par Yupi

    I have been working on one project in which ffmpeg collection of libraries has to be included. But I’m struggling to implement it in Android Studio. I can’t find clear explanation for that. Most of the explanations are for Linux or Mac OS but I’m using Windows. I have followed couple explanations which says that new directory has to be created in order : jniLibs/armeabi/ffmpeg.so I have done all of that. All things that like general. When I load library :

    static {
           System.loadLibrary("ffmpeg");
       }

    I can’t get acces to native mehods like public static native int encodeVideoFrame(byte[] yuv_image);

    Warning says : Cannot resolve corresponding JNI function

    So problem is with compiling ffmpeg for Android using Windows and including it in Android Studio. Any help would be very appreciated. Thanks.

  • is it possible to directly encode raw PCM in to Mp4 format in android

    2 avril 2012, par newentry

    is it possible to directly encode raw PCM in to Mp4 format with aac in android ? Without using android Media Recorder i want to achieve this.