Recherche avancée

Médias (91)

Autres articles (51)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • 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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (6166)

  • FFMPEG hevc_nvenc "No NVENC capable devices found" with NVidia GTX950M

    13 mai 2017, par NaturalBornCamper

    I get the error "No NVENC capable devices found" when trying a simple encoding like this, even skipping audio to make sure it’s not an audio problem :

    ffmpeg.exe -i input.mp4 -c:v hevc_nvenc -an out.mp4

    I also tried with more details, like setting the pixel format, the preset, the rate-control, the format.

    On the documentation page there :
    https://trac.ffmpeg.org/wiki/HWAccelIntro
    it says that if we get this error we should check for the pixel format. The video has yuv420p here and even specifying the format results in the same error.

    i also checked the NVidia supported cards and it says GeForce, but no details about the models :
    https://developer.nvidia.com/video-encode-decode-gpu-support-matrix#Encoder

    I tried h264_nvenc and it works perfectly however, the problem is only with hevc_nvenc
    Has anyone encountered this problem ?

    Complete console output :

    [h264 @ 0000000002534560] Reinit context to 1280x544, pix_fmt: yuv420p
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4':
     Metadata:
       major_brand     : isom
       minor_version   : 1
       compatible_brands: isom
       creation_time   : 2014-05-23T13:04:15.000000Z
     Duration: 01:54:03.95, start: 0.000000, bitrate: 3193 kb/s
       Stream #0:0(und): Video: h264 (High), 1 reference frame (avc1 / 0x31637661), yuv420p(left), 1280x544 [SAR 1:1 DAR 40:17], 2750 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc (default)
       Metadata:
         creation_time   : 2014-05-23T11:25:27.000000Z
       Stream #0:1(spa): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 5.1, fltp, 439 kb/s (default)
       Metadata:
         creation_time   : 2014-05-23T12:56:43.000000Z
    Stream mapping:
     Stream #0:0 -> #0:0 (h264 (native) -> hevc (hevc_nvenc))
    Press [q] to stop, [?] for help
    [h264 @ 000000000260ea40] Reinit context to 1280x544, pix_fmt: yuv420p
    [graph 0 input from stream 0:0 @ 0000000003857ec0] w:1280 h:544 pixfmt:yuv420p tb:1/24000 fr:24000/1001 sar:1/1 sws_param:flags=2
    [hevc_nvenc @ 00000000038574e0] Loaded Nvenc version 8.0
    [hevc_nvenc @ 00000000038574e0] Nvenc initialized successfully
    [hevc_nvenc @ 00000000038574e0] 1 CUDA capable devices found
    [hevc_nvenc @ 00000000038574e0] [ GPU #0 - < GeForce GTX 950M > has Compute SM 5.0 ]
    [hevc_nvenc @ 00000000038574e0] Codec not supported
    [hevc_nvenc @ 00000000038574e0] No NVENC capable devices found
    [hevc_nvenc @ 00000000038574e0] Nvenc unloaded
    Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
    Conversion failed!
  • Unable to compile ffmpeg to support NVIDIA hardware acceleration

    17 mars 2017, par user3847630

    I am trying to compile ffmpeg to support NVIDIA hardware acceleration. But I am getting the following errors :

    libavcodec/cuvid.c: In function ‘check_cu’:
    libavcodec/cuvid.c:83:5: error: implicit declaration of function ‘cuGetErrorName’ [-Werror=implicit-function-declaration]
        cuGetErrorName(err, &err_name);
        ^
    libavcodec/cuvid.c:84:5: error: implicit declaration of function ‘cuGetErrorString’ [-Werror=implicit-function-declaration]
        cuGetErrorString(err, &err_string);

    I have installed CUDA by following the instruction on NVIDIA Developer forum. The configuration I used is :

    ./configure --enable-nonfree --enable-nvenc --enable-cuda --enable-cuvid --enable-libx264 --enable-gpl

    The GPU on my laptop is NVIDIA Corporation GM108M [GeForce 840M].

  • Does GeForce support GPU-accelerated video processing with FFmpeg ?

    8 mars 2017, par shintaroid

    On this page, it says "GeForce" is supported

    HW accelerated encode and decode are supported on NVIDIA GeForce, Quadro, Tesla, and GRID products with Fermi, Kepler, Maxwell and Pascal generation GPUs.

    But I cannot find GeForce in the listed matrix on the same page. So does GeForce support or not ?