Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (59)

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

  • avcodec/options_table : make AVCodecContext->profile search for child constants

    10 mai 2020, par Marton Balint
    avcodec/options_table : make AVCodecContext->profile search for child constants
    

    This change makes it possible for child encoders to define custom profile
    option names which can be used for setting the AVCodecContext->profile.

    Also rename unit name to something rather unique, so it won't be used elsewhere.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] doc/codecs.texi
    • [DH] libavcodec/options_table.h
  • avformat/mpegtsenc : set stream_id correctly based on KLV profile selected

    27 mai 2020, par Brad Hards
    avformat/mpegtsenc : set stream_id correctly based on KLV profile selected
    

    Previously we always set STREAM_TYPE_PRIVATE_DATA, and that remains
    the default value.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mpegtsenc.c
  • avcodec : add constants for KLV pseudo-profile.

    27 mai 2020, par Brad Hards
    avcodec : add constants for KLV pseudo-profile.
    

    There are two different ways KLV is used in MISB specs - sync and async.
    The corresponding text (in ST1401) says :

    ISO/IEC 13818-1 Table-34 defines a stream_type = 0x15 for “Metadata carried in PES packets,”
    and Table 2-22 defines a stream_id = 0xFC for “metadata stream.”

    and

    In ISO/IEC 13818-1, Table-34 defines a stream_type = 0x06 for “PES packets containing private
    data,” and Table 2-22 defines a stream_id = 0xBD for “private_stream_1.”

    These constants allow us to distinguish the two cases, as codec profiles.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavcodec/avcodec.h