Recherche avancée

Médias (91)

Autres articles (104)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

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

Sur d’autres sites (11904)

  • How to pass frame bitmap from ffmpeg to android ?

    2 juin 2014, par 4ntoine

    I have ported to android ffmpeg (via JNI) and working android app. How can i pass frame bitmap from native code to android (what ffmpeg function and how to pass bitmap though JNI) to make it OpenGL texture ?

  • Rotate video without FFMPEG on Xamarin Android

    6 mars 2017, par nhenrique

    I’ve been searching on how to rotate a video (.mp4) on my Android app. So far I mostly find information on how to change the orientation metadata so the video players can use it to play the video correctly. However I do need to actually rotate the video.

    Portrait videos recorded with the camera are playing in landscape on browsers/players that don’t the support the orientation metadata. I’ve tried to use the the following FFMPEG library for Xamarin but it’s usage is not recommended for Android 6+.

    I also took a look into the MediaCodec API but I can only find information about the orientation metadata.

    Is there any other way to rotate a video on Android ?

  • Android-Video Files Compressions

    12 octobre 2014, par ArsenalFC

    I am working on an Android app where we are sending video messages to other devices. I can upload video files if it is less than 2MB, which I think is the minimum upload size at the moment for our server. We are trying to get someone to change the server settings to allow bigger file size.
    In the meantime, I am looking to compress the video files, but haven’t been successful. I have tried building FFMPEG library following http://www.roman10.net/how-to-build-ffmpeg-for-android/ tutorial. Since, I am on windows platform and I am not really familiar with using these libraries I am sort of lost.

    Is there any pre-built video compression libraries for Android that I can use ? Or is there tutorials to build the FFMPEG library in windows, and use it in my Android project ? Any help would be greatly appreciated.

    Thank you so much in advance.