Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (41)

  • ANNEXE : Les extensions, plugins SPIP des canaux

    11 février 2010, par

    Un plugin est un ajout fonctionnel au noyau principal de SPIP. MediaSPIP consiste en un choix délibéré de plugins existant ou pas auparavant dans la communauté SPIP, qui ont pour certains nécessité soit leur création de A à Z, soit des ajouts de fonctionnalités.
    Les extensions que MediaSPIP nécessite pour fonctionner
    Depuis la version 2.1.0, SPIP permet d’ajouter des plugins dans le répertoire extensions/.
    Les "extensions" ne sont ni plus ni moins que des plugins dont la particularité est qu’ils se (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

Sur d’autres sites (4914)

  • avutil : remove deprecated FF_API_H274_FILM_GRAIN_VCS

    19 février, par James Almer
    avutil : remove deprecated FF_API_H274_FILM_GRAIN_VCS
    

    Deprecated since 2024-03-23.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/h2645_sei.c
    • [DH] libavutil/film_grain_params.h
    • [DH] libavutil/version.h
  • Correct syntax for using ffmpeg CUDA to crop and scale videos [closed]

    9 septembre 2024, par Stuart

    My NVIDIA and FFMPEG configuration is as follows :

    &#xA;

    Linux TestBox1 6.8.0-41-generic #41-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 2 20:41:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

    &#xA;

    NVIDIA-Linux-x86_64-560.31.02

    &#xA;

    ffmpeg version git-2024-08-19-507c2a577&#xA;encoders:&#xA; V....D av1_nvenc            NVIDIA NVENC av1 encoder (codec av1)&#xA; V....D h264_nvenc           NVIDIA NVENC H.264 encoder (codec h264)&#xA; V....D hevc_nvenc           NVIDIA NVENC hevc encoder (codec hevc)&#xA;decoders:&#xA; V..... av1_cuvid            Nvidia CUVID AV1 decoder (codec av1)&#xA; V..... h264_cuvid           Nvidia CUVID H264 decoder (codec h264)&#xA; V..... hevc_cuvid           Nvidia CUVID HEVC decoder (codec hevc)&#xA; V..... mjpeg_cuvid          Nvidia CUVID MJPEG decoder (codec mjpeg)&#xA; V..... mpeg1_cuvid          Nvidia CUVID MPEG1VIDEO decoder (codec mpeg1video)&#xA; V..... mpeg2_cuvid          Nvidia CUVID MPEG2VIDEO decoder (codec mpeg2video)&#xA; V..... mpeg4_cuvid          Nvidia CUVID MPEG4 decoder (codec mpeg4)&#xA; V..... vc1_cuvid            Nvidia CUVID VC1 decoder (codec vc1)&#xA; V..... vp8_cuvid            Nvidia CUVID VP8 decoder (codec vp8)&#xA; V..... vp9_cuvid            Nvidia CUVID VP9 decoder (codec vp9)&#xA;filters:&#xA; ... bilateral_cuda    V->V       GPU accelerated bilateral filter&#xA; T.. bwdif_cuda        V->V       Deinterlace CUDA frames&#xA; ... chromakey_cuda    V->V       GPU accelerated chromakey filter&#xA; ... colorspace_cuda   V->V       CUDA accelerated video color converter&#xA; ..C crop              V->V       Crop the input video.&#xA; T.C cropdetect        V->V       Auto-detect crop size.&#xA; ... hwupload_cuda     V->V       Upload a system memory frame to a CUDA device.&#xA; ... overlay_cuda      VV->V      Overlay one video on top of another using CUDA&#xA; ... scale_cuda        V->V       GPU accelerated video resizer&#xA; ... scale_npp         V->V       NVIDIA Performance Primitives video scaling and format conversion&#xA; ... scale2ref_npp     VV->VV     NVIDIA Performance Primitives video scaling and format conversion to the given reference.&#xA; ... sharpen_npp       V->V       NVIDIA Performance Primitives video sharpening filter.&#xA; ... thumbnail_cuda    V->V       Select the most representative frame in a given sequence of consecutive frames.&#xA; ... transpose_npp     V->V       NVIDIA Performance Primitives video transpose&#xA; T.. yadif_cuda        V->V       Deinterlace CUDA frames&#xA;

    &#xA;

    I would like to be able to use CUDA to crop and scale videos but I cannot find the correct syntax.&#xA;My efforts usually work in terms of the scale but not the crop, here is an example of the type of problems I have been having :

    &#xA;

    The source file in this example is a short mpeg2 video (960x540 with black bars top and bottom). The command is currently run from a bash script.

    &#xA;

    ffmpeg -y -hwaccel cuda -hwaccel_output_format cuda -c:v mpeg2_cuvid -crop 960x408x0x66 -i $1 -vf scale_npp=1280x544 -c:a copy -c:v h264_nvenc -b:v 2M -preset slow $2&#xA;

    &#xA;

    This is throwing the following error :

    &#xA;

    [mpeg2_cuvid @ 0x5e6d9deb56c0] cuvid decode callback error&#xA;[vist#0:0/mpeg2video @ 0x5e6d9de85b40] [dec:mpeg2_cuvid @ 0x5e6d9de7b7c0] Decoding error:        Generic error in an external library&#xA;

    &#xA;

    Have I a problem with my ffmpeg build, should the list of filters include something like crop_cuda or crop_npp or have I just got the wrong syntax to perform everything on the GPU (is it even possible).

    &#xA;

  • How to Identify the Version of ffmpeg.dll in WebView2 Runtime Fixed Version

    19 février, par Po-Sen

    I am currently using the WebView2 runtime fixed version. After expanding the package, I found multiple DLL files, including ffmpeg.dll.

    &#xA;

    In the file properties, the file version is displayed as 0.0.0.0, and the only version-related information I can see is the product version : git-2024-04-25-e3581fa2dd.

    &#xA;

    enter image description here

    &#xA;

    This format is different from the numeric versioning scheme I see on the official FFmpeg website : https://ffmpeg.org/download.html#releases.

    &#xA;

    enter image description here

    &#xA;

    I want to trace the exact FFmpeg version used in this WebView2 distribution.&#xA;Initially, I assumed e3581fa2dd was a Git commit SHA. However, after cloning the FFmpeg repository from https://git.ffmpeg.org/ffmpeg.git, I could not find this commit.

    &#xA;

    Our product was recently scanned and found to contain FFmpeg version 3.4.2, which has known CVE security vulnerabilities. Therefore, we want to clarify the actual version of FFmpeg included in the WebView2 runtime.

    &#xA;

    How can I determine the version of ffmpeg.dll included in WebView2 runtime fixed version ?

    &#xA;