Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (43)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (9691)

  • SDL_SetVideoMode fails under Android ?

    17 avril 2013, par user1568549

    I am trying to buid a Video Player for android using libsdl for rendering and libav for decoding.

    First, i cross-compiled the sdl library for Android platform.
    Then i ceated the jni layer for my sdl cpp file(already tested under ubuntu)
    but when i test it under Android it fails(with fatal error segv11 signal) exactly at the beginning in the following instruction :

    this->screen = SDL_SetVideoMode(width, height, 0, 0);

    Does anyone know any workaround for this error ?

    Does anyone know how to display video using sdl under android ?
    And is there any instructions or steps that i must follow in order to render SDL gui under android ?

    Thanks in advance !

  • How can i preview FFmpeg audio/video modifications without processing an output in android application ? [FFMPEG, android]

    12 février 2019, par akash varlani

    Basically I am developing a video editing app that lets user choose some of their images and create video slide show with music.

    I am using FFMPEG to generate video slide show from images but the problem is I can only show preview of the video after executing FFMPEG command.

    Is googled so many blogs and all and I know there is a possible way available to display preview of the output.

    Check below image from reference app. I am developing something similar to this app. There is an option to replace the image in video. This app displays instant preview once I change the image.

    enter image description here

    Here is the link of the reference app if anyone wants to check :
    https://play.google.com/store/apps/details?id=com.newbiz.mvmaster

    Clicking an EXPORT button this app lets you generate video output. I can do that as I know FFMPEG and how to generate OUTPUT FILE using FFMPEG but what I don’t know is how to display quick preview of OUTPUT VIDEO before generating actual VIDEO FILE.

    On my UBUNTU device I can view output of FFMPEG command using FFPLAY tool but how to do the same on android device.

    Some useful link :
    http://androidwarzone.blogspot.com/2011/12/ffmpeg4android.html

  • avformat : Change avpriv_new_chapter() from O(n) to (1) in the common case

    6 janvier 2021, par Michael Niedermayer
    avformat : Change avpriv_new_chapter() from O(n) to (1) in the common case
    

    Fixes : timeout (slow -> 300ms)
    Fixes : 28876/clusterfuzz-testcase-minimized-ffmpeg_dem_MOV_fuzzer-5664824587583488

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/internal.h
    • [DH] libavformat/utils.c