Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (111)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

  • FATE : Add test for probing MOV/MP4 files with extended box sizes

    18 mars 2021, par Derek Buitenhuis
    FATE : Add test for probing MOV/MP4 files with extended box sizes
    

    The test sample has to have no file extension, otherwise probing
    happens to work, based off file extension alone, and we want to
    test the actual probing function.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] tests/fate/mov.mak
    • [DH] tests/ref/fate/mov-mp4-extended-atom
  • libswscale : Enable hscale_avx2 for all input sizes.

    15 juillet 2022, par Alan Kelly
    libswscale : Enable hscale_avx2 for all input sizes.
    

    ff_shuffle_filter_coefficients shuffles the tail as required.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libswscale/utils.c
    • [DH] libswscale/x86/swscale.c
    • [DH] tests/checkasm/sw_scale.c
  • Replace av_dlog with normal av_log at trace level

    16 mars 2015, par Vittorio Giovara
    Replace av_dlog with normal av_log at trace level
    

    This applies to every library where performance is not critical.

    • [DH] avplay.c
    • [DH] libavdevice/dv1394.c
    • [DH] libavdevice/fbdev.c
    • [DH] libavfilter/avfilter.c
    • [DH] libavfilter/internal.h
    • [DH] libavfilter/setpts.c
    • [DH] libavfilter/vf_crop.c
    • [DH] libavfilter/vf_drawtext.c
    • [DH] libavfilter/vf_fieldorder.c
    • [DH] libavfilter/vsrc_movie.c
    • [DH] libavformat/asfdec.c
    • [DH] libavformat/assdec.c
    • [DH] libavformat/avidec.c
    • [DH] libavformat/flvdec.c
    • [DH] libavformat/hevc.c
    • [DH] libavformat/http.c
    • [DH] libavformat/ipmovie.c
    • [DH] libavformat/isom.c
    • [DH] libavformat/mmsh.c
    • [DH] libavformat/mmst.c
    • [DH] libavformat/mov.c
    • [DH] libavformat/mov_chan.c
    • [DH] libavformat/mpeg.c
    • [DH] libavformat/mpegenc.c
    • [DH] libavformat/mpegts.c
    • [DH] libavformat/mpegtsenc.c
    • [DH] libavformat/mux.c
    • [DH] libavformat/mxfdec.c
    • [DH] libavformat/mxfenc.c
    • [DH] libavformat/nsvdec.c
    • [DH] libavformat/oggdec.c
    • [DH] libavformat/r3d.c
    • [DH] libavformat/rmdec.c
    • [DH] libavformat/rtmpproto.c
    • [DH] libavformat/rtpdec.c
    • [DH] libavformat/rtpdec_hevc.c
    • [DH] libavformat/rtpenc.c
    • [DH] libavformat/rtsp.c
    • [DH] libavformat/rtspdec.c
    • [DH] libavformat/utils.c
    • [DH] libavresample/audio_convert.c
    • [DH] libavresample/audio_mix.c
    • [DH] libavresample/resample.c
    • [DH] libavresample/utils.c