0

enter image description here

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.

Mayur Kanojiya
  • 158
  • 1
  • 8

1 Answers1

0

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.

Mayur Kanojiya
  • 158
  • 1
  • 8