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
 

Anurag

New Member
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?
 

jason ki

New Member
have you looked at this line of code?

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