|
|
|
|
|
by scottlamb
1260 days ago
|
|
Maybe. Running inference at 10 fps is probably plenty. But that doesn't mean you only have to do 10 fps of H.264/H.265 decoding. I think the most common scenario is for the input video to be e.g. 30 fps with mostly P frames that each depend on the prior frame in a chain. In that case, you need to decode almost [1] 30 fps to get 10 fps of evenly spaced frames to process. [1] You could skip the last P frame before an IDR frame, but that doesn't buy you much. |
|