Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (53)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

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

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

Sur d’autres sites (11229)

  • transcoding part anexB bitstream

    30 octobre 2023, par bot.top.pop

    I'm using gohlslib for converting RTMP to HLS, this library gives me HLS and LHS with the transmuxing feature where each segment is of 2s.

    


    But I also want to support the ABR, the flow with this is NALUs are packed in either AVCC or AnexB format and stored in fmp4 parts. []parts make one segment.

    


    I was thinking if I could be able to transcode this anexB or AVCC stream format after its packed into fmp4.
I tried to check what's packed in parts and stored the output as .h264 file.

    


    The first part of a segment has NALUs in this order SPS PPS SPS PPS slice of IDR slice of non-IDR...
but the later parts that are created don't have it.

    


    Only the 1st part of every segment has SPS PPS SPS PPS slice of IDR.

    


    I may be wrong to say that this is what raw .h264 content.

    


    My question is, is it even possible to transcode such part files using Go or CXX while maintaining same PTS and DTS of the transmuxed parts/segment

    


  • avfilter/yadif_common : factorize some part of the config_output and the uninit functions

    25 janvier 2024, par Marton Balint
    avfilter/yadif_common : factorize some part of the config_output and the uninit functions
    

    This unifies slightly diverged code and ensures that cc_fifo is always initialized.

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

    • [DH] libavfilter/vf_bwdif.c
    • [DH] libavfilter/vf_bwdif_cuda.c
    • [DH] libavfilter/vf_bwdif_vulkan.c
    • [DH] libavfilter/vf_yadif.c
    • [DH] libavfilter/vf_yadif_cuda.c
    • [DH] libavfilter/vf_yadif_videotoolbox.m
    • [DH] libavfilter/yadif.h
    • [DH] libavfilter/yadif_common.c
  • avformat/mov : factorize reading the main part of the chnl atom to mov_chan

    9 février 2024, par Marton Balint
    avformat/mov : factorize reading the main part of the chnl atom to mov_chan
    

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

    • [DH] libavformat/mov.c
    • [DH] libavformat/mov_chan.c
    • [DH] libavformat/mov_chan.h