当使用ffprobe获取流详细信息时,在end element发现之前获取输入缓冲区耗尽时,几乎没有其他类似的错误报告,但解决方案更多的是单独使用音频进行修复并重新编译。如何在不添加新编译的情况下处理它?
ffprobe -loglevel error -select_streams v:0 -show_entries stream=width,height:stream_tags=rotate -of json testVideo.mp4
{
[aac @ 0x7fc06201cc00] Input buffer exhausted before END element found
"programs": [
],
"streams": [
{
"width": 640,
"height": 640,
"tags": {
}
}
]
}
暂无答案!
目前还没有任何答案,快来回答吧!