Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • avformat/unix : fix handling of EOF in case of SOCK_STREAM.

    20 mars 2018, par Bela Bodecs
    avformat/unix : fix handling of EOF in case of SOCK_STREAM.
    

    When recv() returns 0 in case of SOCK_STREAM type, it means EOF and with
    this patch returns value accordingly.

    Signed-off-by : Bela Bodecs <bodecsb@vivanet.hu>

    • [DH] libavformat/unix.c
  • Convert m3u8 File URL to a GIF File [closed]

    30 juin 2023, par nxsi

    I have a m3u8 File URL that I got using the MusicKit API (Apple Music) which is an animated cover art for an album. (A quick side question on that. Is m3u8 the only format that Apple Music returns for animated cover arts ?)

    &#xA;

    So, Now that I have that m3u8 file URL, I want to convert it to a GIF for the ease of use of GIFs.&#xA;I've tried using ffmpeg but I don't really seem to make it work at all with NodeJS.

    &#xA;

    Here is a sample File URL of what Apple Music returns (https://mvod.itunes.apple.com/itunes-assets/HLSMusic116/v4/cb/ac/9e/cbac9e42-0c8a-9798-0016-52ce447cdc78/P359486356_default.m3u8)

    &#xA;

    TLDR ;&#xA;1- Is m3u8 the only format of animated cover arts that the MusicKit api returns ?&#xA;2- Can I convert that m3u8 file URL to a GIF, If so, How ?&#xA;3- Are there any other ways than ffmpeg to use in NodeJS ?

    &#xA;

    I've tried using ffmpeg and the furthest I got was a GIF that was corrupted and not done correctly.&#xA;Here is the command I tried :

    &#xA;

    ffmpeg -i "https://mvod.itunes.apple.com/itunes-assets/HLSMusic116/v4/cb/ac/9e/cbac9e42-0c8a-9798-0016-52ce447cdc78/P359486356_default.m3u8" -vf "fps=10,scale=320:-1:flags=lanczos" output.gif&#xA;

    &#xA;

  • Anomalie #3064 (Fermé) : recherche nom rubrique avec quote pas pris en compte

    11 août 2014, par cedric -

    Je ne reproduis pas, ni en SQLite, ni en MySQL, y compris sur contrib.spip.net : il suffit de chercher "l’espace" dans le selecteur ajax pour que remontent bien les rubriques avec "l’espace privé" dans le titre.
    Je pense que ton problème vient plutôt que le titre de la rubrique concerné ne contient pas un quote droit "’" mais une variante récupérée d’un copier-coller depuis Word ou autre.

    Par contre il y avait bien une recherche par id_rubrique de prévue, mais elle était non fonctionnelle ; il suffit d’indiquer le numéro de rubrique dans le champ de la recherche, et celle-ci apparait en premier dans la liste.