PDA

View Full Version : Capture from dv with ffmpeg (windows)


BillybobBonnet
11th December 2007, 12:10
Hi,

I'm looking for some advises to manage to do a video capture from a dv1394 player to an flv file with FFMPEG (or any other command line tool)

The only video device support usualy included into FFMPEG compilations is for video4linux devices so it seems I need to find a compiled version of ffmpeg which includes capture device support in windows, or to compile it myself (I never tried).

The final goal of it is to be able to capture and encode in flv raw data from a camera, with a software I made.

I'm looking for advises or ideas, because I don't know what put inside an eventual compilation of FFMPEG to make it work and I guess it could be other way to do what I want.

Thanks!