Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (44)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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" ;

Sur d’autres sites (8563)

  • Android get video rotation from metatags

    13 novembre 2013, par vicmns

    currently I am using the Android MediaMetadataRetriever class in order to get the video rotation tag from a MP4 file, using the MediaMetadataRetriever.METADATA_KEY_VIDEO_ROTATION tag. The main drawback of this, is that is only compatible with API level 17 and up, and the minimum supported API level desired for the application is 14.

    Is there any work around for this, I tried using the ffmpeg library that used in the project, but I did not find an option to get this tag from the video.

    Thanks in advance.

  • Get frame rate of a video on Android

    2 novembre 2013, par Gonzalo Solera

    I would like to get the frame-rate of a video on Android. How could I achieve that ?? I´m using ffmpeg statically in my app and I could invoke a command but I don´t know how to get the output... Any idea ? Thanks !

  • How to install JavaCV on android and use FFmpegFrameGrabber

    30 janvier 2013, par Muhammad Afzal

    Can someone guide me what am I missing ? I have double checked all the following settings,

    Following steps I followed,

    1. Extract all the *.so files from javacv-android-arm.jar, opencv-2.4.3-android-arm.zip, and ffmpeg-1.0-android-arm.zip directly into the newly created "libs/armeabi" folder

    2. Navigate to Project > Properties > Java Build Path > Libraries and click "Add JARs...".
    Select both javacpp.jar and javacv.jar from the newly created "libs" folder.

    3. Set the environment variable path to C:\opencv\build\x64\vc10\bin;C:\ffmpeg-64\bin;

    Source Code compiles fine but after installing the apk while debugging on HTC wildfire S Device, crashes on following line

    FFmpegFrameGrabber grabber = new FFmpegFrameGrabber(Environment.getExternalStorageDirectory() + "/DCIM/100MEDIA/VIDEO0015.3gp");

    and gives following exception,

    java.lang.UnsatisfiedLinkError: Couldn't load jniavutil: findLibrary returned null