Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (45)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • lavc/cbs_av1 : restore CodedBitstreamAV1Context when AVERROR(ENOSPC)

    28 septembre 2022, par Haihao Xiang
    lavc/cbs_av1 : restore CodedBitstreamAV1Context when AVERROR(ENOSPC)
    

    The current pbc might be small for an obu frame, so a new pbc is
    required then parse this obu frame again. Because
    CodedBitstreamAV1Context has already been updated for this obu frame, we
    need to restore CodedBitstreamAV1Context, otherwise
    CodedBitstreamAV1Context doesn't match this obu frame when parsing obu
    frame again, e.g. CodedBitstreamAV1Context.order_hint.

    $ ffmpeg -i input.ivf -c:v copy -f null -
    [...]
    [av1_frame_merge @ 0x558bc3d6f880] ref_order_hint[i] does not match
    inferred value : 20, but should be 22.
    [av1_frame_merge @ 0x558bc3d6f880] Failed to write unit 1 (type 6).
    [av1_frame_merge @ 0x558bc3d6f880] Failed to write packet.
    [obu @ 0x558bc3d6e040] av1_frame_merge filter failed to send output
    packet

    Reviewed-by : James Almer <jamrial@gmail.com>
    Reviewed-by : Wenbin Chen <wenbin.chen@intel.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/cbs_av1.c
  • Merge commit ’e02e2515b24bfc37ede6ca1744696230be55e50b’

    20 mars 2017, par Clément Bœsch
    Merge commit ’e02e2515b24bfc37ede6ca1744696230be55e50b’
    

    * commit ’e02e2515b24bfc37ede6ca1744696230be55e50b’ :
    nvenc : Add some easier to understand presets that match x264 terminology

    This commit is a noop, see a81b000a392e5c7119d2eddb3f4c90ab9f1e0554 and
    faffff88c21c24765e5a3c87ffc657b191c4efc0.

    Merged-by : Clément Bœsch <u@pkh.me>

  • Merge commit ’99ddeddc7fc996c0c1e842112928490e78542bd5’

    30 mars 2017, par Clément Bœsch
    Merge commit ’99ddeddc7fc996c0c1e842112928490e78542bd5’
    

    * commit ’99ddeddc7fc996c0c1e842112928490e78542bd5’ :
    ituh263dec : Have function signature match across declaration and definition

    This commit is a noop, see 2d2b363c652403ac0bda129912e1910aacdaa3fc

    Merged-by : Clément Bœsch <cboesch@gopro.com>