Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (89)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

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

  • What is different between running gradle from CLI vs running it from Android studio GUI ?

    1er mars 2016, par MissFiona

    Experiencing strange problem with gradle and Android Studio and I am not sure how to debug it.
    I have a gradle project and need ffmpeg. I am using process builder to get the path to ffmpeg. Here is code :

       ProcessBuilder pb = new ProcessBuilder(new String[]{"which", "ffmpeg"});
              process = pb.start();

    if(process != null) {
               BufferedReader sdp = null;
               sdp = new BufferedReader(new InputStreamReader(process.getInputStream()));
               BufferedReader serverConnection = new BufferedReader(new InputStreamReader(process.getErrorStream()));
               ffmpegLocation = sdp.readLine();
               error1 = serverConnection.readLine();
           }

    If it runs from Android Studio - ffmpegLocation is null
    If I run gradle from CLI - it finds ffmpeg and execute the code without any problem.

  • Rename Visual Studio solution files.

    23 novembre 2014, par Erik de Castro Lopo
    Rename Visual Studio solution files.
    

    * FLAC-vs2010.sln -> FLAC.sln
    * FLAC.sln -> FLAC-vs2005.sln

    • [DH] FLAC-vs2005.sln
    • [DH] FLAC.sln
  • mpeg4video : Add Studio DPCM support

    19 août 2018, par Kieran Kunhya
    mpeg4video : Add Studio DPCM support
    
    • [DH] libavcodec/mpeg4videodec.c
    • [DH] libavcodec/mpegvideo.c
    • [DH] libavcodec/mpegvideo.h