Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (13443)

  • avformat/dhav : Do not evaluate avio_size() multiple times

    6 juin, par Michael Niedermayer
    avformat/dhav : Do not evaluate avio_size() multiple times
    

    Code like FFMIN(MAX_DURATION_BUFFER_SIZE, avio_size(s->pb)) is not safe
    as FFMIN() is a macro and avio_size() is thus evaluated multiple
    times

    Reviewed-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/dhav.c
  • avformat/hls : add option for the m3u8 list load max times

    18 novembre 2019, par Steven Liu
    avformat/hls : add option for the m3u8 list load max times
    

    set max times for load m3u8 when the m3u8 list refresh do not with new
    segments any times.

    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] doc/demuxers.texi
    • [DH] libavformat/hls.c
  • ffmpeg download multiple m3u8 link from txt file

    8 septembre 2023, par Shashank

    I have a list of multiple m3u8 links in a text file. I want to download m3u8 video using ffmpeg from m3u8_urls.txt and want to set output file name from another text file(output_name.txt).

    &#xA;

    I tried ffmpeg but I am able to download only one by one by changing link.

    &#xA;

    I want to loop that process automatically.

    &#xA;