CHDK Wiki
(ideas to work around the video size/length limitation in the S3)
 
m (Possible script solution.)
Line 8: Line 8:
   
 
I've seen scripts that run a video intervalometer which I will try in the meanwhile...
 
I've seen scripts that run a video intervalometer which I will try in the meanwhile...
  +
  +
:I think that's going to be your best bet for now. Using the CHDK's with the extended video limits, and then adjusting a timed script to record as much as possible to come near either limit (time or size), then stop video and restart it. You will have to test what compression settings and audio recording settings you are using and adjust the time accordingly in a script. There MIGHT be a get_prop command that might work. I've not checked into this yet. Check and watch the [[PropertyCase|Property Cases]] page and the ongoing discussion that Divalent started on [[Talk:UBASIC/TutorialScratchpad#Property_Case_values._A_working_exploration_section|researching the prop-case ID values]] on the tutorial discussion page. If you found a prop_ID that changed when video ended, you could monitor that in a script and restart video recording.

Revision as of 03:28, 4 November 2007

Forums: Index > Watercooler > Work around the 1GB-1hr movie limit on the S3



First post, let me know if I'm in the wrong place, ok?

I'd like to find a way around the 1Gb or 1 Hr-limit imposed on the movie mode of the S3. Is there a way to use scripting to let the camera record until either one or the other limit is reached and then let it pick up the recording on another file (and so on... especially if you have a 4GB+ card)?

I've seen scripts that run a video intervalometer which I will try in the meanwhile...

I think that's going to be your best bet for now. Using the CHDK's with the extended video limits, and then adjusting a timed script to record as much as possible to come near either limit (time or size), then stop video and restart it. You will have to test what compression settings and audio recording settings you are using and adjust the time accordingly in a script. There MIGHT be a get_prop command that might work. I've not checked into this yet. Check and watch the Property Cases page and the ongoing discussion that Divalent started on researching the prop-case ID values on the tutorial discussion page. If you found a prop_ID that changed when video ended, you could monitor that in a script and restart video recording.