Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (35)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

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

Sur d’autres sites (9719)

  • FFMPEG Hwaccel error with -hwaccel_output_format [closed]

    28 février 2024, par Alex

    I have Nvidia 1050Ti gpu

    


    I test ffmpeg with cuda

    


    ffmpeg -hwaccel nvdec -hwaccel_output_format cuda  -i input.mp4 -y  \ 
-c:v h264_nvenc -c:a libmp3lame -b:v 3M \
-filter_complex hwdownload,scale=w=iw*min(1280/iw\,720/ih):h=ih*min(1280/iw\,720/ih),hwupload out.mp4


    


    Error :

    


    [hwupload @ 00000199b49c1080] A hardware device reference is required to upload frames to.
[Parsed_hwupload_2 @ 000001999ba8ee80] Query format failed for 'Parsed_hwupload_2': Invalid argument
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:0
Conversion failed!


    


    I want full hardware transcode without using CPU.

    


  • Is ffmpeg support GPU acceleration on Jetson platform ?

    1er octobre 2020, par Vincent_Wang

    I want to run ZoneMinder on Jetson nano as an IP CAM server, but it seems that Jetson nano can not handle many cams which are using ffmpeg decode, if I open three cams on ZoneMinder, CPU usage is always 100%, but GPU usage is 0%, and I can not open more cams.

    


    In this discussion https://forums.developer.nvidia.com/t/ffmpeg-using-hardware-gpu-cuda/72312, the NV Moderator said that

    


    


    ffmpeg with GPU support is not enabled on Jetson platform ...

    


    


    NVENC/NVDEC can help ffmpeg acceleration, but these hardware blocks is on CPU, not on GPU.

    


    but I found a repo https://github.com/jocover/jetson-ffmpeg, is this repo can use GPU acceleration ? Because I tried but didn't work(still using NVENC/NVDEC acceleration of CPU).

    


    If GPU on Jetson nano is sure that can not support ffmpeg acceleration, but I want to use ZoneMinder, is there a better way to solve this problem ? e.g. using GStreamer ?

    


  • lavc/flacdsp : R-V V LPC32

    15 novembre 2023, par Rémi Denis-Courmont
    lavc/flacdsp : R-V V LPC32
    

    The entire set of 32 coefficients and corresponding past 32 samples can
    fit in a single vector (with LMUL=8) exactly, but... since widening
    double the needed vector sizes, we still end up too short with 128-bit
    vectors. This adds a very simple version for future 256+-bit hardware,
    and for pred_orders values up to 16, and a bit more involved loop for
    for 128-bit hardware with pred_orders between 17 and 32.

    With 128-bit hardware, the benchmarks look like this :
    flac_lpc_32_13_c : 30152.0
    flac_lpc_32_13_rvv_i32 : 10244.7
    flac_lpc_32_16_c : 37314.2
    flac_lpc_32_16_rvv_i32 : 10126.2
    flac_lpc_32_29_c : 61910.0
    flac_lpc_32_29_rvv_i32 : 14495.2
    flac_lpc_32_32_c : 68204.0
    flac_lpc_32_32_rvv_i32 : 13273.7

    • [DH] libavcodec/riscv/flacdsp_init.c
    • [DH] libavcodec/riscv/flacdsp_rvv.S