Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (44)

  • 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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

  • How to compile Android FFMpeg by cygwin at windows [on hold]

    8 février 2014, par user3286579

    All Developer

    I want to receive your help really.

    Because I don't know about how to compile ffmpeg for android by cygwin at windows.

    Thanks

    Yang.

  • Android - convert mp4 to a list of frames programmatically

    6 février 2014, par o.antsiferov

    I want to play some animtaions (actually, gifs) which were previously encoded (with h264 codec) and downloaded from network as mp4 files (because mp4 files are much smaller than corresponding gifs). So, on a device I want to decode mp4 and get all the frames to create animations. And the question - what is the best way to decode mp4 to accomplish my task ?

  • Transfoming images and mp3 files into a video file on android

    4 février 2014, par Alin

    I am thinking to start the development of a new project and I have some ideas in mind, but I am not sure how much is doable in android.
    The steps of the app would be :

    1. The user selects a set of images from Gallery
    2. The user selects an audio file from external storage
    3. I combine the images and the sound (each image is displayed for a timeframe) into a movie file that can be exported to YouTube

    From my research I wasn't able to find any way to create the movie. All the answers contained links to android NDK and external codecs.

    So my question is : which would be the easiest way of making this on android ?