在 RTX 3080 上使用 ffmpeg 在 h264 中编码失败

Posted

技术标签:

【中文标题】在 RTX 3080 上使用 ffmpeg 在 h264 中编码失败【英文标题】:Encoding in h264 with ffmpeg on RTX 3080 fails 【发布时间】:2022-01-20 04:14:32 【问题描述】:

由于与 VR 的一些兼容性问题,我正在尝试使用我的 RTX 3080 将 7200x3600 60fps h265 视频转换为 h264 编解码器。

此命令行导致“No NVENC capable devices found”错误:

ffmpeg -hwaccel_device 0 -hwaccel cuda -i input.mp4 -c:v h264_nvenc output.mp4

但是这个命令有效(对于 h265):

ffmpeg -hwaccel_device 0 -hwaccel cuda -i input.mp4 -c:v hevc_nvenc output.mp4

这对我来说意味着我的 gpu 具有“NVENC 能力”,但我不知道该尝试什么。

编辑: ffmpeg -f lavfi -i nullsrc -c:v h264_nvenc -gpu list -f null /dev/null的输出:

ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 9.2.1 (GCC) 20200122
  configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
  libavutil      56. 31.100 / 56. 31.100
  libavcodec     58. 54.100 / 58. 54.100
  libavformat    58. 29.100 / 58. 29.100
  libavdevice    58.  8.100 / 58.  8.100
  libavfilter     7. 57.100 /  7. 57.100
  libswscale      5.  5.100 /  5.  5.100
  libswresample   3.  5.100 /  3.  5.100
  libpostproc    55.  5.100 / 55.  5.100
Input #0, lavfi, from 'nullsrc':
  Duration: N/A, start: 0.000000, bitrate: N/A
    Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 320x240 [SAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (h264_nvenc))
Press [q] to stop, [?] for help
[h264_nvenc @ 0000017e82c22540] [ GPU #0 - < NVIDIA GeForce RTX 3080 > has Compute SM 8.6 ]
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!

【问题讨论】:

您有多个 GPU 吗? ffmpeg -f lavfi -i nullsrc -c:v h264_nvenc -gpu list -f null /dev/null的输出是什么 不,我只有一个 gpu,我在帖子中添加了输出。 很久以前我在我的 gtx 1050 上遇到过类似的问题,但是从源代码构建 ffmpeg 已经解决了它 【参考方案1】:

对于 H.264,nvenc 有一个最大值。分辨率限制为 4096x4096。使用像 libx264 这样的软件编码器。但请注意,7200x3600 的分辨率超出了任何有效 H.264 级别的限制,因此希望您的目标玩家不要在意。或者使用具有不同参数的 HEVC。

【讨论】:

我终于找到了一个不错的HEVC解码器来播放视频。

以上是关于在 RTX 3080 上使用 ffmpeg 在 h264 中编码失败的主要内容,如果未能解决你的问题,请参考以下文章

RTX3080显卡免费送!!

Rtx3080别炒了!你真的香吗?

最新爆料:RTX 3060 12GB 下月 CES 发布,RTX 3080 Ti 推至 2 月

RTX3080谍照曝光:拒绝燃气灶,造型帅炸

RTX 3080PS5遭哄抢,最高炒至17万元

RTX 3080发售了,但它真的在卖吗?