Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (103)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (7431)

  • avcodec/pcm-blurayenc : Don't presume every channel layout to be native

    18 septembre 2022, par Andreas Rheinhardt
    avcodec/pcm-blurayenc : Don't presume every channel layout to be native
    

    The pcm_bluray encoder has AVCodec.ch_layouts set, so that
    ff_encode_preinit() checks that the channel layout in use
    is equivalent to one of the layouts from AVCodec.ch_layouts.
    Yet equivalent is not the same as identical ; in particular,
    custom layouts equivalent to native layouts are possible
    (and necessary if one wants to use the name/opaque fields
    with an ordinary channel layout), so one must not simply
    use AVChannelLayout.u.mask. Use av_channel_layout_subset()
    instead.

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

    • [DH] libavcodec/pcm-blurayenc.c
  • avcodec/mips : Improve hevc bi hz and hv mc msa functions

    27 octobre 2017, par Kaustubh Raste
    avcodec/mips : Improve hevc bi hz and hv mc msa functions
    

    Align the mask buffer.

    Signed-off-by : Kaustubh Raste <kaustubh.raste@imgtec.com>
    Reviewed-by : Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/hevc_mc_bi_msa.c
  • avcodec/mips : Improve hevc non-uni hv mc msa functions

    6 novembre 2017, par Kaustubh Raste
    avcodec/mips : Improve hevc non-uni hv mc msa functions
    

    Use mask buffer.

    Signed-off-by : Kaustubh Raste <kaustubh.raste@imgtec.com>
    Reviewed-by : Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/hevcdsp_msa.c