it seems the problem solved with the below command:<div> </div><div>ffmpeg -i input-video -vsync 0 -vf select="eq(pict_type\, PICT_TYPE_I)" d:\Test\IFrames\I-Frm-%03d.jpeg</div><div><br></div><div>tnx<br><br><div class="gmail_quote">
On 15 February 2012 13:29,  <span dir="ltr"><<a href="mailto:amir.rouhi@rmit.edu.au">amir.rouhi@rmit.edu.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>In windows the problem is still as before which is very wired. i checked bellow command with different combination of single quote and double quote, but always errors were there:</div><div class="im"><div><br></div><div>
ffmpeg -i D:\test\1.mpg -vf "select='eq(pict_type\,I)' " -f image2 d:\Test\IFrames\I-Frm-%03d.jpeg   </div>
<div><br></div><div><br></div></div>The problem is still there when i install ffmpeg on my ubuntu. when i runt the command here , the ffmpeg error is that can not get -vf as a switch, and does not accept it and when i removed the -vf, the error changes to, can no recognized output format. The command in linux is:<div>

<br><div>ffmpeg -i test/1.mpg -vf select='eq(pict_type\,I)' -f image2 test/IFrames/I-Frm-%03d.jpeg  <div><div class="h5"><br><br><div class="gmail_quote">On 14 February 2012 21:10, Carl Eugen Hoyos <span dir="ltr"><<a href="mailto:cehoyos@ag.or.at" target="_blank">cehoyos@ag.or.at</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div> <amir.rouhi@...> writes:<br>
<br>
> BTW i am using FFMPEG on windows with win xp platform.<br>
> does it make any causes for such errors?<br>
> ffmpeg -i D:\test\1.mpg -vf "select=eq(pict_type\,I)"<br>
<br>
</div>I know this will not really help you, but both above line and<br>
your original single quotes work fine on a Linux shell.<br>
<br>
Perhaps try MSys?<br>
<span><font color="#888888"><br>
Carl Eugen<br>
</font></span><div><div><br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org" target="_blank">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><div class="im">-- <br><div>Amir H. Rouhi</div>
<div>PhD Student/ CSIT RMIT University</div>
Room: 14-09-04<br><a href="http://raws.adc.rmit.edu.au/%7Es3288736/blog2/" target="_blank">http://raws.adc.rmit.edu.au/~s3288736/blog2/</a><br>
</div></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div>Amir H. Rouhi</div>
<div>PhD Student/ CSIT RMIT University</div>
Room: 14-09-04<br><a href="http://raws.adc.rmit.edu.au/%7Es3288736/blog2/" target="_blank">http://raws.adc.rmit.edu.au/~s3288736/blog2/</a><br>
</div>