Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (88)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

Sur d’autres sites (9308)

  • doc/APIchanges : Fill in missing things

    3 janvier 2022, par Michael Niedermayer
    doc/APIchanges : Fill in missing things
    

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/APIchanges
  • doc/APIchanges : fill in FFmpeg hashes & versions

    10 février 2014, par Michael Niedermayer
    doc/APIchanges : fill in FFmpeg hashes & versions
    

    Entries that have no hash at all are not filled in

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/APIchanges
  • How to fill 'extradata' field of AVCodecContext with SPS and PPS data ?

    13 mai 2016, par Zhe Chen

    Here is the problem : When decoding H264 stream with ffmpeg, I can obtain raw data of SPS and PPS but I have no idea how to fill them into the extradata field of AVCodecContext. Without extradata, I can’t decode frames properly. Every time I call avcodec_decodec_video2, the return value is positive but the got_picture flag is always zero. Can anyone kindly help me with this issue ?

    The stream I am dealing with looks like this :

    [0x67]...[0x68]...[0x61]...[0x61]...  .......  [0x61]...[0x67]...[0x68]...  ......

    Thanks in advance !