Recherche avancée

Médias (0)

Mot : - Tags -/tags

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (46)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (9199)

  • txd : Use the TextureDSP module for decoding

    20 mai 2015, par Vittorio Giovara
    txd : Use the TextureDSP module for decoding
    

    Using the internal DXTC routines brings support for non multiple of 4
    textures. A new test is added to cover this feature. Hashes differ
    since the decoding algorithm is different, though no visual changes
    have been spotted.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/s3tc.c
    • [DH] libavcodec/s3tc.h
    • [DH] libavcodec/txd.c
    • [DH] tests/fate/video.mak
    • [DH] tests/ref/fate/txd-16bpp
    • [DH] tests/ref/fate/txd-odd
  • Crop multiple images in Flutter

    31 juillet 2020, par asored

    I have multiple images in different resolutions in a folder. With ffmpeg I create a video from all of these.

    &#xA;

    My code

    &#xA;

    await _flutterFFmpeg.execute(&#x27;-framerate 1 -pattern_type glob -i "$tempPath/*.jpg" $tempPath/$videoFileName.mov&#x27;)&#xA;

    &#xA;

    What I get is a video from all of my images. This works well. But : Many of my images are skewed. So I think I need to crop them. Or is there a function like CSS background-size: cover ?

    &#xA;

    Or can I crop images with Dart before creating the video with ffmpeg ?

    &#xA;

    Thanks for your helo !

    &#xA;

  • FFMpeg Batch Image + Multiple Audio to video

    23 juillet 2020, par Peco

    Im trying to do the following with FFMpeg I want to create multiple videos with one image and different audio files (music albums). These are my own albums so I have rights to do so before you ask. I have 100's of audio files to stick up on youtube.

    &#xA;&#xA;

    Is there a way I can create this in batch so i can just load one image (album cover) and multiple audio files (the album tracks) and get videos to the tracks length automatically ?

    &#xA;&#xA;

    Appreciate any help

    &#xA;