Recherche avancée

Médias (0)

Mot : - Tags -/page unique

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (81)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (11374)

  • What is the pixel format of AV_PIX_FMT_CUDA in GPU memory and how to convert to BGR format in OpenCV ?

    31 janvier 2023, par cyw

    I an trying to decode a H264 RTSP stream using GPU hardware decoder and retrieve the image pointer in GPU memory and place it in cv::cuda::GpuMat to avoid CPU transfers.

    


    I received the frame and the pixel format is AV_PIX_FMT_CUDA.

    


    ret = avcodec_receive_frame(avctx, frame);
const char* gpu_pixfmt = av_get_pix_fmt_name((AVPixelFormat)frame->format); //AV_PIX_FMT_CUDA


    


    Without knowing the image format, I am unable to display the image correctly.

    


    cv::cuda::GpuMat dimage(sw_frame->height, sw_frame->width, CV_8UC2, frame->data[0]);
cv::Mat himage;
dimage.download(himage);
cv::cvtColor(himage, himage, cv::COLOR_YUV2BGR_UYVY);
cv::imshow("image", himage);


    


    Any idea what is the pixel format and how to decode it correctly to BGR using opencv ?

    


    Thanks in advance.

    


  • avformat/mxfenc : Allow overriding /manual setting of the signal standard

    6 juin 2015, par Michael Niedermayer
    avformat/mxfenc : Allow overriding /manual setting of the signal standard
    

    previous patch reviewed-by : tim nicholson <nichot20@yahoo.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mxfenc.c
  • Anomalie #3454 : Document joint a un nouvel article

    19 mai 2015

    je confirme et reproduis le bug.

    en SPIP 3.0.17 on n’a pas ce problème
    le bug apparait à partir de SPIP 3.0.19

    si on crée un article sans l’enregistrer et on ajoute un document, une fois uploadé, le document n’apparait pas en vignette
    (même si l’upload du fichier a bien fonctionné car le fichier apparait bien dans la médiathèque)