VideoHelp Forum




+ Reply to Thread
Results 1 to 9 of 9
  1. Member
    Join Date
    Feb 2007
    Location
    Australia
    Search Comp PM
    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
    Quote Quote  
  2. Mod Neophyte redwudz's Avatar
    Join Date
    Sep 2002
    Location
    USA
    Search Comp PM
    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.
    Quote Quote  
  3. Member
    Join Date
    Sep 2002
    Location
    Central IL
    Search Comp PM
    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)
    This would at least get you close to what you want, if not exactly.

    HTH,
    CogoSWSDS
    Old ICBM Coordinates: 39 45' 0.0224" N 89 43' 1.7548" W. New coordinates: 39 47' 48.0" N 89 38' 35.7548" W.
    Quote Quote  
  4. Member
    Join Date
    Sep 2002
    Location
    Central IL
    Search Comp PM
    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!

    CogoSWSDS
    Old ICBM Coordinates: 39 45' 0.0224" N 89 43' 1.7548" W. New coordinates: 39 47' 48.0" N 89 38' 35.7548" W.
    Quote Quote  
  5. Member
    Join Date
    Feb 2007
    Location
    Australia
    Search Comp PM
    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
    Quote Quote  
  6. Member
    Join Date
    Sep 2002
    Location
    Central IL
    Search Comp PM
    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.

    CogoSWSDS
    Old ICBM Coordinates: 39 45' 0.0224" N 89 43' 1.7548" W. New coordinates: 39 47' 48.0" N 89 38' 35.7548" W.
    Quote Quote  
  7. Originally Posted by SliceMan
    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
    You haven't specified how the TV signal is to be captured - e.g., is it a TV tuner card for a PC or an external USB video capture device.

    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
    Quote Quote  
  8. Member The_Doman's Avatar
    Join Date
    Feb 2004
    Location
    Netherlands
    Search PM
    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.
    Quote Quote  
  9. Member edDV's Avatar
    Join Date
    Mar 2004
    Location
    Northern California, USA
    Search Comp PM
    If the source is a DV stream, WinDV will do time lapse as well.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!