Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (84)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (9802)

  • Count frames in H.264 bitstream

    12 novembre 2013, par user620297

    How to count/detect frames (pictures) in raw H.264 bitstream ? I know there are 5 VCL NALU types but I don't know how to rec(k)ognize sequence of them as access unit. I suppose detect a frame means detect an access unit as access unit is

    A set of NAL units that are consecutive in decoding order and contain
    exactly one primary coded picture. In addition to the primary coded
    picture, an access unit may also contain one or more redundant coded
    pictures, one auxiliary coded picture, or other NAL units not
    containing slices or slice data partitions of a coded picture. The
    decoding of an access unit always results in a decoded picture.

    I want it to know what is the FPS of live stream out to server.

  • Count frames in H.264 bitstream

    29 octobre 2018, par user500

    How to count/detect frames (pictures) in raw H.264 bitstream ? I know there are 5 VCL NALU types but I don’t know how to rec(k)ognize sequence of them as access unit. I suppose detect a frame means detect an access unit as access unit is

    A set of NAL units that are consecutive in decoding order and contain
    exactly one primary coded picture. In addition to the primary coded
    picture, an access unit may also contain one or more redundant coded
    pictures, one auxiliary coded picture, or other NAL units not
    containing slices or slice data partitions of a coded picture. The
    decoding of an access unit always results in a decoded picture.

    I want it to know what is the FPS of live stream out to server.

  • lavc/vvc_ps : Correct NoOutputBeforeRecoveryFlag of IDR

    11 mars 2024, par Fei Wang
    lavc/vvc_ps : Correct NoOutputBeforeRecoveryFlag of IDR
    

    The NoOutputBeforeRecoveryFlag of an IDR frame should be set to 1 as
    spec says in 8.1.1.

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>

    • [DH] libavcodec/vvc/vvc_ps.c