<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">I'm completely new to ffmpeg. I'm supposed to implement a program in c++ which is cable of detecting the shot boundaries of a video. By command line I was able to detect the shot boundaries by executing this command.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style><font face="arial, helvetica, sans-serif">ffprobe -show_frames -of compact=p=0 -f lavfi "movie=input.avi,select=gt(scene\,0.3)"</font><br></div><div><br></div><div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">I have configured the libav libraries for my c++ project. Is there any way to use above command in my program? Or should I implement that algorithm using libav libraries manually? What is the easiest way to do this? Any help is appreciated.</div><br></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><font face="times new roman, serif">Thanks,</font><div><font face="times new roman, serif">Regards,</font></div><div><font face="times new roman, serif">ASH</font></div></div></div>
</div>