<div dir="ltr"><div><div><div><div>Hi,<br><br>Looking at the examples provided with ffmpeg (2.5) there are two examples to scale an image if I'm right: scaling_video.c but also filtering_video.c, which filter is "scale=78:24" so I assumed it is also doing some scaling.<br><br></div>I believe that once the filter will be parsed and interpreted, this will lead to same underlying code being executed, but I just wanted to be sure.<br></div>Or is there any reason to prefer on method over the other, regarding performance/features available? (except that filters are probably more convenient to use, but here I'm really interested in performance issues, or features missing when using filters and vice versa).<br><br></div><div>I think it might find the answer by looking at the code, but I'm afraid to miss something and I believe there are more experienced ffmpeg users here who might know well how all this is working.<br></div><div><br></div>In advance, thanks a lot!<br><br></div>Arnaud<br></div>