Recherche avancée

Médias (0)

Mot : - Tags -/inscription3

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (95)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

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

Sur d’autres sites (13384)

  • implement A/V streaming from PC to Android w. low latency [closed]

    11 août 2021, par kekk0

    I would like to code server/client applications to stream PC desktop audio/video to android box device. It would be limited to wired LAN connection, no internet, no wifi ; Aims are good image quality and lowest latency. I was reading about setting up an FFmpeg server on pc to hls/m3u8 and coding a simple exoplayer-based client on android device, but it seems the latency might be high (seconds). Could you suggest me some good alternative solutions ?

    


  • Extracting first frame in video using ffmpeg and android ndk

    12 mai 2014, par Papajohn000

    I’m trying to use android NDK and ffmpeg to extract the first frame of a video. I’ve seen a lot of examples on this website that use the command-line code that looks something like ffmpeg -i video.mp4 -vframes 1 -an -f image2 -y thumbmail.png 2>&1 I’m new to android NDK and I’m not sure how this plays into the native code file within the jni. Would it be used within a native method or is there a way to accomplish the same task another way using the ffmpeg libraries ?

  • how to combine image and audio in android using ffmpeg

    16 août 2013, par BlueG

    I want to merge IMAGE + AUDIO and convert them into video using FFMPEG library. I also tried with some code snippet but it's not working properly.if any other option available means just tell that also.
    Please help.
    i already tried with the code from this link

    http://www.roman10.net/how-to-build-ffmpeg-for-android/
    http://www.roman10.net/how-to-build-android-applications-based-on-ffmpeg-by-an-example/

    while running the code i am getting an error message as

    java.lang.UnsatisfiedLinkError : Couldn't load ffmpeg-prebuilt : findLibrary returned null

    now help me to use ffmpeg now in this code to merge audio and video