PyNvVideoCodec get warning: No codec provided to avcodec_open2()

I have been testing PyNvVideoCodec. I ran decode.py sample and get the warning below. Also it seems PyNvVideoCodec only support decode from files. Does it support decode from raw data?

[INFO ][12:41:33] Media format: QuickTime / MOV (mov,mp4,m4a,3gp,3g2,mj2)
[NULL @ 0x28cc8c0] No codec provided to avcodec_open2()
[WARN ][12:41:33] ChromaFormat not recognized. Assuming 420

3 Likes