Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (51)

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

  • Merge commit ’b72727a5248f1ef02db99b378dce1eb48a46357a’

    6 décembre 2014, par Michael Niedermayer
    Merge commit ’b72727a5248f1ef02db99b378dce1eb48a46357a’
    

    * commit ’b72727a5248f1ef02db99b378dce1eb48a46357a’ :
    lavc : mention that the parser callback never returns an error

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/avcodec.h
  • vulkan_shaderc : fix error reporting for certain errors

    23 juillet 2024, par Lynne
    vulkan_shaderc : fix error reporting for certain errors
    

    The issue is that shaderc_result_get_num_errors may sometime
    return 0 even when shaderc_result_get_compilation_status returns
    a non-zero error code.
    Since we use the result from the former, override the status
    if it returned 0.

    • [DH] libavfilter/vulkan_shaderc.c
  • (ffmpeg) : Failed to read frame size : Could not seek to 1026

    24 mai 2021, par UserUNP

    I was trying to convert Midi files to Mp3 files using timidity and ffmpeg&#xA;using this command

    &#xA;

    python -m timidity play.mid -Ow -o - | ffmpeg -i - -acodec libmp3lame -ab 64k play.mp3&#xA;

    &#xA;

    so I can use it in my Discord bot, but whenever I execute the command, it always returns this error that I couldn't understand

    &#xA;

    [mp3 @ 0x56226d7e0440] Format mp3 detected only with low score of 1, misdetection possible!&#xA;[mp3 @ 0x56226d7e0440] Failed to read frame size: Could not seek to 1026.&#xA;play.mp3: Invalid argument&#xA;

    &#xA;

    If you have any idea to what this means or how can I fix it then please give me an Answer, thanks !

    &#xA;