Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (53)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (11164)

  • android - how to play two audio file at same time

    29 janvier 2016, par Sajad Norouzi

    I wanna create an karaoke android app. so far, user can listen to the song and record his voice. now I want to let user some editing like setting volume of his voice or setting Reverb effect. I have some library like ffmpeg and sox on android and don’t have problem for mixing two audio, but for setting volume or Reverb wanna play two audio file simultaneously using mediaplayer, however it’s not possible because android doesn’t let us play two audio file with mediaplayer at same time even with two different object of mediaplayer. so, what is the solution ?

  • Revision 587ff646f6 : Fix build failure with Android NDK The version of gcc4.6 included with the Andr

    25 septembre 2014, par Johann

    Changed Paths :
     Modify /vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c



    Fix build failure with Android NDK

    The version of gcc4.6 included with the Android NDK through r10b
    fails to compile this function. Replace it with C code.

    BUG=860

    Change-Id : Ifcc0476664071aec46a171cdd5ad17305930986a

  • using ffmpeg to convert gif to mp4 , output doesn't play on android

    3 août 2015, par Mahdi

    I just use the following command to convert a gif file to mp4 but the resulting mp4 file doesn’t play in android default video player .
    what did I wrong ?
    is there any aditional steps should I take to produce android playable mp4 files ?

    $ ffmpeg -f gif -i infile.gif outfile.mp4

    my test gif file : Test Gif File
    My desktop played the output.mp4 very well using VLC Media Player and also MX Player on my android device played the video file without any error.