Recherche avancée

Médias (91)

Autres articles (44)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (6040)

  • libavcodec/qsvenc : fixy typo for min/max qp reset

    23 septembre 2022, par Dmitry Rogozhkin
    libavcodec/qsvenc : fixy typo for min/max qp reset
    

    Fixes : 005c7a4 ("libavcodec/qsvenc : Add max/min qp reset support in qsvenc")

    Reviewed-by : Wenbin Chen <wenbin.chen@intel.com>
    Signed-off-by : Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>

    • [DH] libavcodec/qsvenc.c
  • lavc/qsvenc : disable h264 look_ahead by default

    1er mars 2018, par Zhong Li
    lavc/qsvenc : disable h264 look_ahead by default
    

    Look_ahead can provide quality improvements, but would better disable it by default due to some reasons :
    1. It is only available for some codecs (e.g. HEVC is not supported) on Intel
    Haswell and plus platforms. Thus means it will be failed on some platforms.
    2. It significantly increases encoding latency and memory consumption.
    3. It may overwrite some other options such as CBR and CAVLC.

    Signed-off-by : Zhong Li <zhong.li@intel.com>
    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavcodec/qsvenc_h264.c
  • lavc/qsvenc : make sure continuous allocation

    18 mai 2023, par Haihao Xiang
    lavc/qsvenc : make sure continuous allocation
    

    Intel MediaSDK and oneVPL expect continuous allocation for data[i],
    however there are mandatory padding bytes between data[i] and data[i+1].
    when calling av_frame_get_buffer. This patch removes all extra padding
    bytes.

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/qsvenc.c