Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (111)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (7137)

  • avfilter/avf_showcqt : Replace all fmin* and fmax* by FFMIN/FFMAX

    31 octobre 2015, par Michael Niedermayer
    avfilter/avf_showcqt : Replace all fmin* and fmax* by FFMIN/FFMAX
    

    Should fix build on x86_32-msvc2012

    The alternative of emulating fmin/fmax* turns out to be non trivial

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/avf_showcqt.c
  • avformat/mov : Error on too large stsd entry counts.

    31 août 2018, par Dale Curtis
    avformat/mov : Error on too large stsd entry counts.
    

    Entries are always at least 8 bytes per the parsing code, so if we
    see an impossible entry count avoid massive allocations. This is
    similar to an existing check in mov_read_stsc().

    Since ff_mov_read_stsd_entries() does eof checks, an alternative
    approach could be to clamp the entry count to atom.size / 8.

    Signed-off-by : Dale Curtis <dalecurtis@chromium.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c
  • lavf/dashenc.c : Fix creating audio-only HLS playlists

    20 mai 2021, par Przemysław Sobala
    lavf/dashenc.c : Fix creating audio-only HLS playlists
    

    With audio/video HLS playlists, audio chunklists are treated as
    alternative renditions for video chunklists. This is wrong for
    audio-only HLS playlists.

    fixes : 9252

    • [DH] libavformat/dashenc.c