Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (58)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • 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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (8392)

  • Add single precision planar RGB pixel formats

    7 juillet 2017, par Vittorio Giovara
    Add single precision planar RGB pixel formats
    

    Add a pixel format flag to identify this family.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] doc/APIchanges
    • [DH] libavutil/pixdesc.c
    • [DH] libavutil/pixdesc.h
    • [DH] libavutil/pixfmt.h
    • [DH] libavutil/version.h
    • [DH] tests/ref/fate/sws-pixdesc-query
  • Fluent FFmpeg Thumbnail Extraction Error : "muxing overhead : unknown, conversion failed"

    21 août 2024, par Abdul Hannan Mahmood

    I'm trying to extract a thumbnail from a video using Fluent FFmpeg, but I'm encountering the error "muxing overhead : unknown, conversion failed." Despite this error, the thumbnail is being generated correctly.

    &#xA;

    Here's my code :

    &#xA;

    const screenshotPath = resolve(`${output}/${videoId}_thumbnail.png`);&#xA;ffmpeg(inputUrl)&#xA;  .screenshots({&#xA;    timestamps: [timestamp],&#xA;    filename: screenshotPath,&#xA;    size: &#x27;640x360&#x27;&#xA;  })&#xA;  .output(screenshotPath)&#xA;  .on(&#x27;error&#x27;, (err) => {&#xA;    log.error(`VideoId:${videoId} -> Error while extracting screenshot`, err);&#xA;  });&#xA;

    &#xA;

    I've already verified the following :

    &#xA;

      &#xA;
    • Input file integrity : The input video file is not corrupted.
    • &#xA;

    • Supported formats : The video format is compatible with Fluent FFmpeg.
    • &#xA;

    • System resources : My system has sufficient resources for the conversion.
    • &#xA;

    • Conversion tool : I'm using the latest version of Fluent FFmpeg.
    • &#xA;

    &#xA;

    Despite these checks, the error persists. I'm wondering if this is a known issue or if there's something else I might be missing.

    &#xA;

  • The error "Failed to query nvenc max version" typically occurs when using FFmpeg on Linux

    28 juillet 2023, par Well Chen

    The error "Failed to query nvenc max version" typically occurs when using FFmpeg with NVIDIA GPU acceleration (hevc_nvenc) on Linux.

    &#xA;

    Does anyone know how to solve this bug ? Thank you very much.

    &#xA;

    The following code is the FFmpeg code I entered, along with the output content.

    &#xA;

    ffmpeg -ss 10:00 -i /www/wwwroot/pyffmpeg/videos/0/011.mp4 -t 20 -r 30 -b:v 4M -an -vcodec hevc_nvenc -y /www/wwwroot/pyffmpeg/videos/post/999.mp4&#xA;ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers&#xA;  built with gcc 8 (GCC)&#xA;  configuration: --extra-cflags=&#x27;-I/usr/local/cuda/include -fPIC &#x27; --extra-ldflags=&#x27;-L/usr/local/cuda/lib64 -ldl &#x27; --pkg-config-flags=--static --enable-shared --enable-gpl --enable-cuvid --enable-nvenc --enable-nonfree --nvcc=&#x27;nvcc=/usr/local/cuda-12.2/bin/nvcc&#x27;&#xA;  WARNING: library configuration mismatch&#xA;  avutil      configuration: --extra-cflags=&#x27;-I/usr/local/cuda-12.2/include -fPIC &#x27; --extra-ldflags=&#x27;-L/usr/local/cuda-12.2/lib64 -ldl &#x27; --pkg-config-flags=--static --enable-shared --enable-gpl --enable-libfreetype --enable-cuvid --enable-nvenc --enable-nonfree --nvcc=/usr/local/cuda-12.2/bin/nvcc --prefix=/usr/local/ffmpeg&#xA;  avcodec     configuration: --extra-cflags=&#x27;-I/usr/local/cuda-12.2/include -fPIC &#x27; --extra-ldflags=&#x27;-L/usr/local/cuda-12.2/lib64 -ldl &#x27; --pkg-config-flags=--static --enable-shared --enable-gpl --enable-libfreetype --enable-cuvid --enable-nvenc --enable-nonfree --nvcc=/usr/local/cuda-12.2/bin/nvcc --prefix=/usr/local/ffmpeg&#xA;  avformat    configuration: --extra-cflags=&#x27;-I/usr/local/cuda-12.2/include -fPIC &#x27; --extra-ldflags=&#x27;-L/usr/local/cuda-12.2/lib64 -ldl &#x27; --pkg-config-flags=--static --enable-shared --enable-gpl --enable-libfreetype --enable-cuvid --enable-nvenc --enable-nonfree --nvcc=/usr/local/cuda-12.2/bin/nvcc --prefix=/usr/local/ffmpeg&#xA;  avdevice    configuration: --extra-cflags=&#x27;-I/usr/local/cuda-12.2/include -fPIC &#x27; --extra-ldflags=&#x27;-L/usr/local/cuda-12.2/lib64 -ldl &#x27; --pkg-config-flags=--static --enable-shared --enable-gpl --enable-libfreetype --enable-cuvid --enable-nvenc --enable-nonfree --nvcc=/usr/local/cuda-12.2/bin/nvcc --prefix=/usr/local/ffmpeg&#xA;  avfilter    configuration: --extra-cflags=&#x27;-I/usr/local/cuda-12.2/include -fPIC &#x27; --extra-ldflags=&#x27;-L/usr/local/cuda-12.2/lib64 -ldl &#x27; --pkg-config-flags=--static --enable-shared --enable-gpl --enable-libfreetype --enable-cuvid --enable-nvenc --enable-nonfree --nvcc=/usr/local/cuda-12.2/bin/nvcc --prefix=/usr/local/ffmpeg&#xA;  swscale     configuration: --extra-cflags=&#x27;-I/usr/local/cuda-12.2/include -fPIC &#x27; --extra-ldflags=&#x27;-L/usr/local/cuda-12.2/lib64 -ldl &#x27; --pkg-config-flags=--static --enable-shared --enable-gpl --enable-libfreetype --enable-cuvid --enable-nvenc --enable-nonfree --nvcc=/usr/local/cuda-12.2/bin/nvcc --prefix=/usr/local/ffmpeg&#xA;  swresample  configuration: --extra-cflags=&#x27;-I/usr/local/cuda-12.2/include -fPIC &#x27; --extra-ldflags=&#x27;-L/usr/local/cuda-12.2/lib64 -ldl &#x27; --pkg-config-flags=--static --enable-shared --enable-gpl --enable-libfreetype --enable-cuvid --enable-nvenc --enable-nonfree --nvcc=/usr/local/cuda-12.2/bin/nvcc --prefix=/usr/local/ffmpeg&#xA;  postproc    configuration: --extra-cflags=&#x27;-I/usr/local/cuda-12.2/include -fPIC &#x27; --extra-ldflags=&#x27;-L/usr/local/cuda-12.2/lib64 -ldl &#x27; --pkg-config-flags=--static --enable-shared --enable-gpl --enable-libfreetype --enable-cuvid --enable-nvenc --enable-nonfree --nvcc=/usr/local/cuda-12.2/bin/nvcc --prefix=/usr/local/ffmpeg&#xA;  libavutil      58.  2.100 / 58.  2.100&#xA;  libavcodec     60.  3.100 / 60.  3.100&#xA;  libavformat    60.  3.100 / 60.  3.100&#xA;  libavdevice    60.  1.100 / 60.  1.100&#xA;  libavfilter     9.  3.100 /  9.  3.100&#xA;  libswscale      7.  1.100 /  7.  1.100&#xA;  libswresample   4. 10.100 /  4. 10.100&#xA;  libpostproc    57.  1.100 / 57.  1.100&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;/www/wwwroot/pyffmpeg/videos/0/011.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 512&#xA;    compatible_brands: isomiso2avc1mp41&#xA;    encoder         : Lavf59.6.100&#xA;  Duration: 00:17:48.83, start: 0.000000, bitrate: 4617 kb/s&#xA;  Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m/bt470bg/bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 4481 kb/s, 30 fps, 30 tbr, 15360 tbn (default)&#xA;    Metadata:&#xA;      handler_name    : ISO Media file produced by Google Inc.&#xA;      vendor_id       : [0][0][0][0]&#xA;  Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default)&#xA;    Metadata:&#xA;      handler_name    : ISO Media file produced by Google Inc.&#xA;      vendor_id       : [0][0][0][0]&#xA;Stream mapping:&#xA;  Stream #0:0 -> #0:0 (h264 (native) -> hevc (hevc_nvenc))&#xA;Press [q] to stop, [?] for help&#xA;[hevc_nvenc @ 0x2a577790] Failed to query nvenc max version: unknown error (-756041696): (no details)&#xA;Segmentation faul&#xA;

    &#xA;

    I have installed FFmpeg, NVIDIA GPU drivers, and SDK. It works fine without using GPU acceleration, but it throws an error when using GPU acceleration.

    &#xA;