Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (12)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (4266)

  • 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;