Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (26)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

Sur d’autres sites (6066)

  • lavc/qsvenc : enlarge the SPS buffer to retrieve larger header

    23 août 2022, par gavin zhang
    lavc/qsvenc : enlarge the SPS buffer to retrieve larger header
    

    Increase SPS header buffer to support larger header

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

    • [DH] libavcodec/qsvenc.c
  • libavcodec/qsvdec : use the parameter from decodeHeader to configure surface

    11 février 2022, par Wenbin Chen
    libavcodec/qsvdec : use the parameter from decodeHeader to configure surface
    

    MSDK recognizes both yuv420p10 and yuv420p9 as MFX_FOURCC_P010, but
    parameters are different. When decode yuv420p9 video, ffmpeg-qsv will use
    yuv420p10le to configure surface which is different with param from
    DecoderHeader and this will lead to error. Now change it use
    param from decoderHeader to configure surface.

    Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/qsvdec.c
  • lavfi/vaapi_vpp : Use dynamic frame pool in outlink if possible

    26 mars 2024, par Haihao Xiang
    lavfi/vaapi_vpp : Use dynamic frame pool in outlink if possible
    

    This can avoid to exhaust the buffers within outlink when libva2 is
    available.

    For example :
    $ ffmpeg -hwaccel_output_format vaapi -hwaccel vaapi -i input.mp4 \
    - vf 'scale_vaapi=w=720:h=480' -c:v hevc_vaapi -f null -
    ...
    [vf#0:0 @ 0x55acad91f400] Error while filtering : Cannot allocate memory
    [vf#0:0 @ 0x55acad91f400] Task finished with error code : -12 (Cannot
    allocate memory)
    [vf#0:0 @ 0x55acad91f400] Terminating thread with return code -12
    (Cannot allocate memory)

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

    • [DH] libavfilter/vaapi_vpp.c