Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (71)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (3658)

  • avio : add detail to avio_printf() size warning

    24 décembre 2015, par Reynaldo H. Verdejo Pinochet
    avio : add detail to avio_printf() size warning
    

    Previous "currently size is limited" didn’t give away
    much in terms of useful info.

    Signed-off-by : Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>

    • [DH] libavformat/avio.h
    • [DH] libavformat/aviobuf.c
  • avcodec/hevc_parser : remove HEVCContext usage

    30 avril 2017, par James Almer
    avcodec/hevc_parser : remove HEVCContext usage
    

    This gets rid of the duplicate, limited parser.

    Reviewed-by : Hendrik Leppkes <h.leppkes@gmail.com>
    Reviewed-by : Aaron Levinson <alevinsn@aracnet.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/hevc_parser.c
  • How can I remove “original display aspect ratio 16:9” from a mp4 file using ffmpeg ?

    21 juin 2020, par Михаил Бурд

    I wish to remove the Original display aspect ratio entry from the video section.

    &#xA;

    Video&#xA;ID                                       : 2&#xA;Format                                   : DV&#xA;Format settings, wrapping mode           : Frame&#xA;Codec ID                                 : 0D01030102020201-0401020202010200&#xA;Duration                                 : 1 h 34 min&#xA;Bit rate mode                            : Constant&#xA;Bit rate                                 : 24.4 Mb/s&#xA;Width                                    : 720 pixels&#xA;Height                                   : 576 pixels&#xA;Display aspect ratio                     : 4:3&#xA;Original display aspect ratio            : 16:9&#xA;Frame rate mode                          : Constant&#xA;Frame rate                               : 25.000 FPS&#xA;Standard                                 : PAL&#xA;Color space                              : YUV&#xA;Chroma subsampling                       : 4:2:0&#xA;Bit depth                                : 8 bits&#xA;Scan type                                : Interlaced&#xA;Scan order                               : Bottom Field First&#xA;Compression mode                         : Lossy&#xA;Bits/(Pixel*Frame)                       : 2.357&#xA;Time code of first frame                 : 00:00:00:01&#xA;Time code source                         : Subcode time code&#xA;Stream size                              : 16.1 GiB (76%)&#xA;Title                                    : Picture&#xA;Color range                              : Limited&#xA;Transfer characteristics                 : BT.601&#xA;

    &#xA;

    If I want to remove the Original display aspect ratio entry completely, what ffmpeg command can I use to achieve that ?&#xA;Thank you.

    &#xA;