Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (96)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (13639)

  • fftools/ffmpeg_mux_init : do not export forced_keyframes_const_names[]

    24 septembre 2024, par Anton Khirnov
    fftools/ffmpeg_mux_init : do not export forced_keyframes_const_names[]
    

    It is only used in this file.

    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_mux_init.c
  • avformat/asfdec_o : Export metadata that applies to the whole file

    12 novembre 2020, par Andreas Rheinhardt
    avformat/asfdec_o : Export metadata that applies to the whole file
    

    The ASF specification of Metadata Objects' stream number is as follows :

    "Specifies whether the entry applies to a specific digital media stream
    or whether it applies to the whole file. A value of 0 in this field
    indicates that it applies to the whole file ; otherwise, the entry
    applies only to the indicated stream number and must be between 1 and
    127."

    Yet the asf_o demuxer (the one originating from Libav) has always
    treated such metadata as if it applied to a stream even though no stream
    with a stream number may exist in a valid ASF file. This is fixed in
    this commit ; it affected e.g. the file
    wma_with_metadata_library_object_tag_trimmed.wma from the FATE suite.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/asfdec_o.c
  • avformat/http: export http_version from response

    26 décembre 2017, par Aman Gupta
    avformat/http: export http_version from response
    

    Can be used by the api user to figure out what http features the server supports based on the response received.

    Signed-off-by : Aman Gupta <aman@tmm1.net>

    • [DH] doc/protocols.texi
    • [DH] libavformat/http.c