Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (111)

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

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

  • avformat/rtmpproto : fix memleak when open rtmp failed

    10 octobre 2019, par Steven Liu
    avformat/rtmpproto : fix memleak when open rtmp failed
    

    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/rtmpproto.c
  • JW Player fails with error with wma files : Task Queue failed at step 5

    17 mars 2018, par Sabeena

    I have a JW Player which plays MP3 files but with WMA files it gives the error :

    Task Queue failed at step 5: Playlist could not be loaded: Playlist file did not contain a valid playlist

    I thought of two reasons :

    1. There is no support for WMA but please confirm me this.
    2. Somewhere I need to setup the type of file I am using in this player.

    If WMA not supported in JW Player how can I play WMA and MP3 files in my website ?

    Is ffmpeg needed to convert WMA to MP3 while uploading ?

  • Open native library failed in JavaCV

    14 janvier 2016, par tuantv

    I’m trying to use JavaCV in Android but appears error when load library using Eclipse IDE.

    I copied libraies javacv.jar, javacpp.jar, ffmpeg.jar, opencv.jar to folder /libs/. And I also copied *.so libraries in ffmpeg-android-arm.jar and opencv-android-arm.jar to folder /libs/armeabi/

    Here’s the error when call FFmpegFrameGrabber grabber = new FFmpegFrameGrabber("filepath") :

    01-14 08:39:16.539 : D/dalvikvm(2065) : Trying to load lib /data/app-lib/org.bytedeco.javacv.recordactivity-2/libavutil.so 0xa50820c8

    01-14 08:39:16.539 : D/dalvikvm(2065) : Added shared lib /data/app-lib/org.bytedeco.javacv.recordactivity-2/libavutil.so 0xa50820c8

    01-14 08:39:16.547 : D/dalvikvm(2065) : No JNI_OnLoad found in /data/app-lib/org.bytedeco.javacv.recordactivity-2/libavutil.so 0xa50820c8, skipping init

    01-14 08:39:16.551 : D/dalvikvm(2065) : Trying to load lib /data/app-lib/org.bytedeco.javacv.recordactivity-2/libavcodec.so 0xa50820c8

    01-14 08:39:16.555 : D/dalvikvm(2065) : Added shared lib /data/app-lib/org.bytedeco.javacv.recordactivity-2/libavcodec.so 0xa50820c8

    01-14 08:39:16.555 : D/dalvikvm(2065) : No JNI_OnLoad found in /data/app-lib/org.bytedeco.javacv.recordactivity-2/libavcodec.so 0xa50820c8, skipping init

    01-14 08:39:16.559 : D/dalvikvm(2065) : Trying to load lib /data/app-lib/org.bytedeco.javacv.recordactivity-2/libjniavcodec.so 0xa50820c8

    01-14 08:39:16.643 : D/houdini(2065) : [2065] Loading library(version : 2.0.5.42475 RELEASE)... successfully.

    01-14 08:39:16.643 : D/houdini(2065) : [2065] Open Native Library /data/app-lib/org.bytedeco.javacv.recordactivity-2/libjniavcodec.so failed.

    01-14 08:39:16.647 : E/dalvikvm(2065) : dlopen("/data/app-lib/org.bytedeco.javacv.recordactivity-2/libjniavcodec.so") failed : dlopen failed : "/data/app-lib/org.bytedeco.javacv.recordactivity-2/libjniavcodec.so" has unexpected e_machine : 40