Hi,
Actually, I need to capture a TV video signal (24h/day) and record only 1 image/second of that signal... Yes, I know, It s weird but...!!!
Do you know with which software it is possible? Premiere?
Thanks for your cooperation...
See ya,
SM
+ Reply to Thread
Results 1 to 9 of 9
-
-
You might try VirtualDub. I know you can set the playback as low as .2fps, because I just tried it.
Unfortunately, I don't have a video source to hook up at the moment or a capture card on this computer, so I can't try it at very low fps. Any capture program where you can set the fps to a very low number might work.
For surveillance, most PC setups use a video card designed for that purpose, with four or more camera inputs and a switcher to change camera views. But they can be pricey.
And welcome to our forums. -
Sliceman,
I know this isn't quite what you want, but...
You might try doing a time-lapse recording on your camera, if it supports it. For example, my old JVC VHS-C camera could record 1/4 sec. of video every 15 sec. This would put an hour of elapsed time on a minute of tape. My current Digital8 from Sony can record 1/2 sec. of video every 30 sec., which again, puts an hour of elapsed time on a minute of tape.
Of course shorter recordings at closer intervals result in smoother time lapse, so actually my old VHS-C made smoother time-lapse recordings than my new Digital8.
AVISynth has a SelectEvery() function which could take such a time-lapse recording and whittle it down to one frame (or two, however you wanted it) from each interval. You could then do something like this:
Code:avisource("C:\Path\To\Your\File.avi") selectevery(15)
HTH,
CogoSWSDSOld ICBM Coordinates: 39 45' 0.0224" N 89 43' 1.7548" W. New coordinates: 39 47' 48.0" N 89 38' 35.7548" W. -
Redwudz, you beat me to it, however... Virtual Dub (at least the version I have) doesn't quite go down to 1 fps on a capture. It does go down to 5 fps, which is pretty close. You could then use the selectevery() method I mentioned above to select only 1 frame out of every 5 (post-capture), which would be 1 frame/second!
CogoSWSDSOld ICBM Coordinates: 39 45' 0.0224" N 89 43' 1.7548" W. New coordinates: 39 47' 48.0" N 89 38' 35.7548" W. -
Thanks for your answer but I need to record 24h/day a TV signal... So I cannot use a camera.. but some kind of capture software
To be continued I hope
SM -
Sliceman,
Virtual Dub is capture software that will get you pretty close. As I said above, the version I have won't slow all the way down to 1 fps, but it will go all the way down to 5 fps. Not exactly what you want but pretty close. No camera needed.
CogoSWSDSOld ICBM Coordinates: 39 45' 0.0224" N 89 43' 1.7548" W. New coordinates: 39 47' 48.0" N 89 38' 35.7548" W. -
Originally Posted by SliceMan
If you are going to use a DV camcorder (i.e., connect the TV signal to the analog inputs on the camcorder and take the FireWire output), you can use our Enosoft DV Processor. It has a timelapse recording function.John Miller -
With the AVI_IO capture program you can time-lapse capture with 1 frame a second (disable the audio first)
If you are using a DV source Scenalyzer LIVE Live can also do time-lapse capturing.
Similar Threads
-
Capturing/Recording a VHS with LG RH397D/RH399D
By VideoVHSDVD in forum Capturing and VCRReplies: 6Last Post: 9th Jul 2011, 00:42 -
Media Player Classic - image capturing
By terrypin in forum Newbie / General discussionsReplies: 7Last Post: 17th Aug 2010, 14:07 -
Capturing from an Xbox 360 Elite for live streaming/recording
By Vandell in forum Capturing and VCRReplies: 0Last Post: 10th Sep 2009, 17:02 -
Capturing a still image from video in Sony Vegas 8.0 Pro
By ruffryd in forum EditingReplies: 2Last Post: 29th Oct 2008, 16:49 -
recording/capturing a streaming video
By NateDizzle in forum Newbie / General discussionsReplies: 4Last Post: 9th Jan 2008, 12:19