Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (16)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Ajout d’utilisateurs manuellement par un administrateur

    12 avril 2011, par

    L’administrateur d’un canal peut à tout moment ajouter un ou plusieurs autres utilisateurs depuis l’espace de configuration du site en choisissant le sous-menu "Gestion des utilisateurs".
    Sur cette page il est possible de :
    1. décider de l’inscription des utilisateurs via deux options : Accepter l’inscription de visiteurs du site public Refuser l’inscription des visiteurs
    2. d’ajouter ou modifier/supprimer un utilisateur
    Dans le second formulaire présent un administrateur peut ajouter, (...)

Sur d’autres sites (4893)

  • MP4 codec support in Chromium

    9 décembre 2015, par Staggan

    We have integrated Chromium Embedded Framework into our Windows game to allow us to render web pages from within our application, and everything works fine, except MP4 videos.

    I understand Chromium does not include this codec due to licensing issues, but can anyone provide details on how we can add support, even if we have to license a codec for it.

    All the information we can find seems to be old, and the functions referred to appear to be deprecated... so we are at a bit of a loss.

    All the video serving networks we have spoken to appear to serve MP4s.. so changing encoding does not seem to be an option.

    Any advice would be greatly appreciated.

    Thanks

  • Redirecting the output of the result of a command to FFMPEG (Android)

    16 avril 2020, par DepressingUtopian

    Is there a way to save the result of the FFMPEG command in RAM without saving to disk ?
I am developing a video editor on Android, and I need to apply filters to the video in real time, displaying the result to the user. If done in a standard way, then a delay occurs, since the data is flushed to disk. The user must select a piece of video, select a filter and play it with the filter already applied.

    



    I use the library :https://github.com/tanersener/mobile-ffmpeg

    



    Thanks for answers !

    


  • Unable to load ffmpeg shared library using JNI onLoad function [closed]

    14 novembre 2023, par user352290

    Unable to load ffmpeg shared library using JNI onLoad function in Android MIUI 12SKQ1. Android App was built using JDK 17 and uses com.arthenica:mobile-ffmpeg-full library (https://mvnrepository.com/artifact/com.arthenica/mobile-ffmpeg-full/4.4)

    


    Error message is attached, https://pasteboard.co/7SK6TR5FkxLM.png

    


    The library uses the following settings

    


    


    


    The App is built using targetSdkVersion="34"