Recherche avancée

Médias (91)

Autres articles (80)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (11126)

  • 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

  • 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 ?

  • 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 ?