On Mon, Jun 10, 2002 at 02:55:18PM +1200, Simon Hansman wrote: > Hmm, I've wondered about this too...I have a TView card and have wanted to get > it to act like a vcr (so I can get it to record dragonball z when I'm at uni > :)).... > > Haven't seen any programs (in Linux or windows) that have the timing feature > though...and most create a huge files. DivX compression straight away would > be great.
apt-get install vcr apt-get install cron apt-get install at echo "vcr <blah>" | at <time>; echo "killall vcr" | at <time+duration> or crontab -e Mike. -- Michael Beattie <[EMAIL PROTECTED]> "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." - Douglas Adams
