Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (99)

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

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

  • FFMPEG api avformat_find_stream_info does not provide width and height of stream when decoders are disabled

    9 novembre 2022, par Raghavendra Ganiga

    We are using FFMPEG library and we have disabled decoders, demuxers using following using compile time options

    


    --disable-decoders
--disable-demuxers
--enable-demuxer=mov
--enable-demuxer=matroska
--enable-demuxer=mpegts


    


    After putting above options while compilation, we are not getting width and height of video stream using avformat_find_stream_info() API

    


    we do following api sequence to get stream information

    


       avformat_open_input();

    


    then we call

    


    avformat_find_stream_info(format_context, nullptr);

    


    to get stream information, when we try to get width/height of stream we get always zero

    


    format_context->streams[0]->codecpar->width always gives zero

format_context->streams[0]->codecpar->height always gives zero


    


    Is there any other way to get width and height of the stream ?

    


  • Revision b6a3062d81 : Fix incorrect comparison of frame size The width and height stored in the refer

    28 février 2013, par John Koleszar

    Changed Paths : Modify /vp9/encoder/vp9_onyx_if.c Fix incorrect comparison of frame size The width and height stored in the reference frames are padded out to a multiple of 16. The Width and Height variables in common are the displayed size, which may be smaller. The incorrect comparison was (...)

  • Revision d03e974fbd : Bug fix in rd_pick_inter_mode_sb_ Fix the calculation of step size in height.

    6 juin 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Bug fix in rd_pick_inter_mode_sb_

    Fix the calculation of step size in height.

    Change-Id : I0e0c0175f141f5a41214ae51cef233d13942d3c5