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)

  • Is it possible to convert h265 video to h264 with resizing in Android app without the FFMPEG ?

    12 août 2022, par Robson

    I want to convert all videos based on h265 to h264 and at the same time reduce the resolution to for example 720p to avoid working on very big resolutions and later uploading that kind of big size files.

    


    I see docs https://developer.android.com/guide/topics/media/media-formats says that for h265 Android OS supports only decoding, not encoding.

    


    I know that FFMPEG will solve all my problems, but including FFMPEG will increase the app size very much, I'd like to avoid that. I am trying to use currently the Android MediaCodec, but it looks like it would work fine with converting h264 to h264 but not with h265 to h264.

    


    Do you have any ideas ? I don't need to support old Android versions.

    


    Thanks for any advice.

    


  • Revision 28933 : on bouge

    31 mai 2009, par ben.spip@… — Log

    on bouge

  • Playing back video one frame at a time and saving a bitmap on android

    7 septembre 2017, par Timmoth

    I’m trying to achieve frame by frame playback of mp4 videos on Android with the ability of capturing and saving a chosen frame to an external storage device.

    I have used VideoView and MediaController to playback a video and MediaMetadataRetriever to retrieve and save a frame as a bitmap however this solution does not give me the ability to step through the video one frame at a time nor does it allow me the accuracy i need of capturing a specific frame.

    I have been reading up on how to cross compile FFMPEG for android and write a wrapper to give me a much larger range of video capabilities as i believe this is a viable route to go down. Unfortunately there is not much information out there on getting FFMPEG working on Android, and i couldn’t find anything helpful from the last few years.

    My questions are
    1) Am i missing something and does the android framework give this granular control over video playback ?

    2) Is it possible to use FFMPEG to playback a video frame by frame in a android application ?

    3) Does anyone have any resource on compiling and using a recent version of FFMPEG on android 7 ?