[MEncoder-users] help: ffmpeg command to capture live video

Moritz Barsnick barsnick at gmx.net
Tue Feb 16 14:04:17 CET 2010


On Fri, Feb 12, 2010 at 15:44:50 +0530, Sangeetha M wrote:
> "ffmpeg -r 25 -f vfwcap -i 0 -y output.avi", I changed -I option from
> 0-9 it is not working. I even tried the command 

You do realize you're on the wrong mailing list for this? Please check
"ffmpeg-users".

Let me try to be friendly anyway:
> it is not working.
You don't provide either what you're trying to achieve nor what the
error message is. That's useless.
> "ffmpeg -r 25 -f vfwcap -i 0 -y output.avi", I changed -I option from
> 0-9 it is not working.
"-i" provides the name of the input file. You probably don't have a
file named "0". And please don't call it the "-I" option, because
that's something different, as case matters.

> It is throwing error "ffmpeg: unrecognized option '-vd'", How to solve
> this problem on windows?

Don't use "-vd". I don't see any documentation saying that "-vd" is a
valid option.

Have you tried "ffmpeg -h"?

Moritz


More information about the MEncoder-users mailing list