it seems the problem solved with the below command: ffmpeg -i input-video -vsync 0 -vf select="eq(pict_type\, PICT_TYPE_I)" d:\Test\IFrames\I-Frm-%03d.jpeg
tnx On 15 February 2012 13:29, <[email protected]> wrote: > 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: > > ffmpeg -i D:\test\1.mpg -vf "select='eq(pict_type\,I)' " -f image2 > d:\Test\IFrames\I-Frm-%03d.jpeg > > > 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: > > ffmpeg -i test/1.mpg -vf select='eq(pict_type\,I)' -f image2 > test/IFrames/I-Frm-%03d.jpeg > > > On 14 February 2012 21:10, Carl Eugen Hoyos <[email protected]> wrote: > >> <amir.rouhi@...> writes: >> >> > BTW i am using FFMPEG on windows with win xp platform. >> > does it make any causes for such errors? >> > ffmpeg -i D:\test\1.mpg -vf "select=eq(pict_type\,I)" >> >> I know this will not really help you, but both above line and >> your original single quotes work fine on a Linux shell. >> >> Perhaps try MSys? >> >> Carl Eugen >> >> _______________________________________________ >> Libav-user mailing list >> [email protected] >> http://ffmpeg.org/mailman/listinfo/libav-user >> > > > > -- > Amir H. Rouhi > PhD Student/ CSIT RMIT University > Room: 14-09-04 > http://raws.adc.rmit.edu.au/~s3288736/blog2/ > -- Amir H. Rouhi PhD Student/ CSIT RMIT University Room: 14-09-04 http://raws.adc.rmit.edu.au/~s3288736/blog2/
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
