其他分享
首页 > 其他分享> > Addressables加载VideoClip的异常

Addressables加载VideoClip的异常

作者:互联网

win7平台下遇到mp4播放异常的问题,记录一下。

 

问题一:无法播放。错误提示如下:

Context: Setting media type for first video stream
Error details: No suitable transform was found to encode or decode the content.
Track types:
Audio Track, type: %10%16
Video Track [unknown resolution], type: 1cva

  原因是win7的默认解码器仅支持720P的视频。

 

问题二:播放至固定一帧报错。仅在通过Addressables.LoadSceneAsync加载时出现。错误提示如下:

Context: IMFSourceReader::WaitForSample in ReadSample
Error details: <Empty>
Track types:
Unreadable Track

  原因看似是音轨的问题。

  最终通过不断压缩视频码率解决——CRF(固定码率系数)设置为40。

 

标签:Track,win7,VideoClip,details,Addressables,播放,type,加载
来源: https://www.cnblogs.com/LightZhang/p/16275710.html