pyav Invalid data found when processing input (libav.h264: no frame!)


for packet in video.demux(stream):
    if(packet.size<60):
        continue


猜你喜欢

转载自blog.csdn.net/jacke121/article/details/80227312