Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (104)

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

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

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

  • avfilter/vf_psnr : remove unnecessary check

    13 mars 2021, par Limin Wang
    avfilter/vf_psnr : remove unnecessary check
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavfilter/vf_psnr.c
  • avfilter/dnn/dnn_backend_tf : simplify the code with ff_hex_to_data

    28 avril 2021, par Limin Wang
    avfilter/dnn/dnn_backend_tf : simplify the code with ff_hex_to_data
    

    please use tools/python/tf_sess_config.py to get the sess_config after that.
    note the byte order of session config is in normal order.
    bump the MICRO version for the config change.

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavfilter/dnn/dnn_backend_tf.c
    • [DH] libavfilter/version.h
    • [DH] tools/python/tf_sess_config.py
  • avformat/mxfdec : set toolkit version metadata

    1er février 2021, par Limin Wang
    avformat/mxfdec : set toolkit version metadata
    

    Please check the string of toolkit version with below command :
    ./ffmpeg -i ../fate-suite/mxf/Sony-00001.mxf -c:v copy -c:a copy out.mxf
    ./ffmpeg -i out.mxf
    ....
    toolkit_version : 58.65.101.0.0

    Reviewed-by : Tomas Härdin <tjoppen@acc.umu.se>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/mxfdec.c
    • [DH] tests/ref/fate/mxf-probe-applehdr10
    • [DH] tests/ref/fate/mxf-probe-dnxhd