Reputation: 198
I don't know why this happen because when i pass the normal frames directly, it didnot split into two frames but when i do some post-processing to count the person at 2nd person it flips into 2 frames.
I think flush called or i missed one frame in loop :/
So my question is that How can this is possible as i am directly feeding my frames ?
I used following ffmpeg command to pipe with python.
Upvotes: 0
Views: 166
Reputation: 198
Make sure you don't have "print" or "log" in the code that send anything to the terminal as it will mess up the ffmpeg encoding.
Upvotes: 0