<div dir="ltr"><span style="font-size:12.8px">Good morning,</span><div style="font-size:12.8px">we are two italian master thesis students of the Faculty of Engineering of Florence. We want to ask you a question about the use of the FFMPEG library.</div><div style="font-size:12.8px">Our purpose is to extract intra-frames from a video MPEG4 and trasform these frames in JPEG images. We know the following command line: <span style="background-color:rgb(247,247,247);color:rgb(0,0,0);font-size:13px"><i>ffmpeg -i input.flv -vf "select='eq(pict_type,PICT_<wbr>TYPE_I)'" -vsync vfr thumb%04d.png</i></span></div><div style="font-size:12.8px"><font color="#000000"><span style="background-color:rgb(247,247,247)">but we have 2 main problems:</span></font></div><div style="font-size:12.8px"><font color="#000000"><span style="background-color:rgb(247,247,247)"><br></span></font></div><div style="font-size:12.8px"><font color="#000000"><span style="background-color:rgb(247,247,247)">-We are working on an embedded system and for this we can't install the FFMPEG library.</span></font></div><div style="font-size:12.8px"><font color="#000000"><span style="background-color:rgb(247,247,247)">-We have to extract a I-frame every second from a video that is not fully created because stream video is builded in real time. Therefore we must capture the last I-frame that it's been created.</span></font></div><div style="font-size:12.8px"><font color="#000000"><span style="background-color:rgb(247,247,247)"><br></span></font></div><div style="font-size:12.8px"><font color="#000000"><span style="background-color:rgb(247,247,247)">In our opinion to solve these problems, we need an help on which specific functions and </span></font><span style="background-color:rgb(247,247,247);color:rgb(0,0,0)">source files we must use. So we can include these functions directly in our project. </span>Thanks for support,</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Best Regards,</div><div style="font-size:12.8px">Federico Contini</div><div style="font-size:12.8px">Gabriele Giusti</div></div>