Frame Count

Anurag

New Member
Hi,

I want to track which frame in my output video file is repeated. For that, I want to find code where each frame is created and added to video matrix. Can anyone help me with this ?

Anurag
 
Hi, Can anyone point me to method which writes the output video file to hard disk? I see code to get packets and write them to output struct. But where is this struct being written to hard disk?
 
have you looked at this line of code?

obs-output.c
static inline void send_interleaved(struct obs_output *output)
 
Back
Top