Tuesday, January 16, 2007

Initial footage from camera

So, it looks like the command for ffmpeg is actually incorrect with the version that I'm using. It should be:

ffmpeg -an -s 960x720 -vcodec ppm -f image2pipe test.ppm

or this for B&W:

ffmpeg -an -s 960x720 -vcodec pbm -f image2pipe test.pbm

(of course, replacing test.pbm/ppm with "-" to output to standard output)

Result (clicking on image goes to the full sized version):


No comments: