Recherche avancée

Médias (91)

Autres articles (104)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

Sur d’autres sites (9593)

  • Live Photos on android implementation ?

    18 novembre 2016, par mohit gupta

    I have come up with a project which implements LIVE Photos capturing on android and I will hopefully make it open sourced,Spoiler : it takes a 1.5 second shot before and after you click the pic and combines them and make the video , While i tried it I was unable to do it with MediaRecorder in android , I even experimented with FFMPEG it just does not works . Anyone has any idea or a little light so i can follow and implement this.My min Api support is 16

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