ali1234 / vhs-teletext

Software to recover teletext data from VHS recordings.
GNU General Public License v3.0
179 stars 21 forks source link

Limit recording time #44

Closed wimpie3 closed 4 years ago

wimpie3 commented 4 years ago

Could you add a parameter to limit the recording time? I now manually have to stop the recording. Would be nice if this could be done automatically after a certain amount of minutes.

ali1234 commented 4 years ago

timeout -s INT 30m teletext record output.vbi

wimpie3 commented 4 years ago

Thanks