Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (85)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (8998)

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