Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (22)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (4871)

  • avutil/opt : fix types passed to the format string "%s"

    8 août 2013, par Michael Niedermayer
    avutil/opt : fix types passed to the format string "%s"
    

    Fixes gcc warnings
    Fixes CID1061056
    Fixes CID1061057

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/opt.c
  • avformat/utils : Make ff_data_to_hex() zero-terminate the string

    5 décembre 2021, par Andreas Rheinhardt
    avformat/utils : Make ff_data_to_hex() zero-terminate the string
    

    Most callers want it that way anyway.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/hls.c
    • [DH] libavformat/hlsenc.c
    • [DH] libavformat/httpauth.c
    • [DH] libavformat/internal.h
    • [DH] libavformat/movenc.c
    • [DH] libavformat/omadec.c
    • [DH] libavformat/rtmpproto.c
    • [DH] libavformat/sdp.c
    • [DH] libavformat/takdec.c
    • [DH] libavformat/utils.c
  • avformat : use ff_standardize_creation_time for formats writing all format string...

    28 février 2016, par Marton Balint
    avformat : use ff_standardize_creation_time for formats writing all format string metadata
    

    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/apetag.c
    • [DH] libavformat/cafenc.c
    • [DH] libavformat/flvenc.c
    • [DH] libavformat/id3v2enc.c
    • [DH] libavformat/lrcenc.c
    • [DH] libavformat/nutenc.c
    • [DH] libavformat/smjpegenc.c
    • [DH] libavformat/wtvenc.c