I need to capture still frames and fields from short video clips. In the past, I used Rex Video, but I upgraded my computer to XP and the software no longer works.
Can anyone recommend a simple video capture program that will allow me to capture short clips and then individual frames and fields and export them as BMP or TIFF files?
Windows Movie Maker allows for frame capture only (no fields), and only exports in a poor quality JPEG, so it does not work for me.
Appreciate any help.
Thanks.
+ Reply to Thread
Results 1 to 2 of 2
-
-
I assume you already have a video, and just want frame/field captures. I don't know of a single app, that can do both. You have to specify either viewing field or frame. You could do this in avisynth , for example
For frame view:
DirectShowSource("video.avi")
For field view:
DirectShowSource("video.avi")
AssumeTFF()
SeparateFields()
You might have to use BFF, depending if your video is TFF or BFF, and adjust names/paths of course.
Install avisynth, and just type the script into a simple text file, and rename the extension .avs . You can open that .avs in something like virtualdub, and export all images or just copy 1 at a time to the clipboard. (virtualdubmod allows you to export all or take shots directly instead of just clipboard). Another option is AvsP, which allows you to open simulaneous scripts in several tabs, and you can switch back & forth easily, and take screenshots
Similar Threads
-
Lower field first/upper field first/progressive/de-interlaced?
By John Nada in forum EditingReplies: 7Last Post: 2nd Sep 2011, 03:12 -
what is the meaning of these ? frame based, lower & upper field first.
By khalid81 in forum EditingReplies: 3Last Post: 15th Jun 2009, 11:27 -
upper field or lower field first? how should I export from premiere
By phpmysql348 in forum EditingReplies: 2Last Post: 6th Sep 2008, 22:54 -
Newbie frame/ field - capture both interlaced fields
By peter bradbeer in forum SVCD2DVD & VOB2MPGReplies: 8Last Post: 8th Feb 2008, 14:36 -
Can DV field order get screwed up during capture?
By miamicanes in forum Capturing and VCRReplies: 0Last Post: 15th Sep 2007, 12:15