ffplay播放h265视频BUG

ffplay播放h265视频BUG

测试环境:

两台电脑,都是WIN10X64

  • Nvidia GT1030
  • Intel630 + Nvidia 2070

同样的ffplay.exe文件;播放同样的H265视频文件。

检测结果

ffplay -hwaccel cuda -fs f:\video\x265.mp4
  • 正常游戏。

  • 无法正常播放,卡住。错误信息:

    [AVHWDeviceContext @ 09f32900] Could not derive CUDA device.
    [hevc @ 09f27740] decoder->cudl->cuCtxPushCurrent(decoder->cuda_ctx) failed -> CUDA_ERROR_INVALID_VALUE: invalid argument
    [hevc @ 09f27740] Failed setup for format cuda: hwaccel initialisation returned error.
    

ffplay -vcodec hevc_cuvid -fs f:\video\x265.mp4
  • 无法正常播放,卡住;无错误提示;
  • 正常播放;

相关内容