mirror of
https://github.com/ivuorinen/aeonview.git
synced 2026-03-03 21:54:26 +00:00
descriptions and version-testing
This commit is contained in:
11
aeonview.py
11
aeonview.py
@@ -2,11 +2,18 @@
|
|||||||
import sys, time, datetime, os, optparse, errno
|
import sys, time, datetime, os, optparse, errno
|
||||||
|
|
||||||
def aeonview(argv):
|
def aeonview(argv):
|
||||||
"""Basic settings and configurations for aeonview"""
|
"""
|
||||||
|
aeonview is a tool for automagical timelapse-video generation.
|
||||||
|
it works as a glue between different linux programs to produce
|
||||||
|
videos of elapsing time. works best with webcam-images from the net.
|
||||||
|
"""
|
||||||
|
|
||||||
|
__author = "Ismo Vuorinen (ivuorinen@gmail.com)"
|
||||||
|
|
||||||
parser = optparse.OptionParser(
|
parser = optparse.OptionParser(
|
||||||
usage='Usage: %prog [options]',
|
usage='Usage: %prog [options]',
|
||||||
description="aeonview for timelapses",
|
description="aeonview for timelapses",
|
||||||
version="%prog 0.1"
|
version="%prog 0.1.($Revision$)"
|
||||||
)
|
)
|
||||||
|
|
||||||
basicopts = optparse.OptionGroup(parser,
|
basicopts = optparse.OptionGroup(parser,
|
||||||
|
|||||||
Reference in New Issue
Block a user