Recherche avancée

Médias (91)

Autres articles (33)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (4570)

  • Anomalie #3578 : Affichage documents lors modification d’un article

    3 novembre 2015, par b b

    Je ne vois pas les captures d’écran mentionnées, un oubli ?

    Sinon, pour le bug, vérifie que ton serveur n’utilise pas des expire headers mal configurées sur le HTML (leur valeur devrait être 0, sans quoi le cache des navigateurs pose problème sur les éléments chargés en ajax).

  • Merge two audio file using ffmpeg

    24 novembre 2017, par ajay dhadhal

    I want to merge Two mp3 file using ffmpeg library.but not succsesfull.Following is my code

    GeneralUtils.checkForPermissionsMAndAbove(MergerActivity.this, true);
    LoadJNI vk = new LoadJNI();
    try {
       String workFolder = getApplicationContext().getFilesDir().getAbsolutePath();
       //String[] complexCommand = {"ffmpeg","-i", "/sdcard/videokit/in.mp4"};
       String[] complexCommand = {"ffmpeg -i \"concat: /storage/internalsd/Music/02 Love Dose.mp3| /storage/internalsd/Music/02 Love Dose.mp3\" -acodec copy output.mp3"};

       vk.run(complexCommand , workFolder , getApplicationContext());
       Log.i("test", "ffmpeg4android finished successfully");
    } catch (Throwable e) {
       Log.e("test", "vk run exception.", e);
    }

    The error log display following

    vk run exception.

    com.netcompss.ffmpeg4android.CommandValidationException
       at com.netcompss.loader.LoadJNI.run(LoadJNI.java:39)
       at com.netcompss.loader.LoadJNI.run(LoadJNI.java:55)
       at com.handyaudio.MergerActivity.onMergeButtonClicked(MergerActivity.java:356)
       at com.handyaudio.MergerActivity.onClick(MergerActivity.java:272)
       at android.view.View.performClick(View.java:4446)
       at android.view.View$PerformClick.run(View.java:18437)
       at android.os.Handler.handleCallback(Handler.java:733)

    Please help to solve error.

  • FLVTool2 on github

    10 avril 2010, par admin — FLVTool2

    During the last years I didn’t gave FLVTool2 the love it deserved. But the community was very productive and came up with a lot of bug reports, patches and suggestions. I didn’t find the time to get all that good feedback into FLVTool2. Now I put the FLVTool2 source code on github so that you (...)